OpenLexocad  27.1
OpenLxApp::SweptDiskSolid Class Reference

A SweptDiskSolid represents the 3D shape by a sweeping representation scheme allowing a two dimensional circularly bounded plane to sweep along a three dimensional Directrix through space. More...

#include <SweptDiskSolid.h>

Inheritance diagram for OpenLxApp::SweptDiskSolid:
OpenLxApp::Geometry OpenLxApp::DocObject

Public Member Functions

double getRadius () const
 
void setRadius (const double &aValue)
 
 ~SweptDiskSolid (void)
 
void setDirectrix (std::shared_ptr< Curve > curve)
 
std::shared_ptr< CurvegetDirectrix () 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 SweptDiskSolid represents the 3D shape by a sweeping representation scheme allowing a two dimensional circularly bounded plane to sweep along a three dimensional Directrix through space.

See also
Documentation from IFC4: IfcSweptDiskSolid

Constructor & Destructor Documentation

◆ ~SweptDiskSolid()

OpenLxApp::SweptDiskSolid::~SweptDiskSolid ( void  )

Member Function Documentation

◆ getDirectrix()

std::shared_ptr<Curve> OpenLxApp::SweptDiskSolid::getDirectrix ( ) const

◆ getRadius()

double OpenLxApp::SweptDiskSolid::getRadius ( ) const

◆ setDirectrix()

void OpenLxApp::SweptDiskSolid::setDirectrix ( std::shared_ptr< Curve curve)

◆ setRadius()

void OpenLxApp::SweptDiskSolid::setRadius ( const double &  aValue)

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