IDrawable class
IDrawable class
Parent Interface for Simple geometric represetation of an entity or its part
The IDrawable type exposes the following members:
Properties
| Property | Description |
|---|---|
| properties | Non-geometric properties of geometric representation |
| all_points | Array of all points defining geometry |
| entity_uid | Unique identifier (line number) of entity that created this entity |
Methods
| Method | Description |
|---|---|
| get_transformed_drawable | Creates a new drawable using provided points and non-geometric properties of current drawable |
| get_new_props_drawable | Creates a new drawable using geometry of current drawable and provided non-geometric properties |
| accept | Part of Visitor pattern with an IgesDrawableExporter |