Click or drag to resize
XDL

XVertex2d Constructor (XVertex2d)

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

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

Parameters

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