AcDbBlockReference::AcDbBlockReference

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

 

Links