This class represents a composite constraint node in the owning Assoc2dConstraintGroup. It is the base class for all the kind of composite constraints, the owned constraints are all applied on(connected with) the same constrained geometries.
Autodesk.AutoCAD.DatabaseServices.ConstraintGroupNode Autodesk.AutoCAD.DatabaseServices.GeometricalConstraint Autodesk.AutoCAD.DatabaseServices.CompositeConstraint Autodesk.AutoCAD.DatabaseServices.G2SmoothConstraint
Public Class CompositeConstraint Inherits GeometricalConstraint
public class CompositeConstraint : GeometricalConstraint;
Comments? |