Click or drag to resize

PolyfaceMeshVertex Constructor (Vector3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the PolylineVertex class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public PolyfaceMeshVertex(
	Vector3 location
)
Request Example View Source

Parameters

location
Type: netDxfVector3
Polyface mesh vertex location.
See Also