Typos
The stepcode typos aren't to be found upstream. Recomend we merge nonetheless.
This commit is contained in:
@@ -1224,7 +1224,7 @@ int Area::project(TopoDS_Shape &shape_out,
|
||||
FC_TIME_LOG(t,"project total");
|
||||
|
||||
if(shape.IsNull()) {
|
||||
AREA_ERR("poject failed");
|
||||
AREA_ERR("project failed");
|
||||
return -1;
|
||||
}
|
||||
shape_out = shape;
|
||||
|
||||
@@ -150,7 +150,7 @@ if FreeCAD.GuiUp:
|
||||
# \c findShape() is referenced from Gui/Command.cpp and used by Path.Area commands.
|
||||
# Do not remove!
|
||||
def findShape(shape, subname=None, subtype=None):
|
||||
'''To find a higher oder shape containing the subshape with subname.
|
||||
'''To find a higher order shape containing the subshape with subname.
|
||||
E.g. to find the wire containing 'Edge1' in shape,
|
||||
findShape(shape,'Edge1','Wires')
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user