onshape-cadscript
    Preparing search index...

    Interface ChamferFeature

    interface ChamferFeature {
        angle?: Angle;
        chamferType?: "EQUAL_OFFSETS" | "TWO_OFFSETS" | "OFFSET_ANGLE";
        edges: QueryRef;
        id: string;
        kind: "chamfer";
        name?: string;
        width: Length;
    }

    Hierarchy (View Summary)

    Index
    angle?: Angle
    chamferType?: "EQUAL_OFFSETS" | "TWO_OFFSETS" | "OFFSET_ANGLE"
    edges: QueryRef
    id: string
    kind: "chamfer"
    name?: string
    width: Length