Bitbybit Docs
    Bereite Suchindex vor...

    Klasse DecomposedMeshDto (Inputs.OCCT)

    The triangle mesh of a shape as shapeToMesh returns it: one entry per face with its triangles, one per edge with its points, and the vertex points, ready for drawing.

    Index

    Konstruktoren

    Eigenschaften

    faceList: DecomposedFaceDto[]

    One entry per face with its triangulation.

    edgeList: DecomposedEdgeDto[]

    One entry per edge with the points that trace it.

    pointsList: Point3[]

    The points of the shape's standalone vertices.

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

    Which faces carry which color, keyed by #rrggbbaa; present only for meshes made from an assembly document.

    true