Base class for drawing elements. More...
Public Member Functions | |
| Element (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| Element (cadex.BaseObject.Initialized arg0) | |
| Element (cadex.PMI.GraphicalRepresentation theRepresentation) | |
| Constructor. | |
| Element (cadex.PMI.ElementType theType) | |
| Constructor. | |
| Element (cadex.PMI.ElementType theType, cadex.UTF16String theName) | |
| Constructor. | |
| void | SetGraphicalRepresentation (cadex.PMI.GraphicalRepresentation theRepresentation) |
| Sets the graphical representation. | |
| cadex.PMI.GraphicalRepresentation | GraphicalRepresentation () |
| Returns the graphical representation. | |
| void | SetSemanticRepresentation (cadex.PMI.SemanticRepresentation theRepresentation) |
| Sets the semantic element. | |
| cadex.PMI.SemanticRepresentation | SemanticRepresentation () |
| Returns the semantic element. | |
| void | SetName (cadex.UTF16String theName) |
| Accepts a string as a unicode string. | |
| cadex.UTF16String | Name () |
| Returns the empty string if the model element has no name (by default). | |
| void | SetType (cadex.PMI.ElementType theType) |
| Sets the element type. | |
| cadex.PMI.ElementType | Type () |
| bool | IsEmpty () |
| Returns true if no graphical or semantic representation was set. | |
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.PMI.Element | Cast (cadex.BaseObject theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
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.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Constructor.
|
inlinestatic |
Returns true if theObject has the Element type.
|
inlineprotectedvirtual |
Reimplemented from cadex.BaseObject.
|
inline |
Returns the graphical representation.
|
inline |
Returns true if no graphical or semantic representation was set.
|
inline |
Returns the empty string if the model element has no name (by default).
|
inline |
Returns the semantic element.
|
inline |
Sets the graphical representation.
|
inline |
Accepts a string as a unicode string.
|
inline |
Sets the semantic element.
|
inline |
Sets the element type.