CFx SDK Documentation 2024 SP0
|
#include <IfcCurve.h>
Protected Member Functions | |
void | getMatrix (OdIfcEntityPtr pPosition, OdGeMatrix3d &matr) |
Protected Member Functions inherited from OdIfc::OdIfcRepresentationItem | |
void | updateTraitsAuxData (OdGiWorldDraw *wd) const |
void | resetTraitsAuxData (OdGiWorldDraw *wd) const |
OdResult | setAttributes (OdGiWorldDraw *pWd) const |
Protected Member Functions inherited from OdGiDrawable | |
OdGiDrawable () | |
virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const =0 |
virtual bool | subWorldDraw (OdGiWorldDraw *wd) const =0 |
virtual void | subViewportDraw (OdGiViewportDraw *vd) const =0 |
virtual OdUInt32 | subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const |
virtual OdUInt32 | subRegenSupportFlags () const |
Protected Attributes | |
OdGeMatrix3d | m_transform |
OdGeCurve3dPtr | m_pCurve |
Protected Attributes inherited from OdIfc::OdIfcCachedCompound | |
OdGsCache * | m_pGsNode |
Protected Attributes inherited from OdIfc::OdIfcCompound | |
OdIfcEntity * | m_pEntInst |
A base class that implements storing and handling data about a definition of an IfcCurve.
Definition at line 47 of file IfcCurve.h.
|
inlinevirtual |
Retrieves the identifier of an underlying Ge curve.
Definition at line 59 of file IfcCurve.h.
|
inline |
Retrieves the underlaying Ge curve object in read-only mode.
Definition at line 71 of file IfcCurve.h.
|
inlinevirtual |
Returns a copy of the underlying Ge curve.
Definition at line 65 of file IfcCurve.h.
|
protected |
|
inlinevirtual |
Defines whether the curve is a 3D object.
Definition at line 84 of file IfcCurve.h.
|
inline |
Sets a new value of the 3D flag for the curve. 3D flag determines whether the curve is a 3D object (if it equals true) or not (in this case the flag value equals false).
val | [in] A new value of the flag to be set. |
Definition at line 91 of file IfcCurve.h.
|
virtual |
Applies the specified transformation to the object.
transform | [in] A transformation matrix to be applied. |
Reimplemented from OdIfc::OdIfcRepresentationItem.
|
protected |
Definition at line 98 of file IfcCurve.h.
|
protected |
Definition at line 96 of file IfcCurve.h.