Describes a feature with assigned shape.
More...
|
typedef cadex::internal::MTKBaseImpl_ShapeFeature | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a shape feature.
|
|
|
| MTKBase_ShapeFeature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| MTKBase_Feature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
Describes a feature with assigned shape.
Contains shape of the feature. The shape can be any of described here and can be received by Shape() method.
- Examples
- MTKConverter/Program.cs, and MTKConverter/main.cxx.
◆ MTKBase_ShapeFeature()
cadex::MTKBase_ShapeFeature::MTKBase_ShapeFeature |
( |
const ModelData::Shape & | theShape | ) |
|
◆ SetShape()
Sets shape of the feature.
- See also
- Shape()
◆ Shape()