Click or drag to resize
XDL

NXPlanetDrawArgs.Vertex3d Method (Double, Double, Double)

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

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

Parameters

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

Return Value

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