|
CFx SDK Documentation 2026 SP0
|
#include <IfcPersonAutoImpl.h>
Public Member Functions | |
| const OdAnsiString & | getIdentification () const |
| void | setIdentification (const OdAnsiString &Identification) |
| const OdAnsiString & | getFamilyName () const |
| void | setFamilyName (const OdAnsiString &FamilyName) |
| const OdAnsiString & | getGivenName () const |
| void | setGivenName (const OdAnsiString &GivenName) |
| void | getMiddleNames (OdArray< OdAnsiString > &MiddleNames) const |
| OdDAI::ListOfOdAnsiString & | middleNames () |
| void | getPrefixTitles (OdArray< OdAnsiString > &PrefixTitles) const |
| OdDAI::ListOfOdAnsiString & | prefixTitles () |
| void | getSuffixTitles (OdArray< OdAnsiString > &SuffixTitles) const |
| OdDAI::ListOfOdAnsiString & | suffixTitles () |
| void | getRoles (OdDAIObjectIds &Roles) const |
| OdDAI::ListOfOdDAIObjectId & | roles () |
| void | getAddresses (OdDAIObjectIds &Addresses) const |
| OdDAI::ListOfOdDAIObjectId & | addresses () |
| void | getInvEngagedIn (OdDAIObjectIds &EngagedIn) const |
| IfcPerson () | |
| 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 OdIfc4x3_add2::OdIfc4x3Instance | |
| 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 | |
| OdAnsiString | m_Identification |
| OdAnsiString | m_FamilyName |
| OdAnsiString | m_GivenName |
| OdDAI::ListOfOdAnsiString | m_MiddleNames |
| OdDAI::ListOfOdAnsiString | m_PrefixTitles |
| OdDAI::ListOfOdAnsiString | m_SuffixTitles |
| OdDAI::ListOfOdDAIObjectId | m_Roles |
| OdDAI::ListOfOdDAIObjectId | m_Addresses |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Friends | |
| class | IfcPersonAndOrganization |
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) |
This entity represents an individual human being.
\changes
IFC4 changes: Attribute Id renamed to Identification. IFC4X3 changes: Attribute Addresses is deprecated. Use Pset_Address instead related to an IfcActor with TheActor pointing to this entity.
Definition at line 51 of file Ifc4x3/IfcPersonAutoImpl.h.
| OdIfc4x3_add2::IfcPerson::IfcPerson | ( | ) |
Default constructor for the IfcPerson class.
| OdDAI::ListOfOdDAIObjectId & OdIfc4x3_add2::IfcPerson::addresses | ( | ) |
Returns the value of Addresses attribute. This attribute represents postal and telecommunication addresses of a person.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
| void OdIfc4x3_add2::IfcPerson::getAddresses | ( | OdDAIObjectIds & | Addresses | ) | const |
Sets the value of Addresses attribute. This attribute represents postal and telecommunication addresses of a person.
| Addresses | [out] Receives the Addresses attribute. |
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcInstance.
| const OdAnsiString & OdIfc4x3_add2::IfcPerson::getFamilyName | ( | ) | const |
Returns the value of FamilyName attribute. This attribute represents the name by which the family identity of the person can be recognized.
| const OdAnsiString & OdIfc4x3_add2::IfcPerson::getGivenName | ( | ) | const |
Returns the value of GivenName attribute. This attribute represents the name by which a person is known within a family and by which he or she can be recognized.
| const OdAnsiString & OdIfc4x3_add2::IfcPerson::getIdentification | ( | ) | const |
Returns the value of Identification attribute. This attribute represents identification of the person.
|
overridevirtual |
Returns a type of a class instance.
| void OdIfc4x3_add2::IfcPerson::getInvEngagedIn | ( | OdDAIObjectIds & | EngagedIn | ) | const |
Returns the value of EngagedIn attribute. This attribute represents the inverse relationship to IfcPersonAndOrganization relationships in which IfcPerson is engaged.
| EngagedIn | [out] Receives the value of EngagedIn attribute. |
Gets the value of MiddleNames attribute. This attribute represents additional names given to a person that enable their identification apart from others who can have the same or similar family and given names.
| MiddleNames | [out] Receives the MiddleNames attribute. |
Sets the value of PrefixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear before his/her names.
| PrefixTitles | [out] Receives the PrefixTitles attribute. |
| void OdIfc4x3_add2::IfcPerson::getRoles | ( | OdDAIObjectIds & | Roles | ) | const |
Gets the value of Roles attribute. This attribute represents roles played by the person.
| Roles | [out] Receives the Roles attribute. |
Gets the value of SuffixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear after his/her names.
| SuffixTitles | [out] Receives the SuffixTitles attribute. |
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc::OdIfcInstance.
| OdDAI::ListOfOdAnsiString & OdIfc4x3_add2::IfcPerson::middleNames | ( | ) |
Returns the value of MiddleNames attribute. This attribute represents additional names given to a person that enable their identification apart from others who can have the same or similar family and given names.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
| OdDAI::ListOfOdAnsiString & OdIfc4x3_add2::IfcPerson::prefixTitles | ( | ) |
Returns the value of PrefixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear before his/her names.
|
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 OdIfc::OdIfcInstance.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
| OdDAI::ListOfOdDAIObjectId & OdIfc4x3_add2::IfcPerson::roles | ( | ) |
Returns the value of Roles attribute. This attribute represents roles played by the person.
| void OdIfc4x3_add2::IfcPerson::setFamilyName | ( | const OdAnsiString & | FamilyName | ) |
Sets the value of FamilyName attribute. This attribute represents the name by which the family identity of the person can be recognized.
| FamilyName | [in] Family name to set. |
| void OdIfc4x3_add2::IfcPerson::setGivenName | ( | const OdAnsiString & | GivenName | ) |
Sets the value of GivenName attribute. This attribute represents the name by which a person is known within a family and by which he or she can be recognized.
| GivenName | [in] Given name to set. |
| void OdIfc4x3_add2::IfcPerson::setIdentification | ( | const OdAnsiString & | Identification | ) |
Sets the value of Identification attribute. This attribute represents identification of the person.
| Identification | [in] Identification to set. |
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
| OdDAI::ListOfOdAnsiString & OdIfc4x3_add2::IfcPerson::suffixTitles | ( | ) |
Returns the value of SuffixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear after his/her names.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
friend |
Definition at line 367 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 363 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 353 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 354 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 352 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 355 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 357 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 361 of file Ifc4x3/IfcPersonAutoImpl.h.
|
protected |
Definition at line 359 of file Ifc4x3/IfcPersonAutoImpl.h.