- sketchSlot(id, center, length, width, opts?): SketchSlot
Parameters
- id: string
- center: Point2D
- length: Scalar
- width: Scalar
Optional opts: {
construction?: boolean;
endStyle?: "arc" | "straight";
rotation?: Scalar;
}Optional construction?: boolean
Optional endStyle?: "arc" | "straight"
Optional rotation?: Scalar