33 #include <dime/Basic.h>
34 #include <dime/entities/Entity.h>
35 #include <dime/util/Linear.h>
52 virtual bool getRecord(
const int groupcode,
54 const int index = 0)
const;
59 virtual int typeId()
const;
62 void setInsertionPoint(
const dimeVec3f &v);
63 const dimeVec3f &getInsertionPoint()
const;
68 void setRotAngle(dxfdouble angle);
69 dxfdouble getRotAngle()
const;
79 dimeCallback callback,
85 int16 attributesFollow;
86 const char *blockName;
100 dxfdouble columnSpacing;
109 dimeInsert::setInsertionPoint(
const dimeVec3f &v)
111 this->insertionPoint = v;
115 dimeInsert::getInsertionPoint()
const
117 return this->insertionPoint;
121 dimeInsert::getBlock()
const
133 dimeInsert::getScale()
const
139 dimeInsert::setRotAngle(dxfdouble angle)
141 this->rotAngle = angle;
145 dimeInsert::getRotAngle()
const
147 return this->rotAngle;
151 #endif // ! DIME_INSERT_H