Click or drag to resize
XDL

XVertex2d Constructor (Double, Double)

XVertex2d 객체를 생성하는 생성자이며 x와 y값을 입력되는 xVal과 yVal값으로 초기화한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public XVertex2d(
	double xVal,
	double yVal
)

Parameters

xVal
Type: SystemDouble
x값
yVal
Type: SystemDouble
y값
See Also