|
XvcEllipseGetCenter Method
|
타원의 중심점을 가져온다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic void GetCenter(
ref double x,
ref double y,
ref double z
)
Parameters
- x Double
- 중심정의 x 좌표값
- y Double
- 중심정의 y 좌표값
- z Double
- 중심정의 z 좌표값
See Also