Click or drag to resize
XDL

XVertex2d(Double, Double) Constructor

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

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

Parameters

xVal  Double
x값
yVal  Double
y값
See Also