Integrade OpenCASCADE
This commit is contained in:
@@ -20,6 +20,11 @@ SketchFeature::SketchPlane SketchFeature::plane() const
|
||||
return m_plane;
|
||||
}
|
||||
|
||||
const TopoDS_Shape& SketchFeature::shape() const
|
||||
{
|
||||
return m_shape;
|
||||
}
|
||||
|
||||
void SketchFeature::read(const QJsonObject& json)
|
||||
{
|
||||
Feature::read(json);
|
||||
|
||||
Reference in New Issue
Block a user