Click or drag to resize

MeshStructureClassFace Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Face(
	MeshStructureClassFaceVertex[] triangles,
	List<()> properties,
	bool smoothingGroup
)

Parameters

triangles
Type: NeoAxisMeshStructureClassFaceVertex
properties
Type: System.Collections.GenericListValueTupleT1, T2
smoothingGroup
Type: SystemBoolean
See Also