Click or drag to resize
AB4D logo

MeshEdge Constructor

Constructor

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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