Click or drag to resize
XDL

XMapGraphicsxglVertex3d Method (XVertex3d)

오프셋/크기조절이 적용된 3차원 정점을 설정한다. glVertex3d와는 조금 다르다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public override void xglVertex3d(
	XVertex3d v
)

Parameters

v
Type: Pixoneer.NXDLXVertex3d
정점.

Return Value

Type: 
이 함수는 값을 반환하지 않는다.
See Also