PartDesign: correct spelling error in comments
This commit is contained in:
parent
ae6814ef5a
commit
a47b5f9f13
|
@ -133,7 +133,7 @@ App::DocumentObjectExecReturn *Groove::execute(void)
|
||||||
gp_Dir dir(v.x,v.y,v.z);
|
gp_Dir dir(v.x,v.y,v.z);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// TopoDS::Face is not strictly necessary, but it will through an exception for
|
// TopoDS::Face is not strictly necessary, but it will throw an exception for
|
||||||
// invalid wires e.g. intersections or multiple separate wires
|
// invalid wires e.g. intersections or multiple separate wires
|
||||||
TopoDS_Shape sketchshape = TopoDS::Face(makeFace(wires));
|
TopoDS_Shape sketchshape = TopoDS::Face(makeFace(wires));
|
||||||
if (sketchshape.IsNull())
|
if (sketchshape.IsNull())
|
||||||
|
|
|
@ -139,7 +139,7 @@ App::DocumentObjectExecReturn *Revolution::execute(void)
|
||||||
gp_Dir dir(v.x,v.y,v.z);
|
gp_Dir dir(v.x,v.y,v.z);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// TopoDS::Face is not strictly necessary, but it will through an exception for
|
// TopoDS::Face is not strictly necessary, but it will throw an exception for
|
||||||
// invalid wires e.g. intersections or multiple separate wires
|
// invalid wires e.g. intersections or multiple separate wires
|
||||||
TopoDS_Shape sketchshape = TopoDS::Face(makeFace(wires));
|
TopoDS_Shape sketchshape = TopoDS::Face(makeFace(wires));
|
||||||
if (sketchshape.IsNull())
|
if (sketchshape.IsNull())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user