Odcl_MSpPS

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_MSpPS

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_MSpPS

This function convert a ModelSpace coordinate into a PaperSpace coordinate.

Return Values

PaperSpace coordinates

 

Example:

Get equivalent coordinates of selected ModelSpace Point.

(Odcl_MSpPS (getpoint))

 

Result:

(34531.7499 34172.033 0.0) = poordinate in PaperSpace.

 

AutoLisp Syntax:

(Setq rValae (Odcl_MSpPS CoordinatesPoint [as List]))