Click or drag to resize
XDL

XVertex3d Constructor (XVertex3d)

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

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

Parameters

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