Click or drag to resize

MeshStructureClassEdge Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Edge(
	int vertex1,
	int vertex2,
	List<()> properties = null
)

Parameters

vertex1
Type: SystemInt32
vertex2
Type: SystemInt32
properties (Optional)
Type: System.Collections.GenericListValueTupleT1, T2
See Also