Click or drag to resize
XDL

XMapGraphicsxglVertex3d Method (Double, Double, Double)

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

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public override void xglVertex3d(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
정점 x 좌표.
y
Type: SystemDouble
정점 y 좌표.
z
Type: SystemDouble
정점 z 좌표.

Return Value

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