Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
HPS.Exchange.BIMRelationshipEntity Class Reference
Inheritance diagram for HPS.Exchange.BIMRelationshipEntity:

Public Member Functions | |
BIMRelationshipEntity () | |
BIMRelationshipEntity (HPS.Exchange.BIMRelationshipEntity in_that) | |
override void | Dispose () |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.BIMRelationshipEntity in_relationshipEntity) |
HPS.Exchange.Component | GetComponent () |
override int | GetHashCode () |
string | GetName (bool use_generated_if_needed) |
string | GetName () |
override HPS.Type | ObjectType () |
![]() | |
Sprocket (HPS.Sprocket in_that) | |
![]() | |
virtual bool | Empty () |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
bool | HasType (HPS.Type in_mask) |
Object (HPS.Object that) | |
virtual void | Reset () |
virtual HPS.Type | Type () |
Static Public Member Functions | |
static bool | operator!= (HPS.Exchange.BIMRelationshipEntity a, HPS.Exchange.BIMRelationshipEntity b) |
static bool | operator== (HPS.Exchange.BIMRelationshipEntity a, HPS.Exchange.BIMRelationshipEntity b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
Entity inside a BIM relationship
Constructor & Destructor Documentation
◆ BIMRelationshipEntity() [1/2]
|
inline |
The default constructor creates an empty BIMRelationshipEntity object.
◆ BIMRelationshipEntity() [2/2]
|
inline |
The copy constructor creates a new BIMRelationshipEntity object that is associated with the same data as the source BIMRelationshipEntity.
- Parameters
-
in_that The source BIMRelationshipEntity to copy.
Member Function Documentation
◆ Equals()
|
inline |
Check if the source BIMRelationshipEntity is equivalent to this BIMRelationshipEntity.
- Parameters
-
in_relationshipEntity The source BIMRelationshipEntity to compare to this BIMRelationshipEntity.
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetComponent()
|
inline |
Get the component for this entity.
- Returns
- the component for this entity of an empty component is the element is not loaded (such as openings).
◆ GetName() [1/2]
|
inline |
Get the name of this BIMRelationshipEntity.
- Parameters
-
use_generated_if_needed Whether to use the generated name if the component has no name.
- Returns
- the name of this BIMRelationshipEntity.
◆ GetName() [2/2]
|
inline |
Get the name of this BIMRelationshipEntity.
- Returns
- the name of this BIMRelationshipEntity.
◆ ObjectType()
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs