END_X_xxx, END_Y_xxx, END_Z_xxx
This is a template attribute. Template attributes can be used in filtering, or to retrieve data from the model to use in drawings and reports. For example, when you create a report, Tekla Structures replaces the attributes added in the report template with the corresponding object property values.
The template attributes END_X, END_Y, and END_Z show the coordinates of a part's end reference point (magenta handle).
To show the coordinates relative to the
current base point, project base point,
or work plane, use _BASEPOINT, _PROJECT, or _IN_WORK_PLANE at the end of the
template attributes. For example:
-
END_X_BASEPOINTshows the x coordinate of the part's end reference point relative to the current base point. -
END_Y_PROJECTshows the y coordinate of the part's end reference point relative to the project base point. -
END_Z_IN_WORK_PLANEshows the z coordinate of the part's end reference point relative to the current work plane.