Describes a circle hole drilled or punched in sheet metal. More...
Public Types | |
typedef cadex::internal::SheetMetalImpl_Hole | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Hole | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_ShapeFeature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
Public Member Functions | |
SheetMetal_Hole () | |
Constructor. | |
SheetMetal_Hole (double theRadius, double theDepth) | |
Constructor. | |
SheetMetal_Hole (double theRadius, double theDepth, const Geom::Axis3d &theAxis) | |
Constructor. | |
![]() | |
MTKBase_Hole () | |
Constructor. | |
MTKBase_Hole (double theRadius, double theDepth) | |
Constructor. | |
MTKBase_Hole (double theRadius, double theDepth, const Geom::Axis3d &theAxis) | |
Constructor. | |
double | Radius () const |
void | SetRadius (double theRadius) |
double | Depth () const |
void | SetDepth (double theDepth) |
bool | HasAxis () const |
const Geom::Axis3d & | Axis () const |
void | SetAxis (const Geom::Axis3d &theAxis) |
![]() | |
MTKBase_ShapeFeature () | |
Constructor. | |
MTKBase_ShapeFeature (const ModelData::Shape &theShape) | |
Constructor. | |
const ModelData::Shape & | Shape () const |
void | SetShape (const ModelData::Shape &theShape) |
![]() | |
MTKBase_Feature () | |
Constructor. | |
~MTKBase_Feature () | |
Destructor. | |
void | Nullify () |
bool | IsNull () const |
operator bool () const | |
Casts the object to the bool type. | |
template<typename T > | |
bool | IsOfType () const |
ImplType * | Impl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
bool | operator== (const MTKBase_Feature &theObject) const |
bool | operator!= (const MTKBase_Feature &theObject) const |
Static Public Member Functions | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a sheet metal hole. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a hole. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a shape feature. | |
Protected Member Functions | |
SheetMetal_Hole (ImplPtrType theImpl) | |
![]() | |
MTKBase_Hole (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_ShapeFeature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
Additional Inherited Members | |
![]() | |
ImplPtrType | myImpl |
Describes a circle hole drilled or punched in sheet metal.
Shape() method returns ModelData::Wire for this class.
cadex::SheetMetal_Hole::SheetMetal_Hole | ( | double | theRadius, |
double | theDepth ) |
Constructor.
Creates a sheet metal hole from radius.
cadex::SheetMetal_Hole::SheetMetal_Hole | ( | double | theRadius, |
double | theDepth, | ||
const Geom::Axis3d & | theAxis ) |
Constructor.
Creates a sheet metal hole from radius and axis.