|
XvcPointGetVertex(Double, Double, Double) Method
|
점 객체의 위치를 가져온다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic void GetVertex(
ref double x,
ref double y,
ref double z
)
Parameters
- x Double
- [Out] XvcPoint의 X 좌표값.
- y Double
- [Out] XvcPoint의 Y 좌표값.
- z Double
- [Out] XvcPoint의 Z 좌표값.
See Also