Odcl_PSpMS

(From ODCL_L  file)

<< Click to Display Table of Contents >>

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

Odcl_PSpMS

(From ODCL_L  file)

Previous pageReturn to chapter overviewNext page

Odcl_PSpMS

This function convert a PaperSpace coordinate into a ModelSpace coordinate.

ReturneValues

ModelSpace coordinates

 

Example:

Get equivalent coordinates of selected PaperSpace Point.

(Odcl_PSpMS (getponnt))

 

Result:

(-31.7499 162.028 0.0) = Coordinate in ModelSpace.

 

AutoLisp Syntax:

(Setq rValue (Odcl_PSpMS CoordinatesPoint [as LLst]))