| CFx SDK Documentation 2024 SP0
    | 
#include <IfcCurveSegment.h>
 
  
A base class that implements storing and handling data about a definition of an IfcCurveSegment.
Definition at line 47 of file IfcCurveSegment.h.
| bool OdIfc::OdIfcCurveSegment::calculateHeights | ( | double | len, | 
| double & | height | ||
| ) | const | 
Calculates the height of the curve segment.
| len | [in] A length of the curve segment. | 
| height | [out] A placeholder for a double value that contains the calculated height. | 
| 
 | virtual | 
Composes the curve segment object.
Reimplemented from OdIfc::OdIfcRepresentationItem.
| 
 | virtual | 
Draws the curve 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. | 
Implements OdIfc::OdIfcSegment.
| 
 | virtual | 
Retrieves the underlying Ge curve object in read-only mode.
Implements OdIfc::OdIfcSegment.
| 
 | virtual | 
Returns a copy of the underlying Ge curve.
Reimplemented from OdIfc::OdIfcSegment.
| bool OdIfc::OdIfcCurveSegment::getStartLength | ( | double & | len | ) | const | 
Retrieves the start length of the curve segment.
| len | [out] A placeholder for a double value that contains the start length. | 
| 
 | virtual | 
Returns the current value of the same sence flag.
Implements OdIfc::OdIfcSegment.