Misc. typos
This commit is contained in:
@@ -1768,7 +1768,7 @@ TopoDS_Shape Area::getShape(int index) {
|
||||
|
||||
FC_TIME_INIT(t);
|
||||
|
||||
// do offset first, then pocket the inner most offseted shape
|
||||
// do offset first, then pocket the inner most offsetted shape
|
||||
std::list<shared_ptr<CArea> > areas;
|
||||
makeOffset(areas,PARAM_FIELDS(AREA_MY,AREA_PARAMS_OFFSET));
|
||||
|
||||
|
||||
@@ -145,10 +145,10 @@ protected:
|
||||
* Mainly for checking if there is any faces for auto fill*/
|
||||
void addToBuild(CArea &area, const TopoDS_Shape &shape);
|
||||
|
||||
/** Called internally to obtain the combained children shapes */
|
||||
/** Called internally to obtain the combined children shapes */
|
||||
TopoDS_Shape toShape(CArea &area, short fill, int reorient=0);
|
||||
|
||||
/** Obtain a list of offseted areas
|
||||
/** Obtain a list of offsetted areas
|
||||
*
|
||||
* See #AREA_PARAMS_OFFSET for description of the arguments.
|
||||
*/
|
||||
@@ -259,7 +259,7 @@ public:
|
||||
|
||||
/** Clean internal caches
|
||||
*
|
||||
* The combained shapes is cached internally to make other operation more
|
||||
* The combined shapes is cached internally to make other operation more
|
||||
* efficient, such as makeOffset() and makePocket()
|
||||
*
|
||||
* \arg \c deleteShapes: if true, delete all children shapes.
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
* parameters are defined, <tt>short, long, double, bool, enum, enum2</tt>.
|
||||
* \enum2 type is the same as \enum with additional information to be able to
|
||||
* map to a user defined C enum type. To add more types, search this file for
|
||||
* keyword \a _short, and supply all relavant macros. It's quite trivial
|
||||
* keyword \a _short, and supply all relevant macros. It's quite trivial
|
||||
* actually.
|
||||
*
|
||||
* - \c arg is the argument name. It is intended to be used as function argument.
|
||||
|
||||
Reference in New Issue
Block a user