CFx SDK Documentation 2024 SP0
|
#include <IfcSegment.h>
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/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 sence flag.
Implemented in OdIfc::OdIfcCurveSegment.