Share

AcDbBlockReference Constructor

Overload List

Method Description
AcDbBlockReference::AcDbBlockReference () Default constructor. Initializes the position to (0,0,0), the X, Y, and Z scale factors to 1.0, the rotation to 0.0, the normal vector to (0,0,1), the block table record object ID to AcDbObjectId::kNull, and the hasAttribute flag to Adesk::kFalse.
AcDbBlockReference::AcDbBlockReference (AcGePoint3d&, AcDbObjectId) This constructor initializes the block reference to use position (in WCS) as the position point; blockTableRec as the object ID of the block table record to reference; the X, Y, and Z scale factors to 1.0; the rotation to 0.0; the normal vector to (0,0,1); and the hasAttribute flag to Adesk::kFalse.

Was this information helpful?