MeshDataCopy
- class Communicator.MeshDataCopy()
A self-contained copy of the data of a single mesh. The data is part of this object and is not managed by Communicator.
Properties
Provides access to the mesh’s face data. |
|
Whether or not the mesh data is manifold. Cutting section… |
|
Whether or not the mesh data is two-sided. Backface… |
|
Provides access to the mesh’s line data. Line data is… |
|
Provides access to the mesh’s point data. |
|
The order in which the vertices of each face are… |
Properties
- Communicator.MeshDataCopy.faces
Provides access to the mesh’s face data.
- Communicator.MeshDataCopy.isManifold
Whether or not the mesh data is manifold. Cutting section caps are generated only for manifold objects.
- Communicator.MeshDataCopy.isTwoSided
Whether or not the mesh data is two-sided. Backface culling is disabled for two-sided meshes.
- Communicator.MeshDataCopy.lines
Provides access to the mesh’s line data. Line data is represented as a list of individual line segments and not polylines.
- Communicator.MeshDataCopy.points
Provides access to the mesh’s point data.
- Communicator.MeshDataCopy.winding
The order in which the vertices of each face are specified. This determines which side of the face is the front. May be
undefined
.