Click or drag to resize
XDL

XVertex4d(IntPtr) Constructor

XVertex4d객체를 생성하는 생성자이며, 입력 원본 데이터의 x, y, z, w값과 동일하게 복사하여 초기화한다.
C++ 인터페이스.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 3.0.0.1
Syntax
C#
public XVertex4d(
	IntPtr nativePtr
)

Parameters

nativePtr  IntPtr
초기화 값. 비관리 객체
See Also