This commit adds getShape and setShape to TopoShape
This commit is contained in:
committed by
wmayer
parent
5a30a43862
commit
7f4a437cc2
@@ -81,9 +81,9 @@ const std::list<gp_Trsf> MultiTransform::getTransformations(const std::vector<Ap
|
||||
if (originalFeature->getTypeId().isDerivedFrom(PartDesign::FeatureAddSub::getClassTypeId())) {
|
||||
PartDesign::FeatureAddSub* addFeature = static_cast<PartDesign::FeatureAddSub*>(originalFeature);
|
||||
if(addFeature->getAddSubType() == FeatureAddSub::Additive)
|
||||
original = addFeature->AddSubShape.getShape()._Shape;
|
||||
original = addFeature->AddSubShape.getShape().getShape();
|
||||
else
|
||||
original = addFeature->AddSubShape.getShape()._Shape;
|
||||
original = addFeature->AddSubShape.getShape().getShape();
|
||||
}
|
||||
|
||||
GProp_GProps props;
|
||||
|
||||
Reference in New Issue
Block a user