Class IgesDrawableBase

IgesDrawableBase class

Provides a base class for intermediate representation of document entities in simple geometric form

public abstract class IgesDrawableBase : IDrawingEntity, IIgesDrawable

Properties

NameDescription
AllPoints { get; }Array of all points defining geometry
Childs { get; }
EntityUID { get; set; }
Id { get; }
Properties { get; }Non-geometric properties for geometry

Methods

NameDescription
abstract GetNewPropsDrawable(IDrawableProperties)Creates a new drawable using geometry of current drawable and provided non-geometric properties
abstract GetTransformedDrawable(Point3D[])Creates a new drawable using provided points and non-geometric properties of current drawable

See Also