Share

AcConstrainedRigidSet::AcConstrainedRigidSet (bool, AcGeMatrix3d&) Constructor

C++

ACDBCORE2D_PORT explicit AcConstrainedRigidSet(
    bool bScalable, 
    const AcGeMatrix3d& trans
);

Description

Constructor.

Parameters

Parameters Description
bScalable Input whether or not this rigid set can be uniformly scaled.
trans Input the AcGeMatrix3d indicating the initial transform of this rigid set relative to the work plane of the owning AcDbAssoc2dConstraintGroup object.

Links

AcConstrainedRigidSet Class

Was this information helpful?