misc typos
misc-typos
This commit is contained in:
@@ -103,11 +103,11 @@ public:
|
||||
/// obj and from obj excluding expressions and stopping the recursion at other geofeaturegroups.
|
||||
/// The result is the combination of CSOutList and CSInList.
|
||||
static std::vector<App::DocumentObject*> getCSRelevantLinks(const App::DocumentObject* obj);
|
||||
/// Checks if the links of the given object comply with all GeoFeatureGroup requrirements, that means
|
||||
/// if normal links are only withing the parent GeoFeatureGroup.
|
||||
/// Checks if the links of the given object comply with all GeoFeatureGroup requirements, that means
|
||||
/// if normal links are only within the parent GeoFeatureGroup.
|
||||
static bool areLinksValid(const App::DocumentObject* obj);
|
||||
/// Checks if the given link complies with all GeoFeatureGroup requrirements, that means
|
||||
/// if normal links are only withing the parent GeoFeatureGroup.
|
||||
/// Checks if the given link complies with all GeoFeatureGroup requirements, that means
|
||||
/// if normal links are only within the parent GeoFeatureGroup.
|
||||
static bool isLinkValid(App::Property* link);
|
||||
//Returns all objects that are wrongly linked from this object, meaning which are out of scope of the
|
||||
//links of obj
|
||||
|
||||
@@ -78,7 +78,7 @@ public:
|
||||
void setScope(LinkScope scope) {_pcScope = scope;};
|
||||
/**
|
||||
* @brief Get the links scope
|
||||
* Retreive what kind of links are allowed. Only in the Local GeoFeatureGroup, in this and
|
||||
* Retrieve what kind of links are allowed. Only in the Local GeoFeatureGroup, in this and
|
||||
* all Childs or to all objects within the Glocal scope.
|
||||
*/
|
||||
LinkScope getScope() {return _pcScope;};
|
||||
|
||||
@@ -205,7 +205,7 @@ TaskFemConstraintFluidBoundary::TaskFemConstraintFluidBoundary(ViewProviderFemCo
|
||||
if (pcPart) { // deduct dimension from part_obj.Shape.ShapeType
|
||||
const TopoDS_Shape & pShape = pcPart->Shape.getShape().getShape();
|
||||
const TopAbs_ShapeEnum shapeType = pShape.IsNull() ? TopAbs_SHAPE : pShape.ShapeType();
|
||||
if (shapeType == TopAbs_SOLID || shapeType ==TopAbs_COMPSOLID) // COMPSOLID is solids conected by faces
|
||||
if (shapeType == TopAbs_SOLID || shapeType ==TopAbs_COMPSOLID) // COMPSOLID is solids connected by faces
|
||||
dimension =3;
|
||||
else if (shapeType == TopAbs_FACE || shapeType == TopAbs_SHELL)
|
||||
dimension =2;
|
||||
|
||||
Reference in New Issue
Block a user