onshape-cadscript
    Preparing search index...

    Interface PlaneRef

    interface PlaneRef {
        feature?: FeatureRef<"plane">;
        name?: PlaneName;
        type: "plane";
    }
    Index
    feature?: FeatureRef<"plane">
    name?: PlaneName
    type: "plane"