Describes a face with radius produced by a specified machining operation. Cutting material from workpiece by turning.
More...
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a machining turning face.
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a machining face.
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a shape feature.
|
|
|
typedef cadex::internal::MachiningImpl_Face | 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 |
|
| Machining_Face (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| MTKBase_ShapeFeature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| MTKBase_Feature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
ImplPtrType | myImpl |
|
Describes a face with radius produced by a specified machining operation. Cutting material from workpiece by turning.
- Examples
- MTKConverter/Program.cs, MTKConverter/main.cxx, machining/feature_recognizer/Program.cs, and machining/feature_recognizer/main.cxx.
◆ Machining_TurningFace()
Constructor.
Creates a machining face from a ModelData::Face object, Machining_FaceType and radius.
◆ Radius()
double cadex::Machining_TurningFace::Radius |
( |
| ) |
const |
◆ SetRadius()
void cadex::Machining_TurningFace::SetRadius |
( |
double | theRadius | ) |
|
Sets radius for face in mm. The value must be more than zero.
- See also
- Radius()