Type alias Thread

Thread: FeatureBase & {
    axis: AxisSpec;
    crestFlat?: Scalar;
    handedness?: ThreadHandedness;
    kind: "feature.thread";
    length: Scalar;
    majorDiameter: Scalar;
    minorDiameter?: Scalar;
    origin?: Point3D;
    pitch: Scalar;
    profileAngle?: Scalar;
    result: string;
    rootFlat?: Scalar;
    segmentsPerTurn?: Scalar;
}

Type declaration