 | XvcPointGetVertex Method (Double, Double, Double) |
점 객체의 위치를 가져온다.
Namespace:
Pixoneer.NXDL.NVC
Assembly:
NXDLvc (in NXDLvc.dll) Version: 1.2.817.72
Syntaxpublic 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