|
XVertex3d(IntPtr) Constructor
|
XVertex3d객체를 생성하는 생성자이며, 입력 원본 데이터의 x, y, z값과 동일하게 복사하여 초기화한다.
C++ 인터페이스.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 3.0.0.1
Syntaxpublic XVertex3d(
IntPtr nativePtr
)
Parameters
- nativePtr IntPtr
- 초기화 값. 비관리 데이터
See Also