OpenLexocad  27.1
OpenLxApp::ArbitraryClosedProfileDef Class Reference

The closed profile ArbitraryClosedProfileDef defines an arbitrary two-dimensional profile for the use within the swept surface geometry, the swept area solid or a sectioned spine. It is given by an outer boundary from which the surface or solid can be constructed. (Definition from ISO/CD 16739:2011) More...

#include <ArbitraryClosedProfileDef.h>

Inheritance diagram for OpenLxApp::ArbitraryClosedProfileDef:
OpenLxApp::ProfileDef OpenLxApp::DocObject OpenLxApp::ArbitraryProfileDefWithVoids

Public Member Functions

void setOuterCurve (std::shared_ptr< Curve > outerBound)
 
std::shared_ptr< CurvegetOuterCurve () const
 
virtual ~ArbitraryClosedProfileDef (void)
 
- Public Member Functions inherited from OpenLxApp::ProfileDef
Base::String getProfileName () const
 
void setProfileName (const Base::String &aValue)
 
virtual ~ProfileDef (void)
 
- 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
 

Protected Member Functions

 ArbitraryClosedProfileDef (void)
 
- Protected Member Functions inherited from OpenLxApp::ProfileDef
 ProfileDef (void)
 
- Protected Member Functions inherited from OpenLxApp::DocObject
 DocObject ()
 

Additional Inherited Members

- Protected Attributes inherited from OpenLxApp::DocObject
Core::DocObject_coreObj = nullptr
 

Detailed Description

The closed profile ArbitraryClosedProfileDef defines an arbitrary two-dimensional profile for the use within the swept surface geometry, the swept area solid or a sectioned spine. It is given by an outer boundary from which the surface or solid can be constructed. (Definition from ISO/CD 16739:2011)

See also
Documentation from IFC4: IfcArbitraryClosedProfileDef

Constructor & Destructor Documentation

◆ ~ArbitraryClosedProfileDef()

virtual OpenLxApp::ArbitraryClosedProfileDef::~ArbitraryClosedProfileDef ( void  )
virtual

◆ ArbitraryClosedProfileDef()

OpenLxApp::ArbitraryClosedProfileDef::ArbitraryClosedProfileDef ( void  )
inlineprotected

Member Function Documentation

◆ getOuterCurve()

std::shared_ptr<Curve> OpenLxApp::ArbitraryClosedProfileDef::getOuterCurve ( ) const

◆ setOuterCurve()

void OpenLxApp::ArbitraryClosedProfileDef::setOuterCurve ( std::shared_ptr< Curve outerBound)

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