Click or drag to resize
XDL

NXPlanetDrawArgs.Vertex3d(XVertex3d) Method

세계위치에서 그리는 위치로 변환한다. (WOS에 의해 계산)

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public XVertex3d Vertex3d(
	XVertex3d v
)

Parameters

v  XVertex3d
입력 위치

Return Value

XVertex3d
그리는 위치를 반환한다.
See Also