onshape-cadscript
    Preparing search index...

    Interface PlaneFeature

    interface PlaneFeature {
        angle?: Angle;
        id: string;
        kind: "plane";
        name?: string;
        offset?: Length;
        oppositeDirection?: boolean;
        planeType?:
            | "OFFSET"
            | "MID_PLANE"
            | "LINE_ANGLE"
            | "LINE_POINT"
            | "THROUGH";
        reference: PlaneRef
        | QueryRef;
    }

    Hierarchy (View Summary)

    Index
    angle?: Angle
    id: string
    kind: "plane"
    name?: string
    offset?: Length
    oppositeDirection?: boolean
    planeType?: "OFFSET" | "MID_PLANE" | "LINE_ANGLE" | "LINE_POINT" | "THROUGH"
    reference: PlaneRef | QueryRef