C++
AcDbBlockReference( const AcGePoint3d& position, AcDbObjectId blockTableRec );
Description
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.
Parameters
Parameters | Description |
---|---|
position | Input position point |
blockTableRec | Input object ID of AcDbBlockTableRecord to reference |