Describes a cutout in sheet metal.
More...
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a cutout.
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a shape feature.
|
|
|
typedef cadex::internal::MTKBaseImpl_ShapeFeature | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
| MTKBase_ShapeFeature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| MTKBase_Feature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
ImplPtrType | myImpl |
|
◆ SheetMetal_Cutout()
cadex::SheetMetal_Cutout::SheetMetal_Cutout |
( |
double | thePerimeter | ) |
|
Constructor.
Creates a cutout with specified perimeter.
◆ Perimeter()
double cadex::SheetMetal_Cutout::Perimeter |
( |
| ) |
const |
◆ SetPerimeter()
void cadex::SheetMetal_Cutout::SetPerimeter |
( |
double | thePerimeter | ) |
|
Sets the cutout perimeter in mm . The value must be more than zero, otherwise nothing happens.
- See also
- Perimeter()