<div dir="ltr">I am aware that one can get coordinates of points using the following syntax:<br>   coords[] = Point{pointID};<br><br>I would like to get the points of a line (for example, from a line generated by an extrusion).  I want to avoid having to use hard coded entity IDs.  The following syntax does not work:<br>   pointIDs = Line{lineID};<br><br>Is there a general syntax for getting such metadata from other types of entities, or is the point coordinates just a special implementation?<br><br><br></div>