AcDbShape::AcDbShape

AcDbShape(
    const AcGePoint3d& position, 
    double size, 
    double rotation = 0, 
    double widthFactor = 0
);
Parameters
Parameters 
Description 
const AcGePoint3d& position 
Input insertion point of the shape, in WCS coordinates 
double size 
Input height of the shape 
double rotation = 0 
Input rotation of the shape 
double widthFactor = 0 
Input width factor of the shape 
Description

This function constructs a shape entity with its base parameters as specified by the arguments passed in. In addition, the normal vector for the shape is set to (0,0,1) and the thickness is set to 0.0. 

 

Links