IDrawable class

IDrawable class

Parent Interface for Simple geometric represetation of an entity or its part

The IDrawable type exposes the following members:

Properties

PropertyDescription
propertiesNon-geometric properties of geometric representation
all_pointsArray of all points defining geometry
entity_uidUnique identifier (line number) of entity that created this entity

Methods

MethodDescription
get_transformed_drawableCreates a new drawable using provided points and non-geometric properties of current drawable
get_new_props_drawableCreates a new drawable using geometry of current drawable and provided non-geometric properties
acceptPart of Visitor pattern with an IgesDrawableExporter

See Also