Click or drag to resize
XDL

X3DModelDraw Method

특정 뷰에 객체를 렌더링한다.

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

Parameters

nViewAreaID  Int32
[In] 렌더링을 하려는 대상 뷰(view) 식별자.

Return Value

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