Bitbybit Docs
    Preparing search index...

    Class DecomposedFaceDto

    Index

    Constructors

    Properties

    faceIndex: number
    normalCoord: number[]
    numberOfTriangles: number
    triIndexes: number[]
    vertexCoord: number[]
    vertexCoordVec: Vector3[]
    centerPoint: Point3
    centerNormal: Vector3
    uvs: number[]
    area?: number

    Surface area of the face. Only present when shapeToMesh is called with computeMetadata.

    centerOfMass?: Point3

    True center of mass of the face. Only present when computeMetadata is enabled.

    surfaceType?: string

    Surface kind, e.g. "Plane", "Cylinder", "BSplineSurface". Only present with computeMetadata.

    tolerance?: number

    OCCT tolerance of the face. Only present with computeMetadata.

    adjacentFaces?: number[]

    Indices of faces sharing an edge with this face. Only present with computeMetadata.

    faceUid?: number

    Stable BRepGraph UID of the face (-1 if unavailable). Only present with computeMetadata.