Click or drag to resize

ReferenceAxisManagerCreate Method

참조축(절대축/기준축) 생성

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.902 (2.8.25.902)
Syntax
C#
public int Create(
	Vector3D xAxis,
	Vector3D yAxis,
	Vector3D pos,
	string title
)

Parameters

xAxis
Type: VIZCore3D.NET.DataVector3D
X축 방향
yAxis
Type: VIZCore3D.NET.DataVector3D
Y축 방향
pos
Type: VIZCore3D.NET.DataVector3D
위치
title
Type: SystemString
제목

Return Value

Type: Int32
생성된 참조축 ID
See Also