Type alias Sweep

Sweep: FeatureBase & {
    frame?: PlaneRef;
    kind: "feature.sweep";
    mode?: ExtrudeMode;
    orientation?: SweepOrientation;
    path: Path3D;
    profile: ProfileRef;
    result: string;
}

Type declaration