Click or drag to resize

ReferenceAxisManagerCreateBy1PointAxis Method

1점축 생성

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.902 (2.8.25.902)
Syntax
C#
public void CreateBy1PointAxis(
	Vector3D xAxis,
	Vector3D yAxis
)

Parameters

xAxis
Type: VIZCore3D.NET.DataVector3D
X축
yAxis
Type: VIZCore3D.NET.DataVector3D
Y축
See Also