|
CFx SDK Documentation 2026 SP0
|
#include <IfcSegment.h>
Public Member Functions | |
| void | compose () ODRX_OVERRIDE |
| virtual OdGeCurve3d * | getGeCurveCopy () |
| virtual const OdGeCurve3d * | getGeCurve ()=0 |
| bool | is3dSeg () const |
| virtual bool | isSameSense () const =0 |
| bool | draw (OdGiWorldDraw *pWd) const =0 |
Public Member Functions inherited from OdIfc::OdIfcGeometricRepresentationItem | |
| virtual OdDAI::OdBodyVariant | bodyContainer () const |
Public Member Functions inherited from OdIfc::OdIfcRepresentationItem | |
| virtual | ~OdIfcRepresentationItem () |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *pTraits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdResult | transformBy (const OdGeMatrix3d &transform) |
Public Member Functions inherited from OdIfc::OdIfcCachedCompound | |
| OdIfcCachedCompound () | |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
Public Member Functions inherited from OdIfc::OdIfcCompound | |
| void | compose () override |
| OdIfcEntityType | type () |
| OdRxValue | getAttr (const OdIfcAttribute attrDef) const |
| virtual OdRxValue | getAttr (const OdAnsiString &attrName) const |
| OdIfcModel * | owningModel () const |
| bool | isKindOf (OdIfcEntityType type) const |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| const OdAnsiString & | typeName () |
| OdIfcFile * | owningIfcFile () const |
| OdStepFile * | owningStepFile () const override |
| virtual bool | isPersistent () const |
| virtual OdDbStub * | id () const |
| virtual OdDbStub * | ownerId () const |
| virtual void | xmitPropagateModify () |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcCompound | |
| static const OdIfcInstance * | earlyAccess (const OdIfcCompound *compound) |
Protected Member Functions inherited from OdIfc::OdIfcRepresentationItem | |
| void | updateTraitsAuxData (OdGiWorldDraw *wd) const |
| void | resetTraitsAuxData (OdGiWorldDraw *wd) const |
| OdResult | setAttributes (OdGiWorldDraw *pWd) const |
Protected Attributes inherited from OdIfc::OdIfcCachedCompound | |
| OdGsCache * | m_pGsNode |
Protected Attributes inherited from OdIfc::OdIfcCompound | |
| OdIfcInstance * | m_pEntInst |
A base class that implements storing and handling geometrical data about a definition of an IfcSegment.
Definition at line 45 of file IfcSegment.h.
|
virtual |
Composes geometry for the curve segment object.
Reimplemented from OdIfc::OdIfcRepresentationItem.
|
pure virtual |
Draws the segment to the <exref target="https://docs.opendesign.com/tv_api_cpp/OdGiWorldDraw.html">OdGiWorldDraw interface</exref>.
| pWd | [in] A raw pointer to the object for the entity-level vectorization. |
Reimplemented from OdIfc::OdIfcRepresentationItem.
Implemented in OdIfc::OdIfcCurveSegment.
|
pure virtual |
Retrieves the underlying Ge curve object in read-only mode.
Implemented in OdIfc::OdIfcCurveSegment.
|
virtual |
Returns a copy of the underlying Ge curve.
Reimplemented in OdIfc::OdIfcCurveSegment.
| bool OdIfc::OdIfcSegment::is3dSeg | ( | ) | const |
Retrieves the current value of the 3D segment flag. 3D segment flag determines whether the segment object is a 3D segment (if the flag value equals true) or not (in this case the flag value equals false).
|
pure virtual |
Returns the current value of the same sense flag.
Implemented in OdIfc::OdIfcCurveSegment.