Integrade OpenCASCADE

This commit is contained in:
2026-02-13 20:59:06 -07:00
parent 3543604e79
commit f46590219a
3 changed files with 37 additions and 1 deletions

View File

@@ -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);