Click or drag to resize
XDL

X3DModelDraw Method

Target View에서 this객체에 정의된 모델을 Render하기 위해 이 메쏘드를 호출한다. ViewAreaID를 설정하면 이 객체에 정의된 좌표에 의거하여 모델을 Rendering한다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 1.2.817.72
Syntax
C#
public bool Draw(
	int nViewAreaID
)

Parameters

nViewAreaID
Type: SystemInt32
[In] ViewAreaID

Return Value

Type: Boolean
성공이면 true, 실패면 false
See Also