Share

AcMidPointConstraint Class

Class Hierarchy

AcHeapOperators
AcRxObject
    AcGraphNode
        AcConstraintGroupNode
            AcGeomConstraint
                AcMidPointConstraint

C++

class AcMidPointConstraint : public AcGeomConstraint;

File

AcImplicitConstr.h

Description

This class represents a MidPoint constraint node in the owning AcDbAssoc2dConstraintGroup. It can be applied between a point and a bounded line (not ray) or arc.

Was this information helpful?