|
MeshEdge Constructor |
Constructor
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public MeshEdge(
int startPositionIndex,
int endPositionIndex
)
Parameters
- startPositionIndex Int32
- Index in the mesh's positions collection that defines the start edge position
- endPositionIndex Int32
- Index in the mesh's positions collection that defines the end edge position
See Also