MeshDescription

wvc.MeshDescription

Properties

wvc.MeshDescription.faces

Provides access to the mesh’s face data.

wvc.MeshDescription.isManifold
isManifold: boolean

Whether or not the mesh data is manifold. Cutting section caps are generated only for manifold objects.

wvc.MeshDescription.isTwoSided
isTwoSided: boolean

Whether or not the mesh data is two-sided. Backface culling is disabled for two-sided meshes.

wvc.MeshDescription.lines

Provides access to the mesh’s line data. Line data is represented as a list of individual line segments and not polylines.

wvc.MeshDescription.points

Provides access to the mesh’s point data.

wvc.MeshDescription.winding

optional

winding: (“clockwise” | “counterClockwise”)

The order in which the vertices of each face are specified. This determines which side of the face is the front. May be undefined.