Overview | Statement List | Example
pos = MAP/pos1,FROM,{csys1,TO,csys2|member_view_name,TO,parent_drawing_name}
Maps coordinate data from one coordinate system to another.
Parameter |
Description |
pos1 |
A three-element numerical array which consists of X,Y and Z coordinates in the coordinate system csys1.
|
FROM |
Minor word that indicates the source of the coordinate system for pos1. The coordinate system can be obtained from one of the following sources: csys1 or the member view name. |
TO |
Minor word which indicates the target coordinate system to which pos1 is to be mapped. The target coordinate system can be obtained from one of the following: csys2 or the parent drawing name. |
csys1 |
A previously defined coordinate system from which the coordinates are mapped. |
csys2 |
A previously defined coordinate system to which the coordinates are mapped. |
member_view_name |
The name of the member view whose coordinates are to be used in the mapping. This parameter can be a string variable or literal string. |
parent_drawing_name |
The name of the parent drawing whose coordinates are to be used in the mapping. This parameter can be a string variable or literal string. |