Bitbybit Docs
    Preparing search index...

    Class DecomposedMeshDto

    Index

    Constructors

    Properties

    faceList: DecomposedFaceDto[]

    Face list for decomposed faces

    edgeList: DecomposedEdgeDto[]

    Edge list for decomposed edges

    pointsList: Point3[]

    The points list in a shape that includes vertex shapes

    colorGroups?: { [color: string]: number[] }

    Map of "#rrggbbaa" colour to the face indices carrying it. Only present for the docToMesh / docToMeshes endpoints, which resolve per-face colours from the shape's XCAF document.