C++
AcDbShape( const AcGePoint3d& position, double size, double rotation = 0, double widthFactor = 0 );
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.
Parameters
Parameters | Description |
---|---|
position | Input insertion point of the shape, in WCS coordinates |
size | Input height of the shape |
rotation | Input rotation of the shape |
widthFactor | Input width factor of the shape |