Click or drag to resize
XDL

XvcPointGetVertex Method (Double, Double, Double)

점 객체의 위치를 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void GetVertex(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
[Out] XvcPoint의 X 좌표값.
y
Type: SystemDouble
[Out] XvcPoint의 Y 좌표값.
z
Type: SystemDouble
[Out] XvcPoint의 Z 좌표값.
See Also