Click or drag to resize
XDL

XVertex4d Constructor (XVertex4d)

XVertex4d객체를 생성하는 생성자이며, 입력되는 XVertex4d값의 x, y, z, w값과 동일하게 복사하여 초기화한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public XVertex4d(
	XVertex4d val
)

Parameters

val
Type: Pixoneer.NXDLXVertex4d
초기화 값
See Also