|
CFx SDK Documentation 2026 SP0
|
#include <IfcOrientedEdgeAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getEdgeElement () const |
| void | setEdgeElement (const OdDAIObjectId &EdgeElement) |
| OdDAI::Boolean | getOrientation () const |
| void | setOrientation (OdDAI::Boolean Orientation) |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) 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 OdIfc4x2::IfcEdge | |
| const OdDAIObjectId & | getEdgeStart () const |
| void | setEdgeStart (const OdDAIObjectId &EdgeStart) |
| const OdDAIObjectId & | getEdgeEnd () const |
| void | setEdgeEnd (const OdDAIObjectId &EdgeEnd) |
Public Member Functions inherited from OdIfc4x2::IfcRepresentationItem | |
| void | getInvLayerAssignment (OdDAIObjectIds &LayerAssignment) const |
| void | getInvStyledByItem (OdDAIObjectIds &StyledByItem) const |
Public Member Functions inherited from OdIfc4x2::OdIfc4x2Instance | |
| 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_EdgeElement |
| OdDAI::Boolean | m_Orientation |
Protected Attributes inherited from OdIfc4x2::IfcEdge | |
| OdDAIObjectId | m_EdgeStart |
| OdDAIObjectId | m_EdgeEnd |
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) |
The IfcOrientedEdge represents an IfcEdge with an Orientation flag applied.
The image below shows an example where the CurveOnSurface is provided in addition to the curve geometry of the IfcEdgeCurve.
<IMAGE ifcadvancedbrep_02>
Definition at line 52 of file Ifc4x2/IfcOrientedEdgeAutoImpl.h.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x2::IfcEdge.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x2::IfcEdge.
| const OdDAIObjectId & OdIfc4x2::IfcOrientedEdge::getEdgeElement | ( | ) | const |
Returns the value of EdgeElement attribute. This attribute represents edge entity used to construct this oriented edge.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x2::IfcEdge.
| OdDAI::Boolean OdIfc4x2::IfcOrientedEdge::getOrientation | ( | ) | const |
Returns the value of Orientation attribute. This attribute indicates whether the topological orientation coincides with the orientation from start vertex to end vertex of the edge element.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x2::IfcEdge.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x2::IfcEdge.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x2::IfcEdge.
|
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 OdIfc4x2::IfcEdge.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x2::IfcEdge.
| void OdIfc4x2::IfcOrientedEdge::setEdgeElement | ( | const OdDAIObjectId & | EdgeElement | ) |
Sets the value of EdgeElement attribute. This attribute represents edge entity used to construct this oriented edge.
| EdgeElement | [in] Edge element to set. |
| void OdIfc4x2::IfcOrientedEdge::setOrientation | ( | OdDAI::Boolean | Orientation | ) |
Sets the value of Orientation attribute. This attribute indicates whether the topological orientation coincides with the orientation from start vertex to end vertex of the edge element.
| Orientation | [in] Orientation to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x2::IfcEdge.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x2::IfcEdge.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x2::IfcEdge.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x2::IfcEdge.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x2::IfcEdge.
|
protected |
Definition at line 203 of file Ifc4x2/IfcOrientedEdgeAutoImpl.h.
|
protected |
Definition at line 204 of file Ifc4x2/IfcOrientedEdgeAutoImpl.h.