Click or drag to resize
XDL

NXPlanetDrawArgsVertex3d Method (Double, Double, Double)

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

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public XVertex3d Vertex3d(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
입력 위치의 x 값.
y
Type: SystemDouble
입력 위치의 y 값.
z
Type: SystemDouble
입력 위치의 z 값.

Return Value

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