Hide menu
Loading...
Searching...
No Matches

Base class for drawing elements. More...

Inheritance diagram for cadex.Drawing.Element:
cadex.BaseObject cadex.Drawing.Dimension cadex.Drawing.Geometry cadex.Drawing.Hatch cadex.Drawing.Text cadex.Drawing.AngularDimension cadex.Drawing.DiametricDimension cadex.Drawing.LinearDimension cadex.Drawing.RadialDimension cadex.Drawing.CurveSet cadex.Drawing.PiecewiseContour cadex.Drawing.PointSet

Public Member Functions

 Element (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void SetUuid (System.Guid theUuid)
 
System.Guid Uuid ()
 
void Accept (cadex.Drawing.ElementVisitor theVisitor)
 
- Public Member Functions inherited from cadex.BaseObject
 BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
bool IsNull ()
 
ulong Id ()
 Return unique identifier of public object.
 
bool IsEqual (cadex.BaseObject theObj)
 
override int GetHashCode ()
 
override bool Equals (System.Object o)
 

Static Public Member Functions

static bool CompareType (cadex.BaseObject theObject)
 Returns true if theObject has the Element type.
 
static cadex.Drawing.Element Cast (cadex.BaseObject theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Base class for drawing elements.

Defines a complete PMI element.

Drawing elements are objects that are contained in views and define the contents of a drawing. They include 2D geometry and view instances.

Encapsulates a PMI graphical representation, a PMI semantic representation, and a type.

See also
GraphicalRepresentation, SemanticRepresentation

Member Function Documentation

◆ Dispose()

override void cadex.Drawing.Element.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.