Click or drag to resize

PolyfaceMeshVertex Constructor (Vector3)

Initializes a new instance of the PolylineVertex class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public PolyfaceMeshVertex(
	Vector3 location
)

Parameters

location
Type: DXFReaderNETVector3
Polyface mesh vertex location.
See Also