Click or drag to resize

Vector3 Constructor (Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of Vector3.

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

Parameters

value
Type: SystemDouble
X, Y, Z component.
See Also