Odcl_GetMviewRotation

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG utilities >

Odcl_GetMviewRotation

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetMviewRotation

This function return the angle value of specified ViewPort.

Return Values

Numeric Value of Mview Rotation Angle

 

Example:

Get Rotation angle of the selected Mview.

(Odcl_GetMviewRotation (car (entsel)))

 

Result:

45.0 = Rotation Angle of selected Mview.

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetMviewRotation MviewSelection [as Ename]))