|
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) |
| const OdDAIObjectId & | getTimeLag () const |
| void | setTimeLag (const OdDAIObjectId &TimeLag) |
| IfcSequenceEnum | getSequenceType () const |
| void | setSequenceType (IfcSequenceEnum SequenceType) |
| const OdAnsiString & | getUserDefinedSequenceType () const |
| void | setUserDefinedSequenceType (const OdAnsiString &UserDefinedSequenceType) |
| 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 OdIfc4::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 OdIfc4::OdIfc4Instance | |
| 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 |
| OdDAIObjectId | m_TimeLag |
| OdDAI::Enum | m_SequenceType |
| OdAnsiString | m_UserDefinedSequenceType |
Protected Attributes inherited from OdIfc4::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.
\changes
IFC4 changes: Attribute SequenceType is optional. Attribute TimeLag is optional. Type of the attribute TimeLag changed from IfcTimeMeasure to IfcLagTime.
Definition at line 53 of file Ifc4/IfcRelSequenceAutoImpl.h.
| OdIfc4::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 OdIfc4::IfcRelConnects.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4::IfcRoot.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4::IfcRoot.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4::IfcRelConnects.
| const OdDAIObjectId & OdIfc4::IfcRelSequence::getRelatedProcess | ( | ) | const |
Returns the value of RelatedProcess attribute. This attribute represents reference to the process, that is the successor.
| const OdDAIObjectId & OdIfc4::IfcRelSequence::getRelatingProcess | ( | ) | const |
Returns the value of RelatingProcess attribute. This attribute represents reference to the process, that is the predecessor.
| IfcSequenceEnum OdIfc4::IfcRelSequence::getSequenceType | ( | ) | const |
Returns the value of SequenceType attribute. This attribute is the way in which the time lag applies to the sequence.
| const OdDAIObjectId & OdIfc4::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.
| const OdAnsiString & OdIfc4::IfcRelSequence::getUserDefinedSequenceType | ( | ) | const |
Returns the value of UserDefinedSequenceType attribute. This attribute allows specification of user defined type of the sequence beyond the enumeration values (START_START, START_FINISH,FINISH_START, FINISH_FINISH) provided by SequenceTypeattribute of type IfcSequenceEnum.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4::IfcRoot.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4::IfcRelConnects.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4::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 OdIfc4::IfcRoot.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4::IfcRoot.
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
| void OdIfc4::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 OdIfc4::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 OdIfc4::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 OdIfc4::IfcRelSequence::setTimeLag | ( | const OdDAIObjectId & | 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. |
| void OdIfc4::IfcRelSequence::setUserDefinedSequenceType | ( | const OdAnsiString & | UserDefinedSequenceType | ) |
Sets the value of UserDefinedSequenceType attribute. UserDefinedSequenceType is allows specification of user defined type of the sequence beyond the enumeration values (START_START, START_FINISH,FINISH_START, FINISH_FINISH) provided by SequenceTypeattribute of type IfcSequenceEnum.
| UserDefinedSequenceType | [in] User defined sequence type to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4::IfcRoot.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4::IfcRoot.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4::IfcRelConnects.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4::IfcRoot.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4::IfcRoot.
|
protected |
Definition at line 285 of file Ifc4/IfcRelSequenceAutoImpl.h.
|
protected |
Definition at line 284 of file Ifc4/IfcRelSequenceAutoImpl.h.
|
protected |
Definition at line 287 of file Ifc4/IfcRelSequenceAutoImpl.h.
|
protected |
Definition at line 286 of file Ifc4/IfcRelSequenceAutoImpl.h.
|
protected |
Definition at line 288 of file Ifc4/IfcRelSequenceAutoImpl.h.