This commit adds getShape and setShape to TopoShape
This commit is contained in:
committed by
wmayer
parent
5a30a43862
commit
7f4a437cc2
@@ -54,7 +54,7 @@ TopoDS_Shape Datum::getShape() const
|
||||
{
|
||||
Part::TopoShape sh = Shape.getShape();
|
||||
sh.setPlacement(Placement.getValue());
|
||||
return sh._Shape;
|
||||
return sh.getShape();
|
||||
}
|
||||
|
||||
Base::Vector3d Datum::getBasePoint () const {
|
||||
|
||||
Reference in New Issue
Block a user