<div dir="ltr">Thanks to David Colignon for pointing me to the Boundary command.  The following worked sufficiently to get me what I needed:<br>   endPointIDs[] = Boundary{ Line{ lineID }; };<br><br>Boundary command will also work for getting surface and line boundaries of volumes and surfaces, respectively.  I still don't see a way of getting other axillary entities created by extrusions.  For example, a Circle or Spline are curved line entities and require extra points in their definition.  Extruding such entities automatically generates axillary points for defining the new entities, but Boundary only returns the end points of the new curve.  I don't see how the other automatically-generated points are accessible and/or identifiable without manual inspection and hard-coded entity IDs.<br><br><br>On Tuesday, April 1, 2014 8:30:14 PM UTC-5, Cade Perkins wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><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></blockquote></div>