|
CFx SDK Documentation 2026 SP0
|
#include <IfcRelSequenceAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getRelatingProcess () const |
| void | setRelatingProcess (const OdDAIObjectId &RelatingProcess) |
| const OdDAIObjectId & | getRelatedProcess () const |
| void | setRelatedProcess (const OdDAIObjectId &RelatedProcess) |
| double | getTimeLag () const |
| void | setTimeLag (double TimeLag) |
| IfcSequenceEnum | getSequenceType () const |
| void | setSequenceType (IfcSequenceEnum SequenceType) |
| IfcRelSequence () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual void | setInverseCounterParts () override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc2x3::IfcRoot | |
| OdDAI::CompressedGUID | getGlobalId () const |
| void | setGlobalId (OdDAI::CompressedGUID GlobalId) |
| const OdDAIObjectId & | getOwnerHistory () const |
| void | setOwnerHistory (const OdDAIObjectId &OwnerHistory) |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| IfcRoot () | |
Public Member Functions inherited from OdIfc2x3::OdIfc2x3Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAIObjectId | m_RelatingProcess |
| OdDAIObjectId | m_RelatedProcess |
| double | m_TimeLag |
| OdDAI::Enum | m_SequenceType |
Protected Attributes inherited from OdIfc2x3::IfcRoot | |
| OdDAI::CompressedGUID | m_GlobalId |
| OdDAIObjectId | m_OwnerHistory |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
IfcRelSequence is a sequential relationship between processes where one process must occur before the other in time and where the timing of the relationship can be described as a type of sequence. The relating process (IfcRelSequence.RelatingProcess) is considered to be the predecessor in the relationship (has precedence) whilst the related process (IfcRelSequence.RelatedProcess) is the successor. IfcRelSequence is defined as one-to-one relationship; therefore it assigns one predecessor to one successor.
Definition at line 45 of file Ifc2x3/IfcRelSequenceAutoImpl.h.
| OdIfc2x3::IfcRelSequence::IfcRelSequence | ( | ) |
Default constructor for the IfcRelSequence class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc2x3::IfcRelConnects.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc2x3::IfcRelConnects.
| const OdDAIObjectId & OdIfc2x3::IfcRelSequence::getRelatedProcess | ( | ) | const |
Returns the value of RelatedProcess attribute. This attribute represents reference to the process, that is the successor.
| const OdDAIObjectId & OdIfc2x3::IfcRelSequence::getRelatingProcess | ( | ) | const |
Returns the value of RelatingProcess attribute. This attribute represents reference to the process, that is the predecessor.
| IfcSequenceEnum OdIfc2x3::IfcRelSequence::getSequenceType | ( | ) | const |
Returns the value of SequenceType attribute. This attribute is the way in which the time lag applies to the sequence.
| double OdIfc2x3::IfcRelSequence::getTimeLag | ( | ) | const |
Returns the value of TimeLag attribute. This attribute represents time duration of the sequence, that is the time lag between thepredecessor and the successor as specified by theSequenceType.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc2x3::IfcRelConnects.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
| void OdIfc2x3::IfcRelSequence::setRelatedProcess | ( | const OdDAIObjectId & | RelatedProcess | ) |
Sets the value of RelatedProcess attribute. This attribute represents reference to the process, that is the successor.
| RelatedProcess | [in] Related process to set. |
| void OdIfc2x3::IfcRelSequence::setRelatingProcess | ( | const OdDAIObjectId & | RelatingProcess | ) |
Sets the value of RelatingProcess attribute. This attribute represents reference to the process, that is the predecessor.
| RelatingProcess | [in] Relating process to set. |
| void OdIfc2x3::IfcRelSequence::setSequenceType | ( | IfcSequenceEnum | SequenceType | ) |
Sets the value of SequenceType attribute. This attribute is the way in which the time lag applies to the sequence.
| SequenceType | [in] Sequence type to set. |
| void OdIfc2x3::IfcRelSequence::setTimeLag | ( | double | TimeLag | ) |
Sets the value of TimeLag attribute. This attribute represents time duration of the sequence, that is the time lag between the predecessor and the successor as specified by theSequenceType.
| TimeLag | [in] Time lag to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc2x3::IfcRelConnects.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc2x3::IfcRoot.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc2x3::IfcRoot.
|
protected |
Definition at line 256 of file Ifc2x3/IfcRelSequenceAutoImpl.h.
|
protected |
Definition at line 255 of file Ifc2x3/IfcRelSequenceAutoImpl.h.
|
protected |
Definition at line 258 of file Ifc2x3/IfcRelSequenceAutoImpl.h.
|
protected |
Definition at line 257 of file Ifc2x3/IfcRelSequenceAutoImpl.h.