AcConstrainedRigidSet::AcConstrainedRigidSet(bool, AcGeMatrix3d&) Constructor   

C++
explicit AcConstrainedRigidSet(
    bool bScalable, 
    const AcGeMatrix3d& trans
);
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. 
Description

Constructor.

Links