Click or drag to resize

Vertex3DBuildAxis Method

Build Axis

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public bool BuildAxis(
	out Vertex3D v1,
	out Vertex3D v2,
	out Vertex3D v3
)

Parameters

v1
Type: VIZCore3D.NET.DataVertex3D
Axis X
v2
Type: VIZCore3D.NET.DataVertex3D
Axis Y
v3
Type: VIZCore3D.NET.DataVertex3D
Axis Z

Return Value

Type: Boolean
Result
See Also