Bitbybit Docs
    Preparing search index...

    Interface BRepGraphFaceGeometry (Models.OCCT)

    What a face is made of: its surface type, area, orientation, and the parameters of the underlying surface where they are meaningful - a cylinder's radius and axis, a plane's normal.

    interface BRepGraphFaceGeometry {
        index: number;
        surfaceType: BRepGraphSurfaceType;
        tolerance: number;
        hasTriangulation: boolean;
        naturalRestriction: boolean;
        uvBounds: [number, number, number, number];
        nbWires: number;
        uid: number;
    }
    Index

    Properties

    index: number
    tolerance: number
    hasTriangulation: boolean
    naturalRestriction: boolean
    uvBounds: [number, number, number, number]
    nbWires: number
    uid: number