Methods
Methods | Description |
---|---|
AddEntity | The method adds a child entity. |
Derived from TsgDXFTable | Description |
---|---|
Create | Creates internal objects before creating this object. |
Destroy | Frees up internal objects before destroying this object. |
EntName | The method returns the name of an item from the TABLES section of a DXF-file. |
FindEntByName | The method returns the entity specified by its name from the enities list. |
Derived from TsgDXFGroup | Description |
---|---|
DeleteEntity | The method deletes an entity. |
Iterate | The method converts DXF/DWG tree structure to a linear sequence of entities, similar to Windows metafile. |
Derived from TsgDXFObjectEntity | Description |
---|---|
AssignEntity | Copies properties of source entity to the TsgDXFObjectEntity class object. |
Derived from TsgDXFEntity | Description |
---|---|
Clone | The method copies properties of source entity to current entity (include Handle ). |
Draw | The method generates the OnDraw event. |
GetBoxPoints | The method is used in drawing cycle for fast checking whether the entity must be drawn. |
GetThickness | The method returns entity's thickness. |
SetLType | The method sets line type of the entity. |
SetLWeight | The method sets line weight width of the entity. |