0000768: Part Sweep and Loft limitations and bugs
This commit is contained in:
parent
bac709b276
commit
5a96582a48
|
@ -245,7 +245,8 @@ App::DocumentObjectExecReturn *Loft::execute(void)
|
|||
profiles.Append(faceouterWire);
|
||||
}
|
||||
else if (shape.ShapeType() == TopAbs_WIRE) {
|
||||
profiles.Append(shape);
|
||||
BRepBuilderAPI_MakeWire mkWire(TopoDS::Wire(shape));
|
||||
profiles.Append(mkWire.Wire());
|
||||
}
|
||||
else if (shape.ShapeType() == TopAbs_EDGE) {
|
||||
BRepBuilderAPI_MakeWire mkWire(TopoDS::Edge(shape));
|
||||
|
|
Loading…
Reference in New Issue
Block a user