Click or drag to resize
XDL

XVertex3dcrossProduct Method (XVertex3d)

this객체와 피연산자인 XVertex3d객체와의 Cross-Product결과를 생성하여 XVertex3d객체를 생성하여 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public XVertex3d crossProduct(
	XVertex3d v
)

Parameters

v
Type: Pixoneer.NXDLXVertex3d
피연산자.

Return Value

Type: XVertex3d
XVertex3d 객체.
See Also