SALOME_CONFIGURE_FILE(static/header.html.in ${CMAKE_CURRENT_BINARY_DIR}/static/header.html)
SALOME_CONFIGURE_FILE(static/header_py.html.in ${CMAKE_CURRENT_BINARY_DIR}/static/header_py.html)
-# Generate a temporary python file, needed for the genaration of the documentation
+# Generate a temporary python file, needed for the generation of the documentation
# of the built-in Geometry plugins.
SET(DOC_GEOM_PluginsList AdvancedGEOM STLPlugin BREPPlugin STEPPlugin IGESPlugin XAOPlugin)
IF(SALOME_GEOM_USE_VTK)
mainFrame()->RadioButton1->setFocus();
globalSelection(GEOM_ALLSHAPES);
- //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
+ //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: deactivate local selection in BOP (CoTech decision)
myGroup->PushButton1->click();
resize(100,100);
}
globalSelection(GEOM_ALLSHAPES);
- //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
+ //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: deactivate local selection in BOP (CoTech decision)
// enable line edit
myEditCurrentArgument->setEnabled(true);
//================================================================================
/*!
- * \brief For each subshape of the source shape compute coinsident sub-shapes
+ * \brief For each subshape of the source shape compute coincident sub-shapes
* of the destination shape using GetInPlace method.
*/
//================================================================================
//================================================================================
/*!
- * \brief For each subshape of the source shape compute coinsident sub-shapes
+ * \brief For each subshape of the source shape compute coincident sub-shapes
* of the destination shape using an old implementation
* of GetInPlace algorithm.
*/
//================================================================================
/*!
- * \brief For each subshape of the source shape compute coinsident sub-shapes
+ * \brief For each subshape of the source shape compute coincident sub-shapes
* of the destination shape using GetInPlaceByHistory algorithm.
*/
//================================================================================
#include "GEOM_Function.hxx"
/*!
- * \brief Interface to data of analitically defined curve
+ * \brief Interface to data of analytically defined curve
*
* WARNING: this data co-exists with data of either GEOMImpl_IPolyline
* or GEOMImpl_ISpline
* \brief Returns the vertex from theWhere shape that is coincident with
* theVertex.
*
- * \param theWhere the shape where the coinsident vertex is searched.
+ * \param theWhere the shape where the coincident vertex is searched.
* \param theVertex the vertex to be searched.
* \return the coincident vertex if it is found. Otherwise null object.
*/
//=======================================================================
//function : makeSolid
-//purpose : auxilary for CreatePipeWithDifferentSections
+//purpose : auxiliary for CreatePipeWithDifferentSections
//=======================================================================
Standard_Boolean makeSolid(
BRepOffsetAPI_MakePipeShell aBuilder,
TopTools_IndexedDataMapOfShapeListOfShape aMapEdgeFaces2;
TopExp::MapShapesAndAncestors(aShBase2, TopAbs_EDGE, TopAbs_FACE, aMapEdgeFaces2);
- // constuct map face->face
+ // construct map face->face
TopTools_IndexedDataMapOfShapeShape FF;
TopoDS_Shape FS1,FS2;
if (nbSubBases==0) {
TopTools_IndexedDataMapOfShapeListOfShape aMapEdgeFaces2;
TopExp::MapShapesAndAncestors(aShBase2, TopAbs_EDGE, TopAbs_FACE, aMapEdgeFaces2);
- // constuct map face->face (and sub-shapes)
+ // construct map face->face (and sub-shapes)
TopTools_IndexedDataMapOfShapeShape FF;
//TopoDS_Shape FS1 = SecFs.Value(i), FS2 = SecFs.Value(i+1);
TopoDS_Shape FS1, FS2;
public:
/**
- * This construcor initializes the object with 2D polyline creation
+ * This constructor initializes the object with 2D polyline creation
* parameters.
*
* \param theCoords the list of coordinates list. theCoordsList[0]
const Handle(TColStd_HArray1OfReal) &thePlnCoords);
/**
- * This construcor initializes the object with 2D polyline creation
+ * This constructor initializes the object with 2D polyline creation
* parameters.
*
* \param theCoords the list of coordinates list. theCoordsList[0]
const Standard_Real aTol = BRep_Tool::Tolerance(aVtx);
if (aPFirst.IsEqual(aPnt, aTol)) {
- // The coinsident vertex is found.
+ // The coincident vertex is found.
FirstVertex = aVtx;
LastVertex = aVtx;
FirstVertex.Orientation(TopAbs_FORWARD);
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
connect(buttonHelp, SIGNAL(clicked()), this, SLOT(ClickOnHelp()));
- // Move widget on the botton right corner of main widget
+ // Move widget on the bottom right corner of main widget
SUIT_Tools::centerWidget(this, parent);
}
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
connect(buttonHelp, SIGNAL(clicked()), this, SLOT(ClickOnHelp()));
- // Move widget on the botton right corner of main widget
+ // Move widget on the bottom right corner of main widget
SUIT_Tools::centerWidget(this, parent);
}
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
connect(buttonHelp, SIGNAL(clicked()), this, SLOT(ClickOnHelp()));
- /* Move widget on the botton right corner of main widget */
+ /* Move widget on the bottom right corner of main widget */
SUIT_Tools::centerWidget(this, parent);
}
const TopAbs_ShapeEnum aType = theShape.ShapeType();
if (aType == TopAbs_EDGE || aType == TopAbs_WIRE) {
- // Check if path ends are coinsident.
+ // Check if path ends are coincident.
TopoDS_Vertex aV[2];
if (aType == TopAbs_EDGE) {
geompy = None
def CheckFieldCreation(shape, name, ftype, dimension, componentNames, nbFiOrMustFail=-1):
- # WARNING: assure name uniquness to check geompy.GetField( shape, name )
+ # WARNING: assure name uniqueness to check geompy.GetField( shape, name )
try:
field = geompy.CreateField(shape, name, ftype, dimension, componentNames)
except Exception as e:
/*
Class : GEOM_VTKTrihedron
Description : Class for displaying axis of trihedron in VTK viewer.
- Placement of trihedron is chahged with SetPlacement() method
+ Placement of trihedron is changed with SetPlacement() method
*/
class GEOM_VTKTrihedronAxis : public VTKViewer_Axis
{
/*
Class : GEOM_VTKTrihedron
Description : Class for displaying trihedron of local CS in VTK viewer.
- Placement of trihedron is chahged with SetPlacement() method
+ Placement of trihedron is changed with SetPlacement() method
*/
vtkStandardNewMacro( GEOM_VTKTrihedron );
/*
Class : GEOM_VTKTrihedron
Description : Class for displaying trihedron of local CS in VTK viewer.
- Placement of trihedron is chahged with SetPlacement() method
+ Placement of trihedron is changed with SetPlacement() method
*/
class GEOM_OBJECT_EXPORT GEOM_VTKTrihedron : public SALOME_Actor
* \brief Convert shape to the VTK data sources
* \param theShape shape
* \param theEdgeMape map that stores face-to-edge relations
- * \param theIsVector boolen flag, when \c true causes generating additional
+ * \param theIsVector boolean flag, when \c true causes generating additional
* dataset for edges orientation vectors
* \param theStandaloneVertexSource output standalone vertices data source
* \param theIsolatedEdgeSource output standalone edges data source