A simple class that just keeps geometry of a vertex or edge subentity.
Autodesk.AutoCAD.DatabaseServices.SubentityGeometry
Public Class SubentityGeometry
public class SubentityGeometry;
Notice that no copy constructor, assignment operator or destructor are implemented that would manage the referenced curve. The SubentityGeometry is not the owner of the curve, it just references it.
Comments? |