Torus. More...
#include <CPACSTorus.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSTorus (CPACSTori *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const double & | GetMajorRadius () const |
| virtual TIGL_EXPORT const double & | GetMinorRadius () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSTori * | GetParent () |
| TIGL_EXPORT const CPACSTori * | GetParent () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetRevolutionAngle () const |
| virtual TIGL_EXPORT boost::optional< CCPACSTransformationSE3 > & | GetTransformation () |
| virtual TIGL_EXPORT const boost::optional< CCPACSTransformationSE3 > & | GetTransformation () const |
| virtual TIGL_EXPORT CCPACSTransformationSE3 & | GetTransformation (CreateIfNotExistsTag) |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
| virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
| virtual TIGL_EXPORT void | RemoveTransformation () |
| virtual TIGL_EXPORT void | SetMajorRadius (const double &value) |
| virtual TIGL_EXPORT void | SetMinorRadius (const double &value) |
| virtual TIGL_EXPORT void | SetRevolutionAngle (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSTorus () |
Protected Attributes | |
| double | m_majorRadius |
| Distance from the local z-axis to the center of the tube [m]. | |
| double | m_minorRadius |
| Radius of the tube cross section [m]. | |
| CPACSTori * | m_parent |
| boost::optional< double > | m_revolutionAngle |
| Revolution angle about the local z-axis [rad] (if not defined: equals 2*pi). | |
| boost::optional< CCPACSTransformationSE3 > | m_transformation |
| CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
| CPACSTorus (const CPACSTorus &)=delete | |
| CPACSTorus (CPACSTorus &&)=delete | |
| CPACSTorus & | operator= (const CPACSTorus &)=delete |
| CPACSTorus & | operator= (CPACSTorus &&)=delete |
Torus.
The local component coordinate system of the torus is centered at its geometric center. The symmetry axis coincides with the local z-axis, the reference circle lies in the plane z = 0. The optional revolutionAngle defines the angle of revolution about the local z-axis. If not specified, it defaults to 2*pi, resulting in a full torus.
| TIGL_EXPORT tigl::generated::CPACSTorus::CPACSTorus | ( | CPACSTori * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT CPACSTori * tigl::generated::CPACSTorus::GetParent | ( | ) |
| TIGL_EXPORT const CPACSTori * tigl::generated::CPACSTorus::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSTorus::GetUIDManager | ( | ) |
| TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSTorus::GetUIDManager | ( | ) | const |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Distance from the local z-axis to the center of the tube [m].
|
protected |
Radius of the tube cross section [m].
|
protected |
|
protected |
Revolution angle about the local z-axis [rad] (if not defined: equals 2*pi).
|
protected |
|
protected |