OpenLexocad  27.1
OpenLxApp::CompositeCurveSegment Class Reference

A composite curve segment is a bounded curve together with transition information which is used to construct a composite curve. (Definition from ISO/CD 16739:2011) Note: Transition information is not implemented yet. More...

#include <CompositeCurveSegment.h>

Inheritance diagram for OpenLxApp::CompositeCurveSegment:
OpenLxApp::Geometry OpenLxApp::DocObject

Public Member Functions

bool getSameSense () const
 
void setSameSense (const bool &aValue)
 
 ~CompositeCurveSegment (void)
 
void setParentCurve (std::shared_ptr< BoundedCurve > boundedCurve)
 
std::shared_ptr< BoundedCurvegetParentCurve () const
 
- Public Member Functions inherited from OpenLxApp::Geometry
virtual ~Geometry (void)
 
pShape computeShape (bool checkShape=false)
 
pConstShape getShape (void) const
 
double getPrecision () const
 
void setPrecision (double p)
 
Geom::Bnd_Box getBoundingBox () const
 
- Public Member Functions inherited from OpenLxApp::DocObject
std::shared_ptr< DocumentgetDocument () const
 
bool isNew () const
 
bool isUpdated () const
 
bool isValid () const
 
bool hasErrors () const
 
void touch ()
 
LxIfc4::LxIfc4EntityEnum getEntityType () const
 
std::string getEntityTypeAsString () const
 
std::shared_ptr< Core::DbgInfogetDbgInfo () const
 
 DocObject (Core::DocObject *aObject)
 
virtual ~DocObject (void)
 
Core::DocObject__getObj__ () const
 

Additional Inherited Members

- Protected Member Functions inherited from OpenLxApp::Geometry
 Geometry ()=default
 
- Protected Member Functions inherited from OpenLxApp::DocObject
 DocObject ()
 
- Protected Attributes inherited from OpenLxApp::DocObject
Core::DocObject_coreObj = nullptr
 

Detailed Description

A composite curve segment is a bounded curve together with transition information which is used to construct a composite curve. (Definition from ISO/CD 16739:2011) Note: Transition information is not implemented yet.

See also
Documentation from IFC4: IfcCompositeCurveSegment

Constructor & Destructor Documentation

◆ ~CompositeCurveSegment()

OpenLxApp::CompositeCurveSegment::~CompositeCurveSegment ( void  )

Member Function Documentation

◆ getParentCurve()

std::shared_ptr<BoundedCurve> OpenLxApp::CompositeCurveSegment::getParentCurve ( ) const

◆ getSameSense()

bool OpenLxApp::CompositeCurveSegment::getSameSense ( ) const

◆ setParentCurve()

void OpenLxApp::CompositeCurveSegment::setParentCurve ( std::shared_ptr< BoundedCurve boundedCurve)

◆ setSameSense()

void OpenLxApp::CompositeCurveSegment::setSameSense ( const bool &  aValue)

The documentation for this class was generated from the following file: