Type alias SketchSlot

SketchSlot: SketchEntityBase & {
    center: Point2D;
    endStyle?: "arc" | "straight";
    kind: "sketch.slot";
    length: Scalar;
    rotation?: Scalar;
    width: Scalar;
}

Type declaration

  • center: Point2D
  • Optional endStyle?: "arc" | "straight"
  • kind: "sketch.slot"
  • length: Scalar
  • Optional rotation?: Scalar
  • width: Scalar