Entity Data Access Symbols Overview | Symbol List
There are two EDAs that access the geometric properties on a plane object. The point EDA is READ/WRITE which allows you to contact and edit the location of the origin of the plane display. The normal EDA is READ ONLY which allows you to return the vector which is normal to the plane.
Geometric Property |
EDA Symbol |
Access Type |
Data Type |
Vertex (X,Y,Z) |
&POINT(obj) |
R/W |
Num. Array |
Normal vector (I,J,K) |
&NORMAL(obj) |
RO |
Num. Array |