|
XImageGraphicsxglVertex3d(Double, Double, Double) Method
|
오프셋/크기조절이 적용된 3차원 정점을 설정한다. glVertex와는 조금 다르다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntaxpublic override void xglVertex3d(
double x,
double y,
double z
)
Parameters
- x Double
- 정점 x 좌표.
- y Double
- 정점 y 좌표.
- z Double
- 정점 z 좌표.
Return Value
이 함수는 값을 반환하지 않는다.
See Also