Click or drag to resize
XDL

XscModelGetRotation Method

모델으로 부터 yaw, pitch, roll 값을 확인한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void GetRotation(
	ref XAngle yaw,
	ref XAngle pitch,
	ref XAngle roll
)

Parameters

yaw  XAngle
[out] Yaw 값
pitch  XAngle
[out] Pitch 값
roll  XAngle
[out] Roll 값

Return Value

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