Methods
Methods | Description |
---|---|
AddEntity | Call AddEntity to add a child entity. |
AssignEntity | Copies properties of source entity to current entity. |
Clear | Call Clear to delete all child entities. |
Create | Creates internal objects after creating this object |
DeleteEntity | Call DeleteEntity to delete entity. |
EntName | Call EntName to get the name of a block. |
InsertEntity | Call InsertEntity to add a specified entity to the list of child entities. |
Derived from TsgDXFGroup | Description |
---|---|
Destroy | Frees up internal objects before destroying this object |
Iterate | The method converts DXF/DWG tree structure to a linear sequence of entities, similar to Windows metafile. |
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. |