Click or drag to resize
XDL

XVertex3dGetAngle Method

첫번째 피연산자인 XVertex3d객체와 두번째 피연산자인 XVertex3d객체와 원점(0, 0, 0)이 이루는 각도를 계산하여 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static XAngle GetAngle(
	XVertex3d v1,
	XVertex3d v2
)

Parameters

v1
Type: Pixoneer.NXDLXVertex3d
피연산자.
v2
Type: Pixoneer.NXDLXVertex3d
피연산자.

Return Value

Type: XAngle
XAngle 객체
See Also