]> OCCT Git - occt.git/commitdiff
Documentation - Fix whitespaces (#816)
authorluzpaz <luzpaz@users.noreply.github.com>
Mon, 10 Nov 2025 17:42:08 +0000 (12:42 -0500)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 17:42:08 +0000 (17:42 +0000)
- Standardized spacing in comment formatting (removing extra spaces after colons, between words)
- Fixed one typo in a parameter name within a comment
- Translated one French comment to English

169 files changed:
src/ApplicationFramework/TKCDF/CDF/CDF_Application.hxx
src/DataExchange/TKDEIGES/IGESAppli/IGESAppli_DrilledHole.hxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_Curve.hxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_HLRShape.hxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_LineAspect.hxx
src/DataExchange/TKXSBase/Interface/Interface_FileReaderTool.hxx
src/DataExchange/TKXSBase/Interface/Interface_GTool.hxx
src/DataExchange/TKXSBase/Interface/Interface_MSG.hxx
src/DataExchange/TKXSBase/MoniTool/MoniTool_TypedValue.hxx
src/Draw/TKDraw/DrawTrSurf/DrawTrSurf_Drawable.hxx
src/Draw/TKXSDRAW/XSDRAW/XSDRAW.hxx
src/FoundationClasses/TKMath/gp/gp_Ax2.hxx
src/FoundationClasses/TKernel/Units/Units_Quantity.hxx
src/FoundationClasses/TKernel/Units/Units_Token.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_HCurveTool.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_Line.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_RstRstConstRad.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_RstRstEvolRad.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_RstRstLineBuilder.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfCurvConstRadInv.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfCurvEvolRadInv.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfPointConstRadInv.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfPointEvolRadInv.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfRstEvolRad.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfRstLineBuilder.hxx
src/ModelingAlgorithms/TKFillet/BRepFilletAPI/BRepFilletAPI_LocalOperation.hxx
src/ModelingAlgorithms/TKFillet/BRepFilletAPI/BRepFilletAPI_MakeChamfer.hxx
src/ModelingAlgorithms/TKFillet/BRepFilletAPI/BRepFilletAPI_MakeFillet.hxx
src/ModelingAlgorithms/TKFillet/BRepFilletAPI/BRepFilletAPI_MakeFillet2d.hxx
src/ModelingAlgorithms/TKFillet/ChFi2d/ChFi2d_Builder.hxx
src/ModelingAlgorithms/TKFillet/ChFi2d/ChFi2d_ConstructionError.hxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d.hxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder.hxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_ChBuilder.hxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_FilBuilder.hxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_SearchSing.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_ChamfSpine.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_CommonPoint.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_ElSpine.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_FilSpine.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_Map.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_Regul.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_Spine.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_State.hxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_SurfData.hxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData.hxx
src/ModelingAlgorithms/TKFillet/FilletSurf/FilletSurf_Builder.hxx
src/ModelingAlgorithms/TKFillet/FilletSurf/FilletSurf_InternalBuilder.hxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_Batten.hxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_BattenLaw.hxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_Energy.hxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_EnergyOfBatten.hxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_EnergyOfMVC.hxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_MinimalVariation.hxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanRad.hxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dBisec.hxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanOnRad.hxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Lin2dBisec.hxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Lin2dTanObl.hxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Lin2dTanPar.hxx
src/ModelingAlgorithms/TKGeomAlgo/GccEnt/GccEnt_QualifiedCirc.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dAPI/Geom2dAPI_InterCurveCurve.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dAPI/Geom2dAPI_Interpolate.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dAPI/Geom2dAPI_PointsToBSpline.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dAPI/Geom2dAPI_ProjectPointOnCurve.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Circ2d2TanRad.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Lin2d2Tan.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dHatch/Geom2dHatch_FClass2dOfClassifier.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dHatch/Geom2dHatch_Intersector.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter.hxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dInt/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_ExtremaCurveCurve.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_ExtremaCurveSurface.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_ExtremaSurfaceSurface.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_IntCS.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_IntSS.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_Interpolate.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_PointsToBSpline.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_ProjectPointOnCurve.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_ProjectPointOnSurf.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_AppSurf.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_AppSweep.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_BoundWithSurf.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Boundary.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CircularBlendFunc.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_ConstrainedFilling.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CoonsAlgPatch.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CornerState.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CorrectedFrenet.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CurveAndTrihedron.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Darboux.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_DegeneratedBound.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_DiscreteTrihedron.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_DraftTrihedron.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_EvolvedSection.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Fixed.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Frenet.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_FunctionDraft.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_FunctionGuide.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Generator.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_GuideTrihedronAC.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_GuideTrihedronPlan.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_LocFunction.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_LocationDraft.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_LocationGuide.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_LocationLaw.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_NSections.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Pipe.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Profiler.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SectionGenerator.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SectionLaw.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SectionPlacement.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SnglrFunc.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SweepFunction.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SweepSectionGenerator.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_TgtField.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_TgtOnCoons.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_TrihedronLaw.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_UniformSection.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomInt/GeomInt.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomInt/GeomInt_TheComputeLineOfWLApprox.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomInt/GeomInt_TheMultiLineOfWLApprox.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_BuildAveragePlane.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_BuildPlateSurface.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_CurveConstraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_PointConstraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_Surface.hxx
src/ModelingAlgorithms/TKGeomAlgo/Hatch/Hatch_Hatcher.hxx
src/ModelingAlgorithms/TKGeomAlgo/Hatch/Hatch_Line.hxx
src/ModelingAlgorithms/TKGeomAlgo/HatchGen/HatchGen_PointOnHatching.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IConicTool.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IntConicConic.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_TheHCurveTool.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_ThePolyhedronToolOfHInter.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_TransitionOnCurve.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntImpParGen/IntImpParGen.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_CSFunction.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_GLine.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_SpecPntType.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_WLine.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntRes2d/IntRes2d_Intersection.hxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_Array1OfLin.hxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_InterferencePolygon2d.hxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_PIType.hxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_SectionLine.hxx
src/ModelingAlgorithms/TKGeomAlgo/Law/Law_Function.hxx
src/ModelingAlgorithms/TKGeomAlgo/Law/Law_Linear.hxx
src/ModelingAlgorithms/TKGeomAlgo/LocalAnalysis/LocalAnalysis.hxx
src/ModelingAlgorithms/TKGeomAlgo/NLPlate/NLPlate_HPG0Constraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/NLPlate/NLPlate_HPG0G1Constraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/NLPlate/NLPlate_HPG0G2Constraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/NLPlate/NLPlate_HPG0G3Constraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/NLPlate/NLPlate_HPG1Constraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/NLPlate/NLPlate_HPG2Constraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/NLPlate/NLPlate_HPG3Constraint.hxx
src/ModelingAlgorithms/TKGeomAlgo/Plate/Plate_GtoCConstraint.hxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_Contour.hxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_Line.hxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_Point.hxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_SurfProps.hxx
src/ModelingAlgorithms/TKHLR/HLRAlgo/HLRAlgo_EdgeIterator.hxx
src/ModelingAlgorithms/TKHLR/HLRAlgo/HLRAlgo_EdgesBlock.hxx
src/ModelingAlgorithms/TKHelix/HelixBRep/HelixBRep_BuilderHelix.hxx
src/ModelingAlgorithms/TKHelix/HelixGeom/HelixGeom_BuilderHelixGen.hxx
src/ModelingData/TKGeomBase/AdvApp2Var/AdvApp2Var_MathBase.cxx

index 965a35f821b18ae9ff7a06b93f2826bbd5ea1de1..b907288339f8bba03987d4b27fc8c331e2b248cc 100644 (file)
@@ -203,7 +203,7 @@ private:
   //! retrieved but had no changes since the previous retrieval.
   //! - CDF_TOA_Modified if the document was already
   //! retrieved and modified since the previous retrieval.
-  //! You do not need to call <Activate>, but you should  redefine
+  //! You do not need to call <Activate>, but you should redefine
   //! this method to implement application specific behavior.
   Standard_EXPORT virtual void Activate(const Handle(CDM_Document)& aDocument,
                                         const CDF_TypeOfActivation  aTypeOfActivation);
index b243b21c7c59055ae9fa6c0984df6c08fcb0801b..8b4243fe1f6308a191c612b7ddc3a12b37397599 100644 (file)
@@ -62,8 +62,8 @@ public:
   //! returns the finish diameter size
   Standard_EXPORT Standard_Real FinishDiaSize() const;
 
-  //! Returns Plating Status :
-  //! False = not plating  /  True = is plating
+  //! Returns Plating Status:
+  //! False = not plating / True = is plating
   Standard_EXPORT Standard_Boolean IsPlating() const;
 
   //! returns the lower numbered layer
index f75d528ddcbdfd4ce305c19ed3910474960fe879..530ab98b6fdb80d65c990ae6be78f553c083d0a4 100644 (file)
@@ -59,7 +59,7 @@ public:
   //! adds to the OStream the drawing of the curve aCurve.
   //! The aspect is the current aspect.
   //! The drawing will be limited between the points of parameter
-  //! U1 and U2. aNbPoints defines  number of points on  one interval.
+  //! U1 and U2. aNbPoints defines number of points on one interval.
   Standard_EXPORT static void Add(const Adaptor3d_Curve& aCurve,
                                   const Standard_Real    U1,
                                   const Standard_Real    U2,
index 8bbd04203ab5b0ff900be751237e871e288811e6..47da1ac96934da202a6502b55ab80d41b0a14903 100644 (file)
@@ -27,7 +27,7 @@ class VrmlConverter_Drawer;
 class VrmlConverter_Projector;
 
 //! HLRShape - computes the presentation of objects
-//! with removal of their hidden  lines for a specific
+//! with removal of their hidden lines for a specific
 //! projector, converts them into VRML objects and
 //! writes (adds) them into anOStream. All requested
 //! properties of the representation are specify in
index 083ae509877dc548e94eb745911c124db2d47a1b..7198f6b1222aa9d12259614f8c6b930a97cdd0b9 100644 (file)
@@ -33,7 +33,7 @@ class VrmlConverter_LineAspect : public Standard_Transient
 
 public:
   //! create a default LineAspect.
-  //! Default value: HasMaterial  = False - a line hasn't own material (color)
+  //! Default value: HasMaterial = False - a line hasn't own material (color)
   Standard_EXPORT VrmlConverter_LineAspect();
 
   Standard_EXPORT VrmlConverter_LineAspect(const Handle(Vrml_Material)& aMaterial,
index c73b6ce8f002d43b358ffa863e7a6dd1b068a7fb..3f9e75e636750f28c21d9d33a6d10abdea021d32 100644 (file)
@@ -167,7 +167,7 @@ public:
   //! calling arguments)
   //! To work, each Interface can define a method in its proper
   //! Transient class, like this (given as an example) :
-  //! AnalyseRecord (me  : mutable; FR     : in out FileReaderTool;
+  //! AnalyseRecord (me : mutable; FR : in out FileReaderTool;
   //! num : Integer; acheck : in out Check)
   //! returns Boolean;
   //! and call it from AnalyseRecord
index e8833ec1a3d894de491709d98bda58fa70bf4b76..d26d2b4285a777b60776ff56f4918575985c5d3e 100644 (file)
@@ -72,7 +72,7 @@ public:
   Standard_EXPORT void SetProtocol(const Handle(Interface_Protocol)& proto,
                                    const Standard_Boolean            enforce = Standard_False);
 
-  //! Returns the Protocol.  Warning : it can be Null
+  //! Returns the Protocol. Warning: it can be Null
   Standard_EXPORT Handle(Interface_Protocol) Protocol() const;
 
   //! Returns the GeneralLib itself
index 9fa16414abdea1f6bdec99f426b16510787f74d2..650eedb8ea3e5124eb2d0b2f2ad50e8611622306 100644 (file)
@@ -215,26 +215,26 @@ public:
                                                 const Standard_CString text2);
 
   //! Returns a blank string, of length between 0 and <max>, to fill
-  //! the printing of a numeric value <val>, i.e. :
+  //! the printing of a numeric value <val>, i.e.
   //! If val < 10 , max-1 blanks
-  //! If val between 10 and 99, max-2 blanks  ...   etc...
+  //! If val between 10 and 99, max-2 blanks ... etc...
   Standard_EXPORT static Standard_CString Blanks(const Standard_Integer val,
                                                  const Standard_Integer max);
 
   //! Returns a blank string, to complete a given string <val> up to
-  //! <max> characters :
+  //! <max> characters:
   //! If strlen(val) is 0, max blanks
-  //! If strlen(val) is 5, max-5 blanks    etc...
+  //! If strlen(val) is 5, max-5 blanks etc...
   Standard_EXPORT static Standard_CString Blanks(const Standard_CString val,
                                                  const Standard_Integer max);
 
   //! Returns a blank string of <count> blanks (mini 0, maxi 76)
   Standard_EXPORT static Standard_CString Blanks(const Standard_Integer count);
 
-  //! Prints a String on an Output Stream, as follows :
-  //! Accompanied with blanks, to give up to <max> charis at all,
-  //! justified according just :
-  //! -1 (D) : left     0 : center    1 : right
+  //! Prints a String on an Output Stream, as follows:
+  //! Accompanied with blanks, to give up to <max> chars at all,
+  //! justified accordingly:
+  //! -1 (D) : left 0 : center 1 : right
   //! Maximum 76 characters
   Standard_EXPORT static void Print(Standard_OStream&      S,
                                     const Standard_CString val,
index 6311ee3800b9080475075f5c4e430ff719d4bef3..5d7bc2642cc0d82a506323fbe43bd404b963301d 100644 (file)
@@ -274,7 +274,7 @@ public:
   //! Changes the value as an integer, only for Integer or Enum
   Standard_EXPORT virtual Standard_Boolean SetIntegerValue(const Standard_Integer ival);
 
-  //! Returns the value as real,  for a Real type TypedValue
+  //! Returns the value as real, for a Real type TypedValue
   //! Else, returns 0.
   Standard_EXPORT Standard_Real RealValue() const;
 
@@ -314,7 +314,7 @@ public:
 
   //! Returns the TypedValue bound with a given Name
   //! Null Handle if none recorded
-  //! Warning : it is the original, not duplicated
+  //! Warning: it is the original, not duplicated
   Standard_EXPORT static Handle(MoniTool_TypedValue) Lib(const Standard_CString def);
 
   //! Returns a COPY of the TypedValue bound with a given Name
@@ -322,9 +322,8 @@ public:
   Standard_EXPORT static Handle(MoniTool_TypedValue) FromLib(const Standard_CString def);
 
   //! Returns the list of names of items of the Library of Types
-  //! --    Library of TypedValue as Valued Parameters,    -- --
-  //! accessed by parameter name
-  //! for use by management of Static Parameters
+  //! Library of TypedValue as Valued Parameters, accessed by
+  //! parameter name for use by management of Static Parameters
   Standard_EXPORT static Handle(TColStd_HSequenceOfAsciiString) LibList();
 
   //! Returns a static value from its name, null if unknown
index 42f5bb0dadd21567cf485e01380a006eab461bcd..57ba43a29782dea68573de1024d8eec1a715e2b9 100644 (file)
@@ -41,7 +41,7 @@ public:
   //! Draw a polygon of the curve on the Display
   Standard_EXPORT void DrawCurveOn(Adaptor3d_Curve& C, Draw_Display& D) const;
 
-  //! Load C with the specified iso  and Draw a polygon
+  //! Load C with the specified iso and Draw a polygon
   //! of the curve on the Display
   Standard_EXPORT void DrawIsoCurveOn(Adaptor3d_IsoCurve&   C,
                                       const GeomAbs_IsoType T,
index 29c8fbd13a09aa34aa30def90e8234c2b623d734..7d696880e7f241226c398c315ef719edd3b8ca3e 100644 (file)
@@ -72,11 +72,11 @@ public:
   //! "Set" commands are accessed under command xset
   //! SDS>xset name command ...
   //! Other commands can be accessed directly or under command xstep
-  //! SDS>command ...  and  SDS>xstep command ...  are equivalent
+  //! SDS>command ... and SDS>xstep command ... are equivalent
   //!
-  //! Only the command xinit is accessed directly only :
-  //! SDS>xinit  (from the already defined Controller)
-  //! SDS>xinit iges  (first defines the Controller as for "iges")
+  //! Only the command xinit is accessed directly only:
+  //! SDS>xinit (from the already defined Controller)
+  //! SDS>xinit iges (first defines the Controller as for "iges")
   //!
   //! It also records the function to be called by DRAW (not
   //! declared because specific).
@@ -89,9 +89,9 @@ public:
   Standard_EXPORT static void LoadDraw(Draw_Interpretor& theCommands);
 
   //! Allows to execute a xstep-draw command from C++ program
-  //! Fixed form :  Execute("command args...");
+  //! Fixed form: Execute("command args...");
   //! Form with a variable text part : add %s for the variable :
-  //! Execute ("command args %s args..",var)  [var is a CString]
+  //! Execute ("command args %s args..",var) [var is a CString]
   //! Returns the same value as returned by call from DRAW
   Standard_EXPORT static Standard_Integer Execute(const Standard_CString command,
                                                   const Standard_CString var = "");
index 802f0dd7e76c513a4f51ee807f8fdd819dda0ad2..aba0e55ea63c1a2305c8abe8cce4b2f0252c7748 100644 (file)
@@ -230,7 +230,7 @@ public:
 
   //! Performs a symmetrical transformation of this coordinate
   //! system with respect to:
-  //! -   the axis A1, and assigns the result to this coordinate systeme.
+  //! -   the axis A1, and assigns the result to this coordinate system.
   //! Warning
   //! This transformation is always performed on the origin.
   //! In case of a reflection with respect to a point:
@@ -265,7 +265,7 @@ public:
   //! Performs a symmetrical transformation of this coordinate
   //! system with respect to:
   //! -   the plane defined by the origin, "X Direction" and "Y
-  //! Direction" of coordinate system A2 and assigns the result to this coordinate systeme.
+  //! Direction" of coordinate system A2 and assigns the result to this coordinate system.
   //! Warning
   //! This transformation is always performed on the origin.
   //! In case of a reflection with respect to a point:
index e6b89a3eb2bfed47675297b8bbe6e2759dd22062..af94ed20cc39031634e26c6872037a85155c27fb 100644 (file)
@@ -38,7 +38,7 @@ class Units_Quantity : public Standard_Transient
 {
 
 public:
-  //! Creates a new Quantity object with <aname> which  is
+  //! Creates a new Quantity object with <aname> which is
   //! the name of the physical quantity, <adimensions> which
   //! is the physical dimensions, and <aunitssequence> which
   //! describes all the units known for this quantity.
index 38c64abde7458ebe1d2e2fc93fb247cdec9a86a6..157c4c0a6ab0cd94fa495830a47287717704f290 100644 (file)
@@ -113,7 +113,7 @@ public:
   //! and only if the dimensions are the same.
   Standard_EXPORT Handle(Units_Token) Add(const Handle(Units_Token)& atoken) const;
 
-  //! Returns a token  which is the  subtraction of <me> and
+  //! Returns a token which is the subtraction of <me> and
   //! another token <atoken>. The subtraction is possible if
   //! and only if the dimensions are the same.
   Standard_EXPORT Handle(Units_Token) Subtract(const Handle(Units_Token)& atoken) const;
index 1eaeacf5b5c1e393336f0a0156fd6f23358bdd92..3c230c90147cd7febdb576586232b95a6672ca40 100644 (file)
@@ -40,14 +40,14 @@ public:
 
   static GeomAbs_Shape Continuity(const Handle(Adaptor3d_Curve)& C);
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>. May be one if Continuity(myclass) >= <S>
   static Standard_Integer NbIntervals(const Handle(Adaptor3d_Curve)& C, const GeomAbs_Shape S);
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   static void Intervals(const Handle(Adaptor3d_Curve)& C,
                         TColStd_Array1OfReal&          T,
@@ -101,12 +101,12 @@ public:
                    const Standard_Real            U,
                    const Standard_Integer         N);
 
-  //! Returns the parametric  resolution corresponding
+  //! Returns the parametric resolution corresponding
   //! to the real space resolution <R3d>.
   static Standard_Real Resolution(const Handle(Adaptor3d_Curve)& C, const Standard_Real R3d);
 
-  //! Returns  the  type of the   curve  in the  current
-  //! interval :   Line,   Circle,   Ellipse, Hyperbola,
+  //! Returns the type of the curve in the current
+  //! interval: Line, Circle, Ellipse, Hyperbola,
   //! Parabola, BezierCurve, BSplineCurve, OtherCurve.
   static GeomAbs_CurveType GetType(const Handle(Adaptor3d_Curve)& C);
 
index 37a678f59a0efb560c6722e001dd5602700b2374..304fc98087035643886fbbb73f8faecfaed8b3bc 100644 (file)
@@ -45,7 +45,7 @@ public:
   //! Adds a point in the line at the first place.
   void InsertBefore(const Standard_Integer Index, const Blend_Point& P);
 
-  //! Removes  from  <me>    all  the  items  of
+  //! Removes from <me> all the items of
   //! positions between <FromIndex> and <ToIndex>.
   //! Raises an exception if the indices are out of bounds.
   void Remove(const Standard_Integer FromIndex, const Standard_Integer ToIndex);
@@ -78,7 +78,7 @@ public:
   //! N is the normal to the first surface at a point P,
   //! DRac is a vector tangent to the blending patch,
   //! oriented towards the valid part of this patch,
-  //! T  is the tangent to the line on S1 at P.
+  //! T is the tangent to the line on S1 at P.
   //! The transitioon is OUT when the system of vectors is
   //! left-handed.
   IntSurf_TypeTrans TransitionOnS1() const;
index f423b679bca47b27beebfcc3dad7d96ac8f30d51..e4e913065f8aea5483a02994e020ef45a58cc8a7 100644 (file)
@@ -102,7 +102,7 @@ public:
   Standard_EXPORT Standard_Boolean IsSolution(const math_Vector&  Sol,
                                               const Standard_Real Tol) Standard_OVERRIDE;
 
-  //! Returns   the    minimal  Distance  between   two
+  //! Returns the minimal Distance between two
   //! extremities of calculated sections.
   Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE;
 
@@ -113,7 +113,7 @@ public:
   //! Returns U,V coordinates of the point on the surface.
   Standard_EXPORT const gp_Pnt2d& Pnt2dOnRst1() const Standard_OVERRIDE;
 
-  //! Returns  U,V coordinates of the point  on the curve on
+  //! Returns U,V coordinates of the point on the curve on
   //! surface.
   Standard_EXPORT const gp_Pnt2d& Pnt2dOnRst2() const Standard_OVERRIDE;
 
@@ -133,8 +133,8 @@ public:
 
   Standard_EXPORT const gp_Vec2d& Tangent2dOnRst2() const Standard_OVERRIDE;
 
-  //! Permet  d ' implementer   un   critere  de  decrochage
-  //! specifique a la fonction.
+  //! Allows implementing a specific termination criterion
+  //! for the function.
   Standard_EXPORT Blend_DecrochStatus Decroch(const math_Vector& Sol,
                                               gp_Vec&            NRst1,
                                               gp_Vec&            TgRst1,
@@ -143,7 +143,7 @@ public:
 
   Standard_EXPORT void Set(const Standard_Real Radius, const Standard_Integer Choix);
 
-  //! Sets  the  type  of   section generation   for the
+  //! Sets the type of section generation for the
   //! approximations.
   Standard_EXPORT void Set(const BlendFunc_SectionShape TypeSection);
 
@@ -162,7 +162,7 @@ public:
                                Standard_Real&      Pfin,
                                gp_Circ&            C);
 
-  //! Returns  if the section is rational
+  //! Returns if the section is rational
   Standard_EXPORT Standard_Boolean IsRational() const Standard_OVERRIDE;
 
   //! Returns the length of the maximum section
@@ -172,13 +172,13 @@ public:
   //! of all sections.
   Standard_EXPORT void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>. May be one if Continuity(me) >= <S>
   Standard_EXPORT Standard_Integer NbIntervals(const GeomAbs_Shape S) const Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT void Intervals(TColStd_Array1OfReal& T,
                                  const GeomAbs_Shape   S) const Standard_OVERRIDE;
index 283bcd35a8066c6cb4d4a63e682dfc29d319625a..1475326b8a0d00fd5401686d515c15298b9d9d13 100644 (file)
@@ -41,8 +41,8 @@ class math_Matrix;
 class gp_Circ;
 class Blend_Point;
 
-//! Function  to approximate by AppSurface  for
-//! Edge/Edge  and  evolutif  radius
+//! Function to approximate by AppSurface for
+//! Edge/Edge and evolutif radius
 class BRepBlend_RstRstEvolRad : public Blend_RstRstFunction
 {
 public:
@@ -104,7 +104,7 @@ public:
   Standard_EXPORT Standard_Boolean IsSolution(const math_Vector&  Sol,
                                               const Standard_Real Tol) Standard_OVERRIDE;
 
-  //! Returns   the    minimal  Distance  between   two
+  //! Returns the minimal Distance between two
   //! extremities of calculated sections.
   Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE;
 
@@ -115,7 +115,7 @@ public:
   //! Returns U,V coordinates of the point on the surface.
   Standard_EXPORT const gp_Pnt2d& Pnt2dOnRst1() const Standard_OVERRIDE;
 
-  //! Returns  U,V coordinates of the point  on the curve on
+  //! Returns U,V coordinates of the point on the curve on
   //! surface.
   Standard_EXPORT const gp_Pnt2d& Pnt2dOnRst2() const Standard_OVERRIDE;
 
@@ -135,7 +135,7 @@ public:
 
   Standard_EXPORT const gp_Vec2d& Tangent2dOnRst2() const Standard_OVERRIDE;
 
-  //! Enables  implementation of a criterion  of  decrochage
+  //! Enables implementation of a criterion of decrochage
   //! specific to the function.
   Standard_EXPORT Blend_DecrochStatus Decroch(const math_Vector& Sol,
                                               gp_Vec&            NRst1,
@@ -145,11 +145,11 @@ public:
 
   Standard_EXPORT void Set(const Standard_Integer Choix);
 
-  //! Sets  the  type  of   section generation   for the
+  //! Sets the type of section generation for the
   //! approximations.
   Standard_EXPORT void Set(const BlendFunc_SectionShape TypeSection);
 
-  //! Gives the center of circle defined   by PtRst1, PtRst2 and
+  //! Gives the center of circle defined by PtRst1, PtRst2 and
   //! radius ray.
   Standard_EXPORT Standard_Boolean CenterCircleRst1Rst2(const gp_Pnt& PtRst1,
                                                         const gp_Pnt& PtRst2,
@@ -164,7 +164,7 @@ public:
                                Standard_Real&      Pfin,
                                gp_Circ&            C);
 
-  //! Returns  if the section is rational
+  //! Returns if the section is rational
   Standard_EXPORT Standard_Boolean IsRational() const Standard_OVERRIDE;
 
   //! Returns the length of the maximum section
@@ -174,13 +174,13 @@ public:
   //! of all sections.
   Standard_EXPORT void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>. May be one if Continuity(me) >= <S>
   Standard_EXPORT Standard_Integer NbIntervals(const GeomAbs_Shape S) const Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT void Intervals(TColStd_Array1OfReal& T,
                                  const GeomAbs_Shape   S) const Standard_OVERRIDE;
index 437184477b7f773268e7c5ab0183e36777646d81..9aeed40638f999e1175cb9ba31ca3790ab39c4d1 100644 (file)
@@ -33,25 +33,25 @@ class Adaptor3d_HVertex;
 class IntSurf_Transition;
 class BRepBlend_Extremity;
 
-//! This  class processes the  data  resulting from
-//! Blend_CSWalking  but  it  takes  in  consideration the Surface
-//! supporting  the  curve to detect the  breakpoint.
+//! This class processes the data resulting from
+//! Blend_CSWalking but it takes in consideration the Surface
+//! supporting the curve to detect the breakpoint.
 //!
-//! As  a  result, the  criteria of distribution of
-//! points on  the line become  more flexible  because  it
-//! should  calculate values  approached
-//! by an approximation of continued  functions based on the
+//! As a result, the criteria of distribution of
+//! points on the line become more flexible because it
+//! should calculate values approached
+//! by an approximation of continued functions based on the
 //! Blend_RstRstFunction.
 //!
-//! Thus this pseudo path necessitates 3 criteria  of
-//! regrouping :
+//! Thus this pseudo path necessitates 3 criteria of
+//! regrouping:
 //!
-//! 1) exit of  the domain of  the  curve
+//! 1) exit of the domain of the curve
 //!
-//! 2) exit of  the domain of  the surface
+//! 2) exit of the domain of the surface
 //!
-//! 3) stall as there  is a solution of problem
-//! surf/surf  within the domain  of the  surface
+//! 3) stall as there is a solution of problem
+//! surf/surf within the domain of the surface
 //! of support of the restriction.
 //!
 //! Construction of a BRepBlend_Line between two pcurves
index e94dccf1af1debc2e4861707332043ce5f3f8c20..2304c513b849a43681996e3430d04f5362b6b867 100644 (file)
@@ -25,12 +25,12 @@ class math_Matrix;
 
 //! Function of reframing between a restriction surface of the
 //! surface and a curve.
-//! Class     used   to   compute  a    solution   of  the
-//! surfRstConstRad  problem  on a done restriction of the
+//! Class used to compute a solution of the
+//! surfRstConstRad problem on a done restriction of the
 //! surface.
-//! The vector  <X> used in  Value, Values and Derivatives
-//! methods  has   to  be the   vector  of  the parametric
-//! coordinates  wguide, wcurv, wrst  where  wguide is the
+//! The vector <X> used in Value, Values and Derivatives
+//! methods has to be the vector of the parametric
+//! coordinates wguide, wcurv, wrst where wguide is the
 //! parameter on the guide line, wcurv is the parameter on
 //! the curve, wrst is the parameter on the restriction on
 //! the surface.
index 950d145ffbbabf9395ef71d6581fa39810bf75b4..b400e06162517f35689c2a85ed28ac358077068b 100644 (file)
@@ -26,12 +26,12 @@ class math_Matrix;
 
 //! Function of reframing between a surface restriction
 //! of the surface and a curve.
-//! Class     used   to   compute  a    solution   of  the
-//! surfRstConstRad  problem  on a done restriction of the
+//! Class used to compute a solution of the
+//! surfRstConstRad problem on a done restriction of the
 //! surface.
-//! The vector  <X> used in  Value, Values and Derivatives
-//! methods  has   to  be the   vector  of  the parametric
-//! coordinates  wguide, wcurv, wrst  where  wguide is the
+//! The vector <X> used in Value, Values and Derivatives
+//! methods has to be the vector of the parametric
+//! coordinates wguide, wcurv, wrst where wguide is the
 //! parameter on the guide line, wcurv is the parameter on
 //! the curve, wrst is the parameter on the restriction on
 //! the surface.
index 6a5d7e4fc714d1c48b10940f48666ee181b5e4f5..5d580efbce7b10bf2c3ad7619b7888a66090f369 100644 (file)
 class math_Matrix;
 
 //! Function of reframing between a point and a surface.
-//! This function  is used  to find a  solution on  a done
-//! point   of   the curve when   using  SurfRstConsRad or
+//! This function is used to find a solution on a done
+//! point of the curve when using SurfRstConsRad or
 //! CSConstRad...
-//! The vector <X>  used in Value, Values and  Derivatives
-//! methods  has  to   be the  vector   of the  parametric
-//! coordinates w, U,  V where w is  the parameter  on the
-//! guide line, U,V   are the parametric coordinates of  a
+//! The vector <X> used in Value, Values and Derivatives
+//! methods has to be the vector of the parametric
+//! coordinates w, U, V where w is the parameter on the
+//! guide line, U,V are the parametric coordinates of a
 //! point on the partner surface.
 class BRepBlend_SurfPointConstRadInv : public Blend_SurfPointFuncInv
 {
index 93f41899edc2173782c3dc0c03597fd9c63080f6..c5abd7cbe2d9aa0f4d7cc363895fb9f18a99debb 100644 (file)
@@ -26,13 +26,13 @@ class Law_Function;
 class math_Matrix;
 
 //! Function of reframing between a point and a surface.
-//! This function  is used  to find a  solution on  a done
-//! point   of   the curve when   using  SurfRstConsRad or
+//! This function is used to find a solution on a done
+//! point of the curve when using SurfRstConsRad or
 //! CSConstRad...
-//! The vector <X>  used in Value, Values and  Derivatives
-//! methods  has  to   be the  vector   of the  parametric
-//! coordinates w, U,  V where w is  the parameter  on the
-//! guide line, U,V   are the parametric coordinates of  a
+//! The vector <X> used in Value, Values and Derivatives
+//! methods has to be the vector of the parametric
+//! coordinates w, U, V where w is the parameter on the
+//! guide line, U,V are the parametric coordinates of a
 //! point on the partner surface.
 class BRepBlend_SurfPointEvolRadInv : public Blend_SurfPointFuncInv
 {
index 2ea1333c1af219acbe8ba48745a501b1302fc7f3..73c8b7214d11268f2885356c108c0d2fe7a3a292 100644 (file)
@@ -40,8 +40,8 @@ class math_Matrix;
 class gp_Circ;
 class Blend_Point;
 
-//! Function  to approximate by AppSurface  for
-//! Edge/Face  and  evolutif  radius
+//! Function to approximate by AppSurface for
+//! Edge/Face and evolutif radius
 class BRepBlend_SurfRstEvolRad : public Blend_SurfRstFunction
 {
 public:
@@ -100,7 +100,7 @@ public:
   Standard_EXPORT Standard_Boolean IsSolution(const math_Vector&  Sol,
                                               const Standard_Real Tol) Standard_OVERRIDE;
 
-  //! Returns   the    minimal  Distance  between   two
+  //! Returns the minimal Distance between two
   //! extremities of calculated sections.
   Standard_EXPORT virtual Standard_Real GetMinimalDistance() const Standard_OVERRIDE;
 
@@ -111,7 +111,7 @@ public:
   //! Returns U,V coordinates of the point on the surface.
   Standard_EXPORT const gp_Pnt2d& Pnt2dOnS() const Standard_OVERRIDE;
 
-  //! Returns  U,V coordinates of the point  on the curve on
+  //! Returns U,V coordinates of the point on the curve on
   //! surface.
   Standard_EXPORT const gp_Pnt2d& Pnt2dOnRst() const Standard_OVERRIDE;
 
@@ -128,7 +128,7 @@ public:
 
   Standard_EXPORT const gp_Vec2d& Tangent2dOnRst() const Standard_OVERRIDE;
 
-  //! Permet  d ' implementer   un   critere  de  decrochage
+  //! Permet d'implementer un critere de decrochage
   //! specifique a la fonction.
   Standard_EXPORT Standard_Boolean Decroch(const math_Vector& Sol,
                                            gp_Vec&            NS,
@@ -136,7 +136,7 @@ public:
 
   Standard_EXPORT void Set(const Standard_Integer Choix);
 
-  //! Sets  the  type  of   section generation   for the
+  //! Sets the type of section generation for the
   //! approximations.
   Standard_EXPORT void Set(const BlendFunc_SectionShape TypeSection);
 
@@ -148,7 +148,7 @@ public:
                                Standard_Real&      Pfin,
                                gp_Circ&            C);
 
-  //! Returns  if the section is rational
+  //! Returns if the section is rational
   Standard_EXPORT Standard_Boolean IsRational() const Standard_OVERRIDE;
 
   //! Returns the length of the maximum section
@@ -158,7 +158,7 @@ public:
   //! of all sections.
   Standard_EXPORT void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>. May be one if Continuity(me) >= <S>
   Standard_EXPORT Standard_Integer NbIntervals(const GeomAbs_Shape S) const Standard_OVERRIDE;
 
index f5d526e1b1d535810cedf9d4917a3f75eb453589..d62668b230562ddfc930cc5ea73110997d9dfa5c 100644 (file)
@@ -34,24 +34,24 @@ class Adaptor3d_HVertex;
 class IntSurf_Transition;
 class BRepBlend_Extremity;
 
-//! This  class processes data  resulting  from
-//! Blend_CSWalking  taking  in consideration the Surface
-//! supporting  the curve to detect the breakpoint.
+//! This class processes data resulting from
+//! Blend_CSWalking taking in consideration the Surface
+//! supporting the curve to detect the breakpoint.
 //!
-//! The criteria of  distribution  of  points on  the  line are  detailed
-//! because  it  is  to  be  used  in  the  calculatuon of values approached
-//! by an approximation of functions continued  basing on
+//! The criteria of distribution of points on the line are detailed
+//! because it is to be used in the calculatuon of values approached
+//! by an approximation of functions continued basing on
 //! Blend_SurfRstFunction.
 //!
-//! Thus this pseudo path necessitates 3 criteria of regrouping :
+//! Thus this pseudo path necessitates 3 criteria of regrouping:
 //!
-//! 1) exit of the domain of  the curve
+//! 1) exit of the domain of the curve
 //!
-//! 2) exit of the domain of  the  surface
+//! 2) exit of the domain of the surface
 //!
-//! 3)  stall as there  is a solution to  the problem
-//! surf/surf  within  the  domain of  the surface
-//! of  support  of  the   restriction.
+//! 3) stall as there is a solution to the problem
+//! surf/surf within the domain of the surface
+//! of support of the restriction.
 //!
 //! Construction of a BRepBlend_Line between a surface and
 //! a pcurve on surface from an approached
index 64425ea173372fec7a6b6bf25d200296fa619a74..36c1fd49df8ad26cf232ce00bb72bde8f86adbcf 100644 (file)
@@ -33,8 +33,8 @@ class BRepFilletAPI_LocalOperation : public BRepBuilderAPI_MakeShape
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Adds a  contour in  the  builder  (builds a
-  //! contour  of tangent edges).
+  //! Adds a contour in the builder (builds a
+  //! contour of tangent edges).
   Standard_EXPORT virtual void Add(const TopoDS_Edge& E) = 0;
 
   //! Reset the contour of index IC, there is nomore
@@ -44,7 +44,7 @@ public:
   //! Number of contours.
   Standard_EXPORT virtual Standard_Integer NbContours() const = 0;
 
-  //! Returns the index of  the  contour containing the edge
+  //! Returns the index of the contour containing the edge
   //! E, returns 0 if E doesn't belong to any contour.
   Standard_EXPORT virtual Standard_Integer Contour(const TopoDS_Edge& E) const = 0;
 
@@ -84,10 +84,10 @@ public:
   //! returns true if the contour of index IC is closed
   Standard_EXPORT virtual Standard_Boolean Closed(const Standard_Integer IC) const = 0;
 
-  //! Reset all the fields updated   by Build operation  and
-  //! leave the  algorithm in  the  same state  than  before
-  //! build    call.  It   allows   contours    and   radius
-  //! modifications  to build the result another time.
+  //! Reset all the fields updated by Build operation and
+  //! leave the algorithm in the same state than before
+  //! build call. It allows contours and radius
+  //! modifications to build the result another time.
   Standard_EXPORT virtual void Reset() = 0;
 
   Standard_EXPORT virtual void Simulate(const Standard_Integer IC) = 0;
index 25b465e3cf3000abd447d33f2ac073b61325a5ab..6c833261cda360bec1a288603f5a291feba625ff 100644 (file)
@@ -123,8 +123,8 @@ public:
                              Standard_Real&         Dis1,
                              Standard_Real&         Dis2) const;
 
-  //! Adds a  fillet contour in  the  builder  (builds a
-  //! contour  of tangent edges to <E> and sets the
+  //! Adds a fillet contour in the builder (builds a
+  //! contour of tangent edges to <E> and sets the
   //! distance <Dis1> and angle <Angle> ( parameters of the chamfer ) ).
   Standard_EXPORT void AddDA(const Standard_Real Dis,
                              const Standard_Real Angle,
@@ -278,12 +278,12 @@ public:
   //! Returns the internal filleting algorithm.
   Standard_EXPORT Handle(TopOpeBRepBuild_HBuilder) Builder() const;
 
-  //! Returns the  list   of shapes generated   from the
+  //! Returns the list of shapes generated from the
   //! shape <EorV>.
   Standard_EXPORT virtual const TopTools_ListOfShape& Generated(const TopoDS_Shape& EorV)
     Standard_OVERRIDE;
 
-  //! Returns the list  of shapes modified from the shape
+  //! Returns the list of shapes modified from the shape
   //! <F>.
   Standard_EXPORT virtual const TopTools_ListOfShape& Modified(const TopoDS_Shape& F)
     Standard_OVERRIDE;
index 20239473f43045705ab775ef5652788b3b3bbd6d..b16a2b065b6e6a2e4a7c4ad622f2d6ed17c0c47f 100644 (file)
@@ -50,13 +50,13 @@ class BRepFilletAPI_MakeFillet : public BRepFilletAPI_LocalOperation
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Initializes   the computation    of   the  fillets.
-  //! <FShape> sets   the type   of fillet  surface. The
-  //! default value is ChFi3d_Rational (classical  nurbs
-  //! representation of  circles).   ChFi3d_QuasiAngular
-  //! corresponds to  a  nurbs representation of circles
-  //! which   parameterisation matches  the  circle one.
-  //! ChFi3d_Polynomial  corresponds to  a    polynomial
+  //! Initializes the computation of the fillets.
+  //! <FShape> sets the type of fillet surface. The
+  //! default value is ChFi3d_Rational (classical nurbs
+  //! representation of circles). ChFi3d_QuasiAngular
+  //! corresponds to a nurbs representation of circles
+  //! which parameterisation matches the circle one.
+  //! ChFi3d_Polynomial corresponds to a polynomial
   //! representation of circles.
   Standard_EXPORT BRepFilletAPI_MakeFillet(const TopoDS_Shape&      S,
                                            const ChFi3d_FilletShape FShape = ChFi3d_Rational);
@@ -68,38 +68,38 @@ public:
                                  const Standard_Real TolApp2d,
                                  const Standard_Real Fleche);
 
-  //! Changes     the      parameters     of  continiuity
+  //! Changes the parameters of continiuity
   //! InternalContinuity to produce fillet'surfaces with
-  //! an continuity   Ci (i=0,1 or    2).
+  //! an continuity Ci (i=0,1 or 2).
   //! By defaultInternalContinuity = GeomAbs_C1.
   //! AngularTolerance  is the G1 tolerance between fillet
   //! and support'faces.
   Standard_EXPORT void SetContinuity(const GeomAbs_Shape InternalContinuity,
                                      const Standard_Real AngularTolerance);
 
-  //! Adds a  fillet contour in  the  builder  (builds a
-  //! contour  of tangent edges).
+  //! Adds a fillet contour in the builder (builds a
+  //! contour of tangent edges).
   //! The Radius must be set after.
   Standard_EXPORT void Add(const TopoDS_Edge& E) Standard_OVERRIDE;
 
-  //! Adds a  fillet description in  the  builder
-  //! - builds a contour  of tangent edges,
+  //! Adds a fillet description in the builder
+  //! - builds a contour of tangent edges,
   //! - sets the radius.
   Standard_EXPORT void Add(const Standard_Real Radius, const TopoDS_Edge& E);
 
-  //! Adds a  fillet description in  the  builder
-  //! - builds a contour  of tangent edges,
+  //! Adds a fillet description in the builder
+  //! - builds a contour of tangent edges,
   //! - sets a linear radius evolution law between
   //! the first and last vertex of the spine.
   Standard_EXPORT void Add(const Standard_Real R1, const Standard_Real R2, const TopoDS_Edge& E);
 
-  //! Adds a  fillet description in  the  builder
-  //! - builds a contour  of tangent edges,
+  //! Adds a fillet description in the builder
+  //! - builds a contour of tangent edges,
   //! - sest the radius evolution law.
   Standard_EXPORT void Add(const Handle(Law_Function)& L, const TopoDS_Edge& E);
 
-  //! Adds a  fillet description in  the  builder
-  //! - builds a contour  of tangent edges,
+  //! Adds a fillet description in the builder
+  //! - builds a contour of tangent edges,
   //! - sets the radius evolution law interpolating the values
   //! given in the array UandR :
   //!
@@ -259,7 +259,7 @@ public:
   //! Returns a null shape if IC is outside the bounds of the table of contours.
   Standard_EXPORT TopoDS_Vertex FirstVertex(const Standard_Integer IC) const Standard_OVERRIDE;
 
-  //! Returns the  last vertex of the contour of index IC
+  //! Returns the last vertex of the contour of index IC
   //! in the internal data structure of this algorithm.
   //! Warning
   //! Returns a null shape if IC is outside the bounds of the table of contours.
@@ -327,12 +327,12 @@ public:
   //! Returns the internal topology building algorithm.
   Standard_EXPORT Handle(TopOpeBRepBuild_HBuilder) Builder() const;
 
-  //! Returns the  list   of shapes generated   from the
+  //! Returns the list of shapes generated from the
   //! shape <EorV>.
   Standard_EXPORT virtual const TopTools_ListOfShape& Generated(const TopoDS_Shape& EorV)
     Standard_OVERRIDE;
 
-  //! Returns the list  of shapes modified from the shape
+  //! Returns the list of shapes modified from the shape
   //! <F>.
   Standard_EXPORT virtual const TopTools_ListOfShape& Modified(const TopoDS_Shape& F)
     Standard_OVERRIDE;
@@ -391,7 +391,7 @@ public:
   //! ChFiDS_TwistedSurface : the computation failed because of a twisted
   //! surface
   //! ChFiDS_WalkingFailure : there is a problem in the walking
-  //! ChFiDS_Error:  other error different from above
+  //! ChFiDS_Error: other error different from above
   Standard_EXPORT ChFiDS_ErrorStatus StripeStatus(const Standard_Integer IC) const;
 
 protected:
index 132cfbf94b73d0523bec31fe36a6b895f90f7622..57c70470e9b98b24e77fae2bd928f8e00328c07a 100644 (file)
@@ -89,7 +89,7 @@ public:
 
   //! This initialize method allow to init the builder
   //! from a face RefFace and another face ModFace which derive from RefFace.
-  //! This  is useful to modify a fillet or a chamfer already created on ModFace.
+  //! This is useful to modify a fillet or a chamfer already created on ModFace.
   Standard_EXPORT void Init(const TopoDS_Face& RefFace, const TopoDS_Face& ModFace);
 
   //! Adds a fillet of radius Radius between the two edges
@@ -259,7 +259,7 @@ public:
   //! Returns the number of chamfers on the face modified by this algorithm.
   Standard_Integer NbChamfer() const;
 
-  //! Returns the list  of shapes modified from the shape
+  //! Returns the list of shapes modified from the shape
   //! <S>.
   Standard_EXPORT virtual const TopTools_ListOfShape& Modified(const TopoDS_Shape& S)
     Standard_OVERRIDE;
index 7da60364351d3107c2f199af900510a6bc4c6440..af241f2bc87a434eab9e29b77e49676580131f33 100644 (file)
@@ -34,7 +34,7 @@ class TopoDS_Vertex;
   #undef Status
 #endif
 
-//! This  class contains  the algorithm  used to build
+//! This class contains the algorithm used to build
 //! fillet on planar wire.
 class ChFi2d_Builder
 {
@@ -43,7 +43,7 @@ public:
 
   Standard_EXPORT ChFi2d_Builder();
 
-  //! The face  <F> can be build  on a closed or an open
+  //! The face <F> can be build on a closed or an open
   //! wire.
   Standard_EXPORT ChFi2d_Builder(const TopoDS_Face& F);
 
@@ -51,36 +51,36 @@ public:
 
   Standard_EXPORT void Init(const TopoDS_Face& RefFace, const TopoDS_Face& ModFace);
 
-  //! Add  a fillet  of   radius  <Radius> on  the  wire
+  //! Add a fillet of radius <Radius> on the wire
   //! between the two edges connected to the vertex <V>.
-  //! <AddFillet> returns the  fillet edge. The returned
-  //! edge has  sense only   if the status   <status> is
+  //! <AddFillet> returns the fillet edge. The returned
+  //! edge has sense only if the status <status> is
   //! <IsDone>
   Standard_EXPORT TopoDS_Edge AddFillet(const TopoDS_Vertex& V, const Standard_Real Radius);
 
   //! modify the fillet radius and return the new fillet
-  //! edge. this    edge has sense  only if   the status
+  //! edge. this edge has sense only if the status
   //! <status> is <IsDone>.
   Standard_EXPORT TopoDS_Edge ModifyFillet(const TopoDS_Edge& Fillet, const Standard_Real Radius);
 
   //! removes the fillet <Fillet> and returns the vertex
-  //! connecting the two adjacent edges to  this fillet.
+  //! connecting the two adjacent edges to this fillet.
   Standard_EXPORT TopoDS_Vertex RemoveFillet(const TopoDS_Edge& Fillet);
 
-  //! Add a chamfer on  the  wire between the two  edges
-  //! connected <E1> and  <E2>. <AddChamfer> returns the
-  //! chamfer  edge. This  edge  has  sense only if  the
+  //! Add a chamfer on the wire between the two edges
+  //! connected <E1> and <E2>. <AddChamfer> returns the
+  //! chamfer edge. This edge has sense only if the
   //! status <status> is <IsDone>.
   Standard_EXPORT TopoDS_Edge AddChamfer(const TopoDS_Edge&  E1,
                                          const TopoDS_Edge&  E2,
                                          const Standard_Real D1,
                                          const Standard_Real D2);
 
-  //! Add  a chamfer on the   wire between the two edges
+  //! Add a chamfer on the wire between the two edges
   //! connected to the vertex <V>. The chamfer will make
-  //! an  angle <Ang> with the edge  <E>, and one of its
-  //! extremities  will be on  <E>  at distance <D>. The
-  //! returned   edge has sense   only   if the   status
+  //! an angle <Ang> with the edge <E>, and one of its
+  //! extremities will be on <E> at distance <D>. The
+  //! returned edge has sense only if the status
   //! <status> is <IsDone>.
   //! Warning: The value of <Ang> must be expressed in Radian.
   Standard_EXPORT TopoDS_Edge AddChamfer(const TopoDS_Edge&   E,
@@ -88,9 +88,9 @@ public:
                                          const Standard_Real  D,
                                          const Standard_Real  Ang);
 
-  //! modify the chamfer <Chamfer>  and returns  the new
+  //! modify the chamfer <Chamfer> and returns the new
   //! chamfer edge.
-  //! This edge as sense only  if the status <status> is
+  //! This edge as sense only if the status <status> is
   //! <IsDone>.
   Standard_EXPORT TopoDS_Edge ModifyChamfer(const TopoDS_Edge&  Chamfer,
                                             const TopoDS_Edge&  E1,
@@ -98,17 +98,17 @@ public:
                                             const Standard_Real D1,
                                             const Standard_Real D2);
 
-  //! modify the  chamfer <Chamfer>  and returns the new
-  //! chamfer edge. This    edge as sense  only   if the
-  //! status <status>   is  <IsDone>.
+  //! modify the chamfer <Chamfer> and returns the new
+  //! chamfer edge. This edge as sense only if the
+  //! status <status> is <IsDone>.
   //! Warning: The value of <Ang> must be expressed in Radian.
   Standard_EXPORT TopoDS_Edge ModifyChamfer(const TopoDS_Edge&  Chamfer,
                                             const TopoDS_Edge&  E,
                                             const Standard_Real D,
                                             const Standard_Real Ang);
 
-  //! removes   the chamfer  <Chamfer>   and returns the
-  //! vertex connecting  the two adjacent  edges to this
+  //! removes the chamfer <Chamfer> and returns the
+  //! vertex connecting the two adjacent edges to this
   //! chamfer.
   Standard_EXPORT TopoDS_Vertex RemoveChamfer(const TopoDS_Edge& Chamfer);
 
@@ -133,8 +133,8 @@ public:
   //! <E> in the other case.
   const TopoDS_Edge& DescendantEdge(const TopoDS_Edge& E) const;
 
-  //! Returns the parent edge of  <E>
-  //! Warning: If <E>is a basis edge,  the returned edge would be
+  //! Returns the parent edge of <E>
+  //! Warning: If <E>is a basis edge, the returned edge would be
   //! equal to <E>
   Standard_EXPORT const TopoDS_Edge& BasisEdge(const TopoDS_Edge& E) const;
 
@@ -153,8 +153,8 @@ private:
                                      TopoDS_Edge&         TrimE2,
                                      TopoDS_Edge&         Fillet);
 
-  //! Is internally used by  <AddChamfer>. The chamfer is
-  //! computed  from  a  vertex,   two  edges   and  two
+  //! Is internally used by <AddChamfer>. The chamfer is
+  //! computed from a vertex, two edges and two
   //! distances
   //! Warning: <TrimE1>, <TrimE2> and <Chamfer> has sense only if
   //! if the status <status> is equal to <IsDone>
@@ -167,11 +167,11 @@ private:
                                       TopoDS_Edge&         TrimE2,
                                       TopoDS_Edge&         Chamfer);
 
-  //! Is internally used by <AddChamfer>.  The chamfer is
-  //! computed from   an  edge,  a  vertex,   a distance
+  //! Is internally used by <AddChamfer>. The chamfer is
+  //! computed from an edge, a vertex, a distance
   //! and an angle
-  //! Warning: <TrimE1>,  <TrimE2>, and <Chamfer> has
-  //! sense only   if  the status <status> is   equal to
+  //! Warning: <TrimE1>, <TrimE2>, and <Chamfer> has
+  //! sense only if the status <status> is equal to
   //! <IsDone>
   Standard_EXPORT void ComputeChamfer(const TopoDS_Vertex& V,
                                       const TopoDS_Edge&   E1,
@@ -182,12 +182,12 @@ private:
                                       TopoDS_Edge&         TrimE2,
                                       TopoDS_Edge&         Chamfer);
 
-  //! Is   internally  used     by  <ComputeFillet>.
-  //! <NewExtr1> and  <NewExtr2>  will  contains the new
+  //! Is internally used by <ComputeFillet>.
+  //! <NewExtr1> and <NewExtr2> will contains the new
   //! extremities of <AdjEdge1> and <AdjEdge2>
-  //! Warning: The  returned  edge has sense   only if the status
+  //! Warning: The returned edge has sense only if the status
   //! <status> is equal to <IsDone>
-  //! or to one of those specific cases :
+  //! or to one of those specific cases:
   //! <FirstEdgeDegenerated>
   //! <LastEdgeDegenerated>
   //! <BothEdgesDegenerated>
@@ -198,10 +198,10 @@ private:
                                               TopoDS_Vertex&       NewExtr1,
                                               TopoDS_Vertex&       NewExtr2);
 
-  //! Is   internally  used     by  <ComputeFillet>.
-  //! <NewExtr1> and  <NewExtr2>  will  contains the new
+  //! Is internally used by <ComputeFillet>.
+  //! <NewExtr1> and <NewExtr2> will contains the new
   //! extremities of <AdjEdge1> and <AdjEdge2>
-  //! Warning: The  returned  edge has sense   only if the status
+  //! Warning: The returned edge has sense only if the status
   //! <status> is equal to <IsDone>
   Standard_EXPORT TopoDS_Edge BuildChamferEdge(const TopoDS_Vertex& V,
                                                const TopoDS_Edge&   AdjEdge1,
@@ -211,10 +211,10 @@ private:
                                                TopoDS_Vertex&       NewExtr1,
                                                TopoDS_Vertex&       NewExtr2);
 
-  //! Is   internally  used     by  <ComputeFillet>.
-  //! <NewExtr1> and  <NewExtr2>  will  contains the new
+  //! Is internally used by <ComputeFillet>.
+  //! <NewExtr1> and <NewExtr2> will contains the new
   //! extremities of <AdjEdge1> and <AdjEdge2>
-  //! Warning: The  returned  edge has sense   only if the status
+  //! Warning: The returned edge has sense only if the status
   //! <status> is equal to <IsDone>
   Standard_EXPORT TopoDS_Edge BuildChamferEdge(const TopoDS_Vertex& V,
                                                const TopoDS_Edge&   AdjEdge2,
@@ -224,11 +224,11 @@ private:
                                                TopoDS_Vertex&       NewExtr1,
                                                TopoDS_Vertex&       NewExtr2);
 
-  //! replaces in  the  new face  <newFace> <OldE1>  and
-  //! <OldE2>  by <E1>, <Fillet> and <E2>
+  //! replaces in the new face <newFace> <OldE1> and
+  //! <OldE2> by <E1>, <Fillet> and <E2>
   //! or by <Fillet> and <E2> if <E1> is degenerated
   //! or by <E1> and <Fillet> if <E2> is degenerated
-  //! or by <Fillet> if <E1> and <E2> are degenerated .
+  //! or by <Fillet> if <E1> and <E2> are degenerated.
   Standard_EXPORT void BuildNewWire(const TopoDS_Edge& OldE1,
                                     const TopoDS_Edge& OldE2,
                                     const TopoDS_Edge& E1,
@@ -248,9 +248,9 @@ private:
                                            const TopoDS_Vertex& NewExtr,
                                            Standard_Boolean&    IsDegenerated) const;
 
-  //! Writes <NewEdge> in  <fillets> if <Id> is equal to
+  //! Writes <NewEdge> in <fillets> if <Id> is equal to
   //! 1, or in <chamfers> if <Id> is Equal to 2.
-  //! Writes  the  modifications  in  <history> :
+  //! Writes the modifications in <history>:
   //! <TrimE1> is given by <E1>, <TrimE2> by <E2>
   //! if <TrimE1> and <TrimE2> are not degenerated.
   Standard_EXPORT void UpDateHistory(const TopoDS_Edge&     E1,
@@ -260,8 +260,8 @@ private:
                                      const TopoDS_Edge&     NewEdge,
                                      const Standard_Integer Id);
 
-  //! Writes the  modifications in  <history> . <TrimE1>
-  //! is given by <E1>, <TrimE2> by <E2>.
+  //! Writes the modifications in <history>.
+  //! <TrimE1> is given by <E1>, <TrimE2> by <E2>.
   Standard_EXPORT void UpDateHistory(const TopoDS_Edge& E1,
                                      const TopoDS_Edge& E2,
                                      const TopoDS_Edge& TrimE1,
index 8fe412fc0839e532d4de318565c3a38b2a033a98..593b5acdafb0be56e3a462c695d566d573e18993 100644 (file)
@@ -22,7 +22,7 @@ enum ChFi2d_ConstructionError
 {
   ChFi2d_NotPlanar,           //!< the face is not planar
   ChFi2d_NoFace,              //!< the face is null
-  ChFi2d_InitialisationError, //!< the two  faces used for the initialisation are uncompatible
+  ChFi2d_InitialisationError, //!< the two faces used for the initialisation are uncompatible
   ChFi2d_ParametersError, //!< the parameters as distances or angle for chamfer are less or equal to
                           //!< zero
   ChFi2d_Ready,           //!< the initialization has been successful
index 12ec413f7b49ee267215718e5877ef821b6cc360..b262ed8084d81b2fe9bf5cc3496205016c92998e 100644 (file)
@@ -49,24 +49,24 @@ public:
                                                          const TopoDS_Face&  theFace2,
                                                          const GeomAbs_Shape Order = GeomAbs_G1);
 
-  //! Returns  Reversed  in  Or1  and(or)  Or2  if
-  //! the  concave edge  defined by the  interior of faces F1 and F2,
-  //! in  the  neighbourhood of  their boundary E is of the edge opposite to  the
-  //! normal  of their surface  support.  The  orientation of
-  //! faces is  not  taken  into  consideration in  the calculation. The
-  //! function  returns  0 if  the calculation fails (tangence),
-  //! if  not, it  returns the  number of  choice of  the fillet
-  //! or chamfer corresponding to  the orientations  calculated
-  //! and  to  the tangent to  the  guide line read in  E.
+  //! Returns Reversed in Or1 and(or) Or2 if
+  //! the concave edge defined by the interior of faces F1 and F2,
+  //! in the neighbourhood of their boundary E is of the edge opposite to the
+  //! normal of their surface support. The orientation of
+  //! faces is not taken into consideration in the calculation. The
+  //! function returns 0 if the calculation fails (tangence),
+  //! if not, it returns the number of choice of the fillet
+  //! or chamfer corresponding to the orientations calculated
+  //! and to the tangent to the guide line read in E.
   Standard_EXPORT static Standard_Integer ConcaveSide(const BRepAdaptor_Surface& S1,
                                                       const BRepAdaptor_Surface& S2,
                                                       const TopoDS_Edge&         E,
                                                       TopAbs_Orientation&        Or1,
                                                       TopAbs_Orientation&        Or2);
 
-  //! Same  as ConcaveSide, but the orientations are
-  //! logically  deduced from  the result of  the call of
-  //! ConcaveSide on  the  first pair of faces of  the fillet or
+  //! Same as ConcaveSide, but the orientations are
+  //! logically deduced from the result of the call of
+  //! ConcaveSide on the first pair of faces of the fillet or
   //! chamnfer.
   Standard_EXPORT static Standard_Integer NextSide(TopAbs_Orientation&      Or1,
                                                    TopAbs_Orientation&      Or2,
@@ -74,15 +74,15 @@ public:
                                                    const TopAbs_Orientation OrSave2,
                                                    const Standard_Integer   ChoixSauv);
 
-  //! Same  as  the  other NextSide, but the calculation is  done
-  //! on an edge  only.
+  //! Same as the other NextSide, but the calculation is done
+  //! on an edge only.
   Standard_EXPORT static void NextSide(TopAbs_Orientation&      Or,
                                        const TopAbs_Orientation OrSave,
                                        const TopAbs_Orientation OrFace);
 
-  //! Enables  to  determine while  processing  an  angle, if
+  //! Enables to determine while processing an angle, if
   //! two fillets or chamfers constituting a face have
-  //! identic or opposed  concave  edges.
+  //! identic or opposed concave edges.
   Standard_EXPORT static Standard_Boolean SameSide(const TopAbs_Orientation Or,
                                                    const TopAbs_Orientation OrSave1,
                                                    const TopAbs_Orientation OrSave2,
index a97429f45b2cfa45de836b589b856f118d04a93e..a72e61bcb104ab85c9e06bca302381f08982d567 100644 (file)
@@ -58,9 +58,9 @@ class TopoDS_Face;
 class AppBlend_Approx;
 class Geom2d_Curve;
 
-//! Root  class  for calculation of  surfaces (fillets,
-//! chamfers)  destined  to smooth edges  of
-//! a gap on a Shape and the reconstruction of  the   Shape.
+//! Root class for calculation of surfaces (fillets,
+//! chamfers) destined to smooth edges of
+//! a gap on a Shape and the reconstruction of the Shape.
 class ChFi3d_Builder
 {
 public:
@@ -78,28 +78,28 @@ public:
   Standard_EXPORT void SetContinuity(const GeomAbs_Shape InternalContinuity,
                                      const Standard_Real AngularTolerance);
 
-  //! extracts from  the list the contour containing edge E.
+  //! extracts from the list the contour containing edge E.
   Standard_EXPORT void Remove(const TopoDS_Edge& E);
 
-  //! gives the number of  the contour containing E or 0
-  //! if E does  not  belong to  any  contour.
+  //! gives the number of the contour containing E or 0
+  //! if E does not belong to any contour.
   Standard_EXPORT Standard_Integer Contains(const TopoDS_Edge& E) const;
 
-  //! gives  the number of  the contour containing E or 0
-  //! if E does  not  belong  to  any  contour.
+  //! gives the number of the contour containing E or 0
+  //! if E does not belong to any contour.
   //! Sets in IndexInSpine the index of E in the contour if it's found
   Standard_EXPORT Standard_Integer Contains(const TopoDS_Edge& E,
                                             Standard_Integer&  IndexInSpine) const;
 
-  //! gives the number of  disjoint contours on  which
-  //! the  fillets  are  calculated
+  //! gives the number of disjoint contours on which
+  //! the fillets are calculated
   Standard_EXPORT Standard_Integer NbElements() const;
 
-  //! gives the n'th set  of edges (contour)
+  //! gives the n'th set of edges (contour)
   //! if I >NbElements()
   Standard_EXPORT Handle(ChFiDS_Spine) Value(const Standard_Integer I) const;
 
-  //! returns the length of  the contour of index IC.
+  //! returns the length of the contour of index IC.
   Standard_EXPORT Standard_Real Length(const Standard_Integer IC) const;
 
   //! returns the First vertex V of
@@ -130,39 +130,39 @@ public:
   //! topologic reconstruction.
   Standard_EXPORT void Compute();
 
-  //! returns True if the computation  is  success
+  //! returns True if the computation is success
   Standard_EXPORT Standard_Boolean IsDone() const;
 
   //! if (Isdone()) makes the result.
   //! if (!Isdone())
   Standard_EXPORT TopoDS_Shape Shape() const;
 
-  //! Advanced  function for the history
+  //! Advanced function for the history
   Standard_EXPORT const TopTools_ListOfShape& Generated(const TopoDS_Shape& EouV);
 
-  //! Returns the number of contours on  which the calculation
+  //! Returns the number of contours on which the calculation
   //! has failed.
   Standard_EXPORT Standard_Integer NbFaultyContours() const;
 
-  //! Returns the number of  I'th contour on  which the calculation
+  //! Returns the number of I'th contour on which the calculation
   //! has failed.
   Standard_EXPORT Standard_Integer FaultyContour(const Standard_Integer I) const;
 
-  //! Returns the number of  surfaces calculated  on  the contour IC.
+  //! Returns the number of surfaces calculated on the contour IC.
   Standard_EXPORT Standard_Integer NbComputedSurfaces(const Standard_Integer IC) const;
 
-  //! Returns the IS'th surface calculated on  the contour IC.
+  //! Returns the IS'th surface calculated on the contour IC.
   Standard_EXPORT Handle(Geom_Surface) ComputedSurface(const Standard_Integer IC,
                                                        const Standard_Integer IS) const;
 
-  //! Returns the number of vertices on  which the calculation
+  //! Returns the number of vertices on which the calculation
   //! has failed.
   Standard_EXPORT Standard_Integer NbFaultyVertices() const;
 
-  //! Returns the IV'th vertex on  which the calculation has failed.
+  //! Returns the IV'th vertex on which the calculation has failed.
   Standard_EXPORT TopoDS_Vertex FaultyVertex(const Standard_Integer IV) const;
 
-  //! returns True if  a partial result has  been  calculated
+  //! returns True if a partial result has been calculated
   Standard_EXPORT Standard_Boolean HasResult() const;
 
   //! if (HasResult()) returns partial result
@@ -170,14 +170,14 @@ public:
   Standard_EXPORT TopoDS_Shape BadShape() const;
 
   //! for the stripe IC ,indication on the cause
-  //! of  failure WalkingFailure,TwistedSurface,Error, Ok
+  //! of failure WalkingFailure,TwistedSurface,Error, Ok
   Standard_EXPORT ChFiDS_ErrorStatus StripeStatus(const Standard_Integer IC) const;
 
   //! Reset all results of compute and returns the algorithm
   //! in the state of the last acquisition to enable modification of contours or areas.
   Standard_EXPORT void Reset();
 
-  //! Returns the Builder of  topologic operations.
+  //! Returns the Builder of topologic operations.
   Standard_EXPORT Handle(TopOpeBRepBuild_HBuilder) Builder() const;
 
   //! Method, implemented in the inheritants, calculates
@@ -468,8 +468,8 @@ protected:
                                                        Standard_Integer&                  Intf,
                                                        Standard_Integer&                  Intl) = 0;
 
-  //! Method, implemented  in inheritants, calculates
-  //! the elements of construction of  the surface (fillet
+  //! Method, implemented in inheritants, calculates
+  //! the elements of construction of the surface (fillet
   //! or chamfer) contact edge/face.
   Standard_EXPORT virtual void PerformSurf(ChFiDS_SequenceOfSurfData&         Data,
                                            const Handle(ChFiDS_ElSpine)&      Guide,
@@ -497,8 +497,8 @@ protected:
                                            const Standard_Boolean             RecRst,
                                            const math_Vector&                 Soldep);
 
-  //! Method, implemented in  inheritants, calculates
-  //! the elements of construction of  the surface (fillet
+  //! Method, implemented in inheritants, calculates
+  //! the elements of construction of the surface (fillet
   //! or chamfer) contact edge/face.
   Standard_EXPORT virtual void PerformSurf(ChFiDS_SequenceOfSurfData&         Data,
                                            const Handle(ChFiDS_ElSpine)&      Guide,
@@ -527,7 +527,7 @@ protected:
                                            const math_Vector&                 Soldep);
 
   //! Method, implemented in inheritants, calculates
-  //! the elements of construction of  the surface (fillet
+  //! the elements of construction of the surface (fillet
   //! or chamfer) contact edge/edge.
   Standard_EXPORT virtual void PerformSurf(ChFiDS_SequenceOfSurfData&         Data,
                                            const Handle(ChFiDS_ElSpine)&      Guide,
@@ -600,7 +600,7 @@ protected:
                                                       TopAbs_Orientation&         Or2,
                                                       Standard_Integer&           ChoixConge) const;
 
-  //! Calculates  a Line of contact face/face.
+  //! Calculates a Line of contact face/face.
   Standard_EXPORT Standard_Boolean ComputeData(Handle(ChFiDS_SurfData)&           Data,
                                                const Handle(ChFiDS_ElSpine)&      Guide,
                                                const Handle(ChFiDS_Spine)&        Spine,
index 85cd6b7fa96ef72489293fbeebde26b170365dc9..0a5f51b6d13144329abf7683250d8be710dceadf 100644 (file)
@@ -56,7 +56,7 @@ public:
   Standard_EXPORT void Add(const TopoDS_Edge& E);
 
   //! initializes a new contour with the edge <E> as first
-  //! (the next are found by propagation ), and  the
+  //! (the next are found by propagation ), and the
   //! distance <Dis>
   //! if the edge <E> has more than 2 adjacent faces
   Standard_EXPORT void Add(const Standard_Real Dis, const TopoDS_Edge& E);
@@ -74,7 +74,7 @@ public:
   Standard_EXPORT void GetDist(const Standard_Integer IC, Standard_Real& Dis) const;
 
   //! initializes a new contour with the edge <E> as first
-  //! (the next are found by propagation ), and  the
+  //! (the next are found by propagation ), and the
   //! distance <Dis1> and <Dis2>
   //! if the edge <E> has more than 2 adjacent faces
   Standard_EXPORT void Add(const Standard_Real Dis1,
@@ -98,7 +98,7 @@ public:
                              Standard_Real&         Dis2) const;
 
   //! initializes a new contour with the edge <E> as first
-  //! (the next are found by propagation ), and  the
+  //! (the next are found by propagation ), and the
   //! distance <Dis1> and <Angle>
   //! if the edge <E> has more than 2 adjacent faces
   Standard_EXPORT void AddDA(const Standard_Real Dis,
@@ -222,7 +222,7 @@ public:
                                          const math_Vector& Soldep) Standard_OVERRIDE;
 
   //! Methode, implemented in inheritants, calculates
-  //! the elements of construction of  the surface (fillet
+  //! the elements of construction of the surface (fillet
   //! or chamfer).
   Standard_EXPORT virtual Standard_Boolean PerformSurf(ChFiDS_SequenceOfSurfData&         Data,
                                                        const Handle(ChFiDS_ElSpine)&      Guide,
@@ -246,8 +246,8 @@ public:
                                                        Standard_Integer&                  Intf,
                                                        Standard_Integer& Intl) Standard_OVERRIDE;
 
-  //! Method, implemented in  the inheritants, calculates
-  //! the elements of construction of  the surface (fillet
+  //! Method, implemented in the inheritants, calculates
+  //! the elements of construction of the surface (fillet
   //! or chamfer) contact edge/face.
   Standard_EXPORT virtual void PerformSurf(ChFiDS_SequenceOfSurfData&         Data,
                                            const Handle(ChFiDS_ElSpine)&      Guide,
@@ -276,7 +276,7 @@ public:
                                            const math_Vector& Soldep) Standard_OVERRIDE;
 
   //! Method, implemented in inheritants, calculates
-  //! the elements of construction of  the surface (fillet
+  //! the elements of construction of the surface (fillet
   //! or chamfer) contact edge/face.
   Standard_EXPORT virtual void PerformSurf(ChFiDS_SequenceOfSurfData&         Data,
                                            const Handle(ChFiDS_ElSpine)&      Guide,
@@ -304,8 +304,8 @@ public:
                                            const Standard_Boolean             RecRst,
                                            const math_Vector& Soldep) Standard_OVERRIDE;
 
-  //! Method, implemented in  inheritants, calculates
-  //! the elements of construction of  the surface (fillet
+  //! Method, implemented in inheritants, calculates
+  //! the elements of construction of the surface (fillet
   //! or chamfer) contact edge/edge.
   Standard_EXPORT virtual void PerformSurf(ChFiDS_SequenceOfSurfData&         Data,
                                            const Handle(ChFiDS_ElSpine)&      Guide,
@@ -374,7 +374,7 @@ protected:
                                                        TopAbs_State&                      Pos1,
                                                        TopAbs_State& Pos2) const Standard_OVERRIDE;
 
-  //! computes  the  intersection of two chamfers on
+  //! computes the intersection of two chamfers on
   //! the vertex of index <Index> in myVDataMap.
   Standard_EXPORT void PerformTwoCorner(const Standard_Integer Index) Standard_OVERRIDE;
 
@@ -382,7 +382,7 @@ protected:
   //! the vertex of index <Index> in myVDataMap.
   Standard_EXPORT void PerformThreeCorner(const Standard_Integer Index) Standard_OVERRIDE;
 
-  //! extends  the spine  of  the Stripe  <S> at  the
+  //! extends the spine of the Stripe <S> at the
   //! extremity of the vertex <V>.
   Standard_EXPORT void ExtentOneCorner(const TopoDS_Vertex&         V,
                                        const Handle(ChFiDS_Stripe)& S) Standard_OVERRIDE;
index a64799fed5439060ddb8c7aac5f8907a8285aaa6..88c6b453560aa7190e824c35d6020c404a7c0ba0 100644 (file)
@@ -40,7 +40,7 @@ class TopoDS_Edge;
 class TopoDS_Shape;
 class TopoDS_Vertex;
 
-//! Tool  of  construction of  fillets 3d on  edges (on a solid).
+//! Tool of construction of fillets 3d on edges (on a solid).
 class ChFi3d_FilBuilder : public ChFi3d_Builder
 {
 public:
@@ -56,9 +56,9 @@ public:
   //! Returns the type of fillet surface.
   Standard_EXPORT ChFi3d_FilletShape GetFilletShape() const;
 
-  //! initialisation of  a contour with the first edge
-  //! (the following are found  by propagation).
-  //! Attention, you  need  to start  with  SetRadius.
+  //! initialisation of a contour with the first edge
+  //! (the following are found by propagation).
+  //! Attention, you need to start with SetRadius.
   Standard_EXPORT void Add(const TopoDS_Edge& E);
 
   //! initialisation of the constant vector the corresponding  1st  edge.
@@ -79,8 +79,8 @@ public:
   //! Reset all vectors of contour IC.
   Standard_EXPORT void ResetContour(const Standard_Integer IC);
 
-  //! Set a constant on edge E of  the contour of
-  //! index IC. Since  then  E is flagged as constant.
+  //! Set a constant on edge E of the contour of
+  //! index IC. Since then E is flagged as constant.
   Standard_EXPORT void SetRadius(const Standard_Real    Radius,
                                  const Standard_Integer IC,
                                  const TopoDS_Edge&     E);
@@ -88,16 +88,16 @@ public:
   //! Extracts the flag constant and the vector of edge E.
   Standard_EXPORT void UnSet(const Standard_Integer IC, const TopoDS_Edge& E);
 
-  //! Set a vector on vertex  V of  the contour of index IC.
+  //! Set a vector on vertex V of the contour of index IC.
   Standard_EXPORT void SetRadius(const Standard_Real    Radius,
                                  const Standard_Integer IC,
                                  const TopoDS_Vertex&   V);
 
-  //! Extracts the vector of  the vertex V.
+  //! Extracts the vector of the vertex V.
   Standard_EXPORT void UnSet(const Standard_Integer IC, const TopoDS_Vertex& V);
 
-  //! Set  a vertex on the point of parametre U in the edge IinC
-  //! of  the contour of index IC
+  //! Set a vertex on the point of parameter U in the edge IinC
+  //! of the contour of index IC
   Standard_EXPORT void SetRadius(const gp_XY&           UandR,
                                  const Standard_Integer IC,
                                  const Standard_Integer IinC);
@@ -108,21 +108,21 @@ public:
   //! Returns the vector if E is flagged as edge constant.
   Standard_EXPORT Standard_Real Radius(const Standard_Integer IC, const TopoDS_Edge& E);
 
-  //! Returns in First and Last  les extremities of  the
-  //! part of variable  vector framing E, returns
-  //! False  if  E is flagged as edge constant.
+  //! Returns in First and Last extremities of the
+  //! part of variable vector framing E, returns
+  //! False if E is flagged as edge constant.
   Standard_EXPORT Standard_Boolean GetBounds(const Standard_Integer IC,
                                              const TopoDS_Edge&     E,
                                              Standard_Real&         First,
                                              Standard_Real&         Last);
 
-  //! Returns the rule of  elementary  evolution of  the
-  //! part to  variable vector framing E, returns a
+  //! Returns the rule of elementary evolution of the
+  //! part to variable vector framing E, returns a
   //! rule zero if E is flagged as edge constant.
   Standard_EXPORT Handle(Law_Function) GetLaw(const Standard_Integer IC, const TopoDS_Edge& E);
 
-  //! Sets the rule of elementary evolution of  the
-  //! part to variable  vector framing E.
+  //! Sets the rule of elementary evolution of the
+  //! part to variable vector framing E.
   Standard_EXPORT void SetLaw(const Standard_Integer      IC,
                               const TopoDS_Edge&          E,
                               const Handle(Law_Function)& L);
@@ -250,7 +250,7 @@ protected:
                                                        TopAbs_State&                      Pos1,
                                                        TopAbs_State& Pos2) const Standard_OVERRIDE;
 
-  //! Method calculates the elements of construction of  the
+  //! Method calculates the elements of construction of the
   //! fillet (constant or evolutive).
   Standard_EXPORT Standard_Boolean PerformSurf(ChFiDS_SequenceOfSurfData&         SeqData,
                                                const Handle(ChFiDS_ElSpine)&      Guide,
@@ -358,8 +358,8 @@ protected:
                                            const Standard_Boolean             RecRst2,
                                            const math_Vector& Soldep) Standard_OVERRIDE;
 
-  //! Method to split an singular SurfData  in  several  non
-  //! singular  SurfData..
+  //! Method to split an singular SurfData in several non
+  //! singular SurfData..
   Standard_EXPORT void SplitSurf(ChFiDS_SequenceOfSurfData&    SeqData,
                                  const Handle(BRepBlend_Line)& line);
 
index ae55f75f1f5107d0895c8eeedb9350531d6acf3c..7d866a56a644eb52c06c91d431a9a8093a07f36d 100644 (file)
@@ -26,7 +26,7 @@
 #include <Standard_Real.hxx>
 class Geom_Curve;
 
-//! Searches   singularities on fillet.
+//! Searches singularities on fillet.
 //! F(t) = (C1(t) - C2(t)).(C1'(t) - C2'(t));
 class ChFi3d_SearchSing : public math_FunctionWithDerivative
 {
index 1507f739d611721ebf5a08dbdd0322bfeb6efc5a..775271a31dd36e96ebfc4b45e416fd5e2c1fa9c1 100644 (file)
@@ -26,8 +26,8 @@
 class ChFiDS_ChamfSpine;
 DEFINE_STANDARD_HANDLE(ChFiDS_ChamfSpine, ChFiDS_Spine)
 
-//! Provides  data specific to chamfers
-//! distances on  each  of faces.
+//! Provides data specific to chamfers
+//! distances on each of faces.
 class ChFiDS_ChamfSpine : public ChFiDS_Spine
 {
 
index 74ad438c574cc0d41fe444cca39c325c06af955c..0fc2a85f3e4adfbd0c4bb572a3cb6ae0e73d8dde 100644 (file)
@@ -28,9 +28,9 @@
 #include <Standard_Boolean.hxx>
 #include <TopAbs_Orientation.hxx>
 
-//! point    start/end of  fillet common  to  2 adjacent  filets
-//! and  to an edge on  one of 2 faces participating
-//! in  the construction of  the  fillet
+//! point start/end of fillet common to 2 adjacent filets
+//! and to an edge on one of 2 faces participating
+//! in the construction of the fillet
 class ChFiDS_CommonPoint
 {
 public:
@@ -65,7 +65,7 @@ public:
   //! a vertex or on an arc.
   void SetPoint(const gp_Pnt& thePoint) { point = thePoint; }
 
-  //! Set the output 3d  vector
+  //! Set the output 3d vector
   void SetVector(const gp_Vec& theVector)
   {
     hasvector = Standard_True;
@@ -123,10 +123,10 @@ public:
   //! Returns the 3d point
   const gp_Pnt& Point() const { return point; }
 
-  //! Returns TRUE if the output vector is  stored.
+  //! Returns TRUE if the output vector is stored.
   Standard_Boolean HasVector() const { return hasvector; }
 
-  //! Returns the output  3d vector
+  //! Returns the output 3d vector
   const gp_Vec& Vector() const
   {
     if (!hasvector)
index 7c7d8bd1c0d7129eee7c8735c92403044a6282a4..cf0c651f6a56420305ad7a3c37a89eb5b5c8631c 100644 (file)
@@ -43,7 +43,7 @@ class Geom_BSplineCurve;
 
 DEFINE_STANDARD_HANDLE(ChFiDS_ElSpine, Adaptor3d_Curve)
 
-//! Elementary  Spine for cheminements and approximations.
+//! Elementary Spine for cheminements and approximations.
 class ChFiDS_ElSpine : public Adaptor3d_Curve
 {
   DEFINE_STANDARD_RTTIEXT(ChFiDS_ElSpine, Adaptor3d_Curve)
@@ -68,8 +68,8 @@ public:
   Standard_EXPORT void Intervals(TColStd_Array1OfReal& T,
                                  const GeomAbs_Shape   S) const Standard_OVERRIDE;
 
-  //! Returns    a  curve equivalent   of  <me>  between
-  //! parameters <First>  and <Last>. <Tol>  is used  to
+  //! Returns a curve equivalent of <me> between
+  //! parameters <First> and <Last>. <Tol> is used to
   //! test for 3d points confusion.
   Standard_EXPORT virtual Handle(Adaptor3d_Curve) Trim(const Standard_Real First,
                                                        const Standard_Real Last,
index 6b89c81fe2558c5af7cd3cb5a30f3e84ebf3d261..e6a9d70d5b26ab2a47cbc73693501e71df6ab454 100644 (file)
@@ -31,8 +31,8 @@ class Law_Composite;
 class ChFiDS_FilSpine;
 DEFINE_STANDARD_HANDLE(ChFiDS_FilSpine, ChFiDS_Spine)
 
-//! Provides  data specific to  the fillets -
-//! vector or rule  of evolution (C2).
+//! Provides data specific to the fillets -
+//! vector or rule of evolution (C2).
 class ChFiDS_FilSpine : public ChFiDS_Spine
 {
 
@@ -47,10 +47,10 @@ public:
   //! initializes the constant vector on edge E.
   Standard_EXPORT void SetRadius(const Standard_Real Radius, const TopoDS_Edge& E);
 
-  //! resets the constant vector  on   edge E.
+  //! resets the constant vector on edge E.
   Standard_EXPORT void UnSetRadius(const TopoDS_Edge& E);
 
-  //! initializes the  vector on Vertex V.
+  //! initializes the vector on Vertex V.
   Standard_EXPORT void SetRadius(const Standard_Real Radius, const TopoDS_Vertex& V);
 
   //! resets the vector on Vertex V.
index 7de168e11dffe52877fa8e0f3c73c6fe568e6e01..2ff35b0edb682f9ab884ab65c81d303eecf121b7 100644 (file)
@@ -37,7 +37,7 @@ public:
   Standard_EXPORT ChFiDS_Map();
 
   //! Fills the map with the subshapes of type T1 as keys
-  //! and the list of ancestors  of type T2 as items.
+  //! and the list of ancestors of type T2 as items.
   Standard_EXPORT void Fill(const TopoDS_Shape&    S,
                             const TopAbs_ShapeEnum T1,
                             const TopAbs_ShapeEnum T2);
index 10ceb11bf8a786fb58a2de6e580f8b7bac1d92d6..dcf0f8af581333cfc1b1b41cbd5b5fd29a0b63c6 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <Standard_Boolean.hxx>
 
-//! Storage of  a curve  and its 2 faces or surfaces of  support.
+//! Storage of a curve and its 2 faces or surfaces of support.
 class ChFiDS_Regul
 {
 public:
index 2d111bd2f2b9233c02128e1cd949f85cb2df12cd..eb79c8d42e89aeadc47b48fa8c3b9b41d8206d1d 100644 (file)
@@ -58,8 +58,8 @@ DEFINE_STANDARD_HANDLE(ChFiDS_Spine, Standard_Transient)
 //! information about the nature of extremities
 //! of the fillet ( on free border , on section or closed ).
 //!
-//! IMPORTANT NOTE  :    the guideline
-//! represented in this way is not C2, although the path
+//! IMPORTANT NOTE: the guideline represented
+//! in this way is not C2, although the path
 //! claims it. Several palliative workarounds
 //! (see the methods at the end) are planned,
 //! but they are not enough. It is necessary to change
@@ -93,11 +93,11 @@ public:
   const TopoDS_Edge& OffsetEdges(const Standard_Integer I) const;
 
   //! stores if the start of a set of edges starts on a
-  //! section of free border or forms  a closed contour
+  //! section of free border or forms a closed contour
   void SetFirstStatus(const ChFiDS_State S);
 
   //! stores if the end of a set of edges starts on a
-  //! section of free border or forms  a closed contour
+  //! section of free border or forms a closed contour
   void SetLastStatus(const ChFiDS_State S);
 
   Standard_EXPORT virtual void AppendElSpine(const Handle(ChFiDS_ElSpine)& Els);
@@ -207,7 +207,7 @@ public:
   //! sets the type of concavity in the connection
   void SetTypeOfConcavity(const ChFiDS_TypeOfConcavity theType);
 
-  //! returns   if the  set  of  edges starts (or   end) on
+  //! returns if the set of edges starts (or end) on
   //! Tangency point.
   Standard_Boolean IsTangencyExtremity(const Standard_Boolean IsFirst) const;
 
@@ -230,8 +230,8 @@ public:
   //! set a parameter reference for the approx.
   Standard_EXPORT void SetReference(const Standard_Real W);
 
-  //! set  a  parameter  reference  for  the approx,  at the
-  //! middle  of edge I.
+  //! set a parameter reference for the approx, at the
+  //! middle of edge I.
   Standard_EXPORT void SetReference(const Standard_Integer I);
 
   Standard_EXPORT Standard_Integer Index(const Standard_Real    W,
index e77e3b6c94076cc408519bd72346ff6d49f136f3..53485bba81d936a976cbe4591371aa2c4b1b114b 100644 (file)
 #ifndef _ChFiDS_State_HeaderFile
 #define _ChFiDS_State_HeaderFile
 
-//! This enum describe the  different kinds of extremities
-//! of   a   fillet.   OnSame,   Ondiff and  AllSame   are
-//! particular cases of BreakPoint   for a corner   with 3
+//! This enum describe the different kinds of extremities
+//! of a fillet. OnSame, Ondiff and AllSame are
+//! particular cases of BreakPoint for a corner with 3
 //! edges and three faces :
-//! - AllSame means that  the three concavities are on the
+//! - AllSame means that the three concavities are on the
 //! same side of the Shape,
-//! - OnDiff  means  that the  edge of  the  fillet  has a
+//! - OnDiff means that the edge of the fillet has a
 //! concave side different than the two other edges,
-//! - OnSame  means  that the  edge of  the  fillet  has a
+//! - OnSame means that the edge of the fillet has a
 //! concave side different than one of the two other edges
 //! and identical to the third edge.
 enum ChFiDS_State
index 8c154b1769de8f67900036d41dcd953a03a7eb35..c9dff62c48b1bf20b9761f5fe9d4cc339d05c542 100644 (file)
@@ -30,7 +30,7 @@
 class ChFiDS_SurfData;
 DEFINE_STANDARD_HANDLE(ChFiDS_SurfData, Standard_Transient)
 
-//! data structure for all information related to  the
+//! data structure for all information related to the
 //! fillet and to 2 faces vis a vis
 class ChFiDS_SurfData : public Standard_Transient
 {
@@ -98,12 +98,12 @@ public:
 
   Standard_EXPORT Standard_Integer Index(const Standard_Integer OfS) const;
 
-  //! returns one of the four vertices  whether First is true
+  //! returns one of the four vertices whether First is true
   //! or wrong and OnS equals 1 or 2.
   Standard_EXPORT const ChFiDS_CommonPoint& Vertex(const Standard_Boolean First,
                                                    const Standard_Integer OnS) const;
 
-  //! returns one of the four vertices  whether First is true
+  //! returns one of the four vertices whether First is true
   //! or wrong and OnS equals 1 or 2.
   Standard_EXPORT ChFiDS_CommonPoint& ChangeVertex(const Standard_Boolean First,
                                                    const Standard_Integer OnS);
index 0ba0cc614e845e552e5e1b460241a8e596c380f1..00a7cc911ccf9d16d7d8a648fea170a2bc98f913 100644 (file)
@@ -25,8 +25,8 @@ class ChFiDS_SurfData;
 class ChFiDS_Spine;
 class gp_Pnt2d;
 
-//! Methodes de classe   permettant de  remplir    une
-//! SurfData dans  les cas  particuliers  de  conges
+//! Methodes de classe permettant de remplir une
+//! SurfData dans les cas particuliers de conges
 //! suivants:
 //! - cylindre entre 2 surfaces planes,
 //! - tore/sphere entre un plan et un cylindre othogonal,
index e7cf3fd88a3da5d9b13a4475d47696463210b2a6..811b9661362f4b4218656f5f0e5749345a6f6fb4 100644 (file)
@@ -35,10 +35,10 @@ class Geom_Curve;
 class Geom2d_Curve;
 class Geom_TrimmedCurve;
 
-//! API giving the  following  geometric information about fillets
+//! API giving the following geometric information about fillets
 //! list of corresponding NUBS surfaces
 //! for each surface:
-//! the 2  support faces
+//! the 2 support faces
 //! on each face: the 3d curve and the corresponding 2d curve
 //! the 2d curves on the fillet
 //! status of start and end section of the fillet
@@ -48,8 +48,8 @@ class FilletSurf_Builder
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! initialize  of the information  necessary for  the
-  //! computation of  the fillet on the
+  //! initialize of the information necessary for the
+  //! computation of the fillet on the
   //! Shape S from a list of edges E and a radius R.
   //!
   //! Ta is the angular tolerance
@@ -62,7 +62,7 @@ public:
                                      const Standard_Real         Tapp3d = 1.0e-4,
                                      const Standard_Real         Tapp2d = 1.0e-5);
 
-  //! ---Purpose computation  of the fillet (list of NUBS)
+  //! ---Purpose computation of the fillet (list of NUBS)
   Standard_EXPORT void Perform();
 
   Standard_EXPORT void Simulate();
@@ -74,55 +74,55 @@ public:
   //! IsPartial: the result is partial
   Standard_EXPORT FilletSurf_StatusDone IsDone() const;
 
-  //! gives    information     about   error   status     if
+  //! gives information about error status if
   //! IsDone=IsNotOk
   //! returns
   //! EdgeNotG1: the edges are not G1
   //! FacesNotG1 : two connected faces on a same support are
-  //! not  G1
-  //! EdgeNotOnShape: the  edge   is  not on  shape
-  //! NotSharpEdge: the  edge is not sharp
+  //! not G1
+  //! EdgeNotOnShape: the edge is not on shape
+  //! NotSharpEdge: the edge is not sharp
   //! PbFilletCompute: problem during the computation of the fillet
   Standard_EXPORT FilletSurf_ErrorTypeStatus StatusError() const;
 
-  //! gives the number of NUBS surfaces  of the Fillet.
+  //! gives the number of NUBS surfaces of the Fillet.
   Standard_EXPORT Standard_Integer NbSurface() const;
 
   //! gives the NUBS surface of index Index.
   Standard_EXPORT const Handle(Geom_Surface)& SurfaceFillet(const Standard_Integer Index) const;
 
-  //! gives  the  3d  tolerance reached during approximation
+  //! gives the 3d tolerance reached during approximation
   //! of surface of index Index
   Standard_EXPORT Standard_Real TolApp3d(const Standard_Integer Index) const;
 
-  //! gives the first support  face relative to SurfaceFillet(Index);
+  //! gives the first support face relative to SurfaceFillet(Index);
   Standard_EXPORT const TopoDS_Face& SupportFace1(const Standard_Integer Index) const;
 
-  //! gives the second support  face relative to SurfaceFillet(Index);
+  //! gives the second support face relative to SurfaceFillet(Index);
   Standard_EXPORT const TopoDS_Face& SupportFace2(const Standard_Integer Index) const;
 
-  //! gives  the 3d curve  of SurfaceFillet(Index)  on SupportFace1(Index)
+  //! gives the 3d curve of SurfaceFillet(Index) on SupportFace1(Index)
   Standard_EXPORT const Handle(Geom_Curve)& CurveOnFace1(const Standard_Integer Index) const;
 
-  //! gives the     3d  curve of  SurfaceFillet(Index) on SupportFace2(Index)
+  //! gives the 3d curve of SurfaceFillet(Index) on SupportFace2(Index)
   Standard_EXPORT const Handle(Geom_Curve)& CurveOnFace2(const Standard_Integer Index) const;
 
-  //! gives the  PCurve associated to CurvOnSup1(Index)  on the support face
+  //! gives the PCurve associated to CurvOnSup1(Index) on the support face
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurveOnFace1(const Standard_Integer Index) const;
 
   //! gives the PCurve associated to CurveOnFace1(Index) on the Fillet
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurve1OnFillet(const Standard_Integer Index) const;
 
-  //! gives the PCurve  associated to CurveOnSup2(Index) on  the  support face
+  //! gives the PCurve associated to CurveOnSup2(Index) on the support face
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurveOnFace2(const Standard_Integer Index) const;
 
-  //! gives the PCurve  associated to CurveOnSup2(Index) on  the  fillet
+  //! gives the PCurve associated to CurveOnSup2(Index) on the fillet
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurve2OnFillet(const Standard_Integer Index) const;
 
-  //! gives the parameter of the fillet  on the first edge.
+  //! gives the parameter of the fillet on the first edge.
   Standard_EXPORT Standard_Real FirstParameter() const;
 
-  //! gives the  parameter of the fillet  on the last edge
+  //! gives the parameter of the fillet on the last edge
   Standard_EXPORT Standard_Real LastParameter() const;
 
   Standard_EXPORT FilletSurf_StatusType StartSectionStatus() const;
index 1e8a41e9108e182c642494b6aef0f482a64a01fc..621050bb5da28fafab3b78ccb44f71b8a17eb57e 100644 (file)
@@ -35,7 +35,7 @@ class Geom_TrimmedCurve;
 class TopoDS_Shape;
 class TopoDS_Face;
 
-//! This class is private. It is  used by the class Builder
+//! This class is private. It is used by the class Builder
 //! from FilletSurf. It computes geometric information about fillets.
 class FilletSurf_InternalBuilder : public ChFi3d_FilBuilder
 {
@@ -53,52 +53,52 @@ public:
   //! 1 : empty list
   //! 2 : the edges are not G1
   //! 3 : two connected faces on a same support are not G1
-  //! 4 : the  edge   is  not on  shape
-  //! 5 :  NotSharpEdge: the  edge is not sharp
+  //! 4 : the edge is not on shape
+  //! 5 : NotSharpEdge: the edge is not sharp
   Standard_EXPORT Standard_Integer Add(const TopTools_ListOfShape& E, const Standard_Real R);
 
   Standard_EXPORT void Perform();
 
   Standard_EXPORT Standard_Boolean Done() const;
 
-  //! gives the number of NUBS surfaces  of the Fillet.
+  //! gives the number of NUBS surfaces of the Fillet.
   Standard_EXPORT Standard_Integer NbSurface() const;
 
   //! gives the NUBS surface of index Index.
   Standard_EXPORT const Handle(Geom_Surface)& SurfaceFillet(const Standard_Integer Index) const;
 
-  //! gives  the  3d  tolerance reached during approximation
+  //! gives the 3d tolerance reached during approximation
   //! of the surface of index Index
   Standard_EXPORT Standard_Real TolApp3d(const Standard_Integer Index) const;
 
-  //! gives the first support  face relative to SurfaceFillet(Index);
+  //! gives the first support face relative to SurfaceFillet(Index);
   Standard_EXPORT const TopoDS_Face& SupportFace1(const Standard_Integer Index) const;
 
-  //! gives the second support  face relative to SurfaceFillet(Index);
+  //! gives the second support face relative to SurfaceFillet(Index);
   Standard_EXPORT const TopoDS_Face& SupportFace2(const Standard_Integer Index) const;
 
-  //! gives  the 3d curve  of SurfaceFillet(Index)  on SupportFace1(Index)
+  //! gives the 3d curve of SurfaceFillet(Index) on SupportFace1(Index)
   Standard_EXPORT const Handle(Geom_Curve)& CurveOnFace1(const Standard_Integer Index) const;
 
-  //! gives the     3d  curve of  SurfaceFillet(Index) on SupportFace2(Index)
+  //! gives the 3d curve of SurfaceFillet(Index) on SupportFace2(Index)
   Standard_EXPORT const Handle(Geom_Curve)& CurveOnFace2(const Standard_Integer Index) const;
 
-  //! gives the  PCurve associated to CurvOnSup1(Index)  on the support face
+  //! gives the PCurve associated to CurvOnSup1(Index) on the support face
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurveOnFace1(const Standard_Integer Index) const;
 
   //! gives the PCurve associated to CurveOnFace1(Index) on the Fillet
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurve1OnFillet(const Standard_Integer Index) const;
 
-  //! gives the PCurve  associated to CurveOnSup2(Index) on  the  support face
+  //! gives the PCurve associated to CurveOnSup2(Index) on the support face
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurveOnFace2(const Standard_Integer Index) const;
 
-  //! gives the PCurve  associated to CurveOnSup2(Index) on  the  fillet
+  //! gives the PCurve associated to CurveOnSup2(Index) on the fillet
   Standard_EXPORT const Handle(Geom2d_Curve)& PCurve2OnFillet(const Standard_Integer Index) const;
 
-  //! gives the parameter of the fillet  on the first edge.
+  //! gives the parameter of the fillet on the first edge.
   Standard_EXPORT Standard_Real FirstParameter() const;
 
-  //! gives the  parameter of the fillet  on the last edge
+  //! gives the parameter of the fillet on the last edge
   Standard_EXPORT Standard_Real LastParameter() const;
 
   Standard_EXPORT FilletSurf_StatusType StartSectionStatus() const;
@@ -114,7 +114,7 @@ public:
                                Handle(Geom_TrimmedCurve)& Circ) const;
 
 protected:
-  //! This  method calculates the elements of construction of the
+  //! This method calculates the elements of construction of the
   //! fillet (constant or evolutive).
   Standard_EXPORT virtual Standard_Boolean PerformSurf(ChFiDS_SequenceOfSurfData&         SeqData,
                                                        const Handle(ChFiDS_ElSpine)&      Guide,
index 1471c8ec57c650906c48020893edbb93e15e92b8..ecd71dd6392e161d0b492e819196cf3afa2e4f80 100644 (file)
@@ -40,7 +40,7 @@ class FairCurve_Batten
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Constructor  with the two points and the geometrical
+  //! Constructor with the two points and the geometrical
   //! characteristics of the batten (elastic beam)
   //! Height is the height of the deformation, and Slope is the
   //! slope value, initialized at 0. The user can then supply the
@@ -132,8 +132,8 @@ public:
   void SetAngle2(const Standard_Real Angle2);
 
   //! Allows you to change the height of the deformation.
-  //! Raises  NegativeValue; -- if  Height <= 0
-  //! if  Height <= 0
+  //! Raises NegativeValue; -- if Height <= 0
+  //! if Height <= 0
   void SetHeight(const Standard_Real Height);
 
   //! Allows you to set the slope value, Slope.
@@ -213,7 +213,7 @@ public:
   //! Prints on the stream o information on the current state
   //! of the object.
   //!
-  //! Private methodes  --------------------------------------
+  //! Private methodes --------------------------------------
   Standard_EXPORT virtual void Dump(Standard_OStream& o) const;
 
 protected:
@@ -225,8 +225,8 @@ protected:
                                         const Standard_Real A1,
                                         const Standard_Real A2) const;
 
-  //! Returns the effective geometrical constraints at  the
-  //! last batten  computation.  This effectives values may
+  //! Returns the effective geometrical constraints at the
+  //! last batten computation. This effectives values may
   //! be not equal with the wanted values if
   //! - if the value is "free"
   //! - in the case of incomplete computation : collapse,
index 214ce71682118189816eaf4ae4e51333ecb231ef..2743f24c719ae2cce302daa5910671e89e2db65b 100644 (file)
@@ -32,8 +32,8 @@ public:
   DEFINE_STANDARD_ALLOC
 
   //! Constructor of linear batten with
-  //! Heigth : the Heigth at the middle point
-  //! Slope  : the geometric slope of the batten
+  //! Heigth  : the Heigth at the middle point
+  //! Slope   : the geometric slope of the batten
   //! Sliding : Active Length of the batten without extension
   Standard_EXPORT FairCurve_BattenLaw(const Standard_Real Heigth,
                                       const Standard_Real Slope,
@@ -48,8 +48,8 @@ public:
   //! Change the value of the geometric slope.
   void SetSlope(const Standard_Real Slope);
 
-  //! computes the value of  the heigth for the parameter T
-  //! on  the neutral fibber
+  //! computes the value of the heigth for the parameter T
+  //! on the neutral fibber
   virtual Standard_Boolean Value(const Standard_Real T, Standard_Real& THeigth) Standard_OVERRIDE;
 
 protected:
index eb5352bac0033cea35d445995c42c97818444c8c..26fad7c8db04c75d48fea2d7aa95b851a4b75158 100644 (file)
@@ -60,9 +60,9 @@ public:
                                                   Standard_Real&     E,
                                                   math_Vector&       G) Standard_OVERRIDE;
 
-  //! computes the Energy  <E>, the gradient <G> and the
-  //! Hessian   <H> of  the  energy  for  the   variable <X>.
-  //! Returns   True  if    the  computation   was  done
+  //! computes the Energy <E>, the gradient <G> and the
+  //! Hessian <H> of the energy for the variable <X>.
+  //! Returns True if the computation was done
   //! successfully, False otherwise.
   Standard_EXPORT virtual Standard_Boolean Values(const math_Vector& X,
                                                   Standard_Real&     E,
@@ -72,7 +72,7 @@ public:
   //! compute the variables <X> which correspond with the field <MyPoles>
   Standard_EXPORT virtual Standard_Boolean Variable(math_Vector& X) const;
 
-  //! return  the  poles
+  //! return the poles
   const Handle(TColgp_HArray1OfPnt2d)& Poles() const;
 
 protected:
@@ -94,7 +94,7 @@ protected:
   //! It is use internally to make the Hessian Matrix <H>
   Standard_EXPORT void Hessian1(const math_Vector& TheVector, math_Matrix& H);
 
-  //! compute  the  poles which correspond with the variable X
+  //! compute the poles which correspond with the variable X
   Standard_EXPORT virtual void ComputePoles(const math_Vector& X);
 
   Standard_Integer Indice(const Standard_Integer i, const Standard_Integer j) const;
index 62c900eebdc9dbbdd0d10c9017cd0d0e6a3f31ba..891e9ae09e10d0e4bc42b3e0d73fd6d774c0d159 100644 (file)
@@ -55,17 +55,17 @@ public:
                                            const Standard_Real    Angle1      = 0,
                                            const Standard_Real    Angle2      = 0);
 
-  //! return  the  lengthSliding = P1P2 + Sliding
+  //! return the lengthSliding = P1P2 + Sliding
   Standard_Real LengthSliding() const;
 
-  //! return  the status
+  //! return the status
   FairCurve_AnalysisCode Status() const;
 
   //! compute the variables <X> which correspond with the field <MyPoles>
   Standard_EXPORT virtual Standard_Boolean Variable(math_Vector& X) const Standard_OVERRIDE;
 
 protected:
-  //! compute  the  poles which correspond with the variable X
+  //! compute the poles which correspond with the variable X
   Standard_EXPORT virtual void ComputePoles(const math_Vector& X) Standard_OVERRIDE;
 
   //! compute the energy in intermediate format
index 6d790e899547711180aaf136bc205bb38e1037df..9e023290e874757f343013e98d4ef6c1249d3df9 100644 (file)
@@ -58,10 +58,10 @@ public:
                                         const Standard_Real    Curvature1  = 0,
                                         const Standard_Real    Curvature2  = 0);
 
-  //! return  the  lengthSliding = P1P2 + Sliding
+  //! return the lengthSliding = P1P2 + Sliding
   Standard_Real LengthSliding() const;
 
-  //! return  the status
+  //! return the status
   FairCurve_AnalysisCode Status() const;
 
   //! compute the variables <X> which correspond with the field <MyPoles>
index f0603a267b59a9c0f4a7b221c8038c4e5e0b99f9..342157856f93357a6a173229bf2b8306bf354f1b 100644 (file)
@@ -38,7 +38,7 @@ class FairCurve_MinimalVariation : public FairCurve_Batten
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Constructs the two contact points P1 and P2  and the geometrical
+  //! Constructs the two contact points P1 and P2 and the geometrical
   //! characteristics of the batten (elastic beam)
   //! These include the real number values for height of
   //! deformation Height, slope value Slope, and kind of
@@ -82,7 +82,7 @@ public:
   //! 0 is only "Jerk" Energy
   //! 1 is only "Sagging" Energy like batten
   //! Warning: if Ratio is 1 it is impossible to impose curvature constraints.
-  //! Raises  DomainError if Ratio < 0 or Ratio > 1
+  //! Raises DomainError if Ratio < 0 or Ratio > 1
   void SetPhysicalRatio(const Standard_Real Ratio);
 
   //! Computes the curve with respect to the constraints,
index 8ac299b1d694a3673d849cd537b49b07ed35924a..3b795d2ad35794605cdde2f0375baf62d46eb8a3 100644 (file)
@@ -175,7 +175,7 @@ public:
   //! Returns True if the solution number Index is equal to
   //! the second argument. Raises OutOfRange if Index is greater than the number
   //! of solutions.
-  //! It raises NotDone if the construction algorithm did not  succeed.
+  //! It raises NotDone if the construction algorithm did not succeed.
   Standard_EXPORT Standard_Boolean IsTheSame2(const Standard_Integer Index) const;
 
 protected:
index 58b5b988d98ec686ff2525ebde55946a36213ced..4ab46c8f5d6edc57252bfb2d547b75c8a24abc54 100644 (file)
@@ -48,7 +48,7 @@ public:
   Standard_EXPORT Standard_Boolean IsDone() const;
 
   //! This method returns the number of solutions.
-  //! Raises NotDone if the construction algorithm  didn't succeed.
+  //! Raises NotDone if the construction algorithm didn't succeed.
   Standard_EXPORT Standard_Integer NbSolutions() const;
 
   //! Returns the solution number Index
index 62ce22ce4e8470efbb5f30e1218450be40523390..c58f3cfc0991c7eed016dee08516d8b9d80b7b7f 100644 (file)
@@ -138,7 +138,7 @@ public:
   //! Be careful: the Index is only a way to get all the
   //! solutions, but is not associated to these outside the
   //! context of the algorithm-object.
-  //! Raises NotDone if the construction algorithm  didn't succeed.
+  //! Raises NotDone if the construction algorithm didn't succeed.
   //! It raises OutOfRange if Index is greater than the
   //! number of solutions
   Standard_EXPORT gp_Circ2d ThisSolution(const Standard_Integer Index) const;
@@ -180,7 +180,7 @@ public:
   //! ParArg is the intrinsic parameter of the point on
   //! the argument curv.
   //! PntSol is the center point of the solution curv.
-  //! Raises NotDone if the construction algorithm  didn't succeed.
+  //! Raises NotDone if the construction algorithm didn't succeed.
   //! It raises OutOfRange if Index is greater than the
   //! number of solutions.
   Standard_EXPORT void CenterOn3(const Standard_Integer Index,
@@ -189,7 +189,7 @@ public:
 
   //! Returns True if the solution number Index is equal to
   //! the first argument and False in the other cases.
-  //! Raises NotDone if the construction algorithm  didn't succeed.
+  //! Raises NotDone if the construction algorithm didn't succeed.
   //! It raises OutOfRange if Index is greater than the
   //! number of solutions.
   Standard_EXPORT Standard_Boolean IsTheSame1(const Standard_Integer Index) const;
index 47bccefcf1a19e08e335ea2f3886d139e978c89b..69b1fd062f6e3c0c1091e6331c5443b6b35eb420 100644 (file)
@@ -75,7 +75,7 @@ public:
 
   //! Returns information about the intersection point between
   //! the result number Index and the first argument.
-  //! Raises NotDone if the construction algorithm  didn't succeed.
+  //! Raises NotDone if the construction algorithm didn't succeed.
   //! It raises OutOfRange if Index is greater than the
   //! number of solutions.
   Standard_EXPORT void Intersection1(const Standard_Integer Index,
index 847e922f97dd80be2b268a08a6c600510b4efde4..d0a46191e25cdd78a53f927ddba1184b01a511e2 100644 (file)
@@ -66,7 +66,7 @@ public:
   //! its numeric limits.
   Standard_EXPORT Standard_Boolean IsDone() const;
 
-  //! Returns the number of  of lines, representing solutions computed by this algorithm.
+  //! Returns the number of lines, representing solutions computed by this algorithm.
   //! Raises NotDone if the construction algorithm didn't succeed.
   Standard_EXPORT Standard_Integer NbSolutions() const;
 
@@ -75,7 +75,7 @@ public:
   //! solutions, but is not associated to these outside the
   //! context of the algorithm-object.
   //! raises NotDone if the construction algorithm didn't succeed.
-  //! It raises OutOfRange if Index is greater than the   number of solutions.
+  //! It raises OutOfRange if Index is greater than the number of solutions.
   Standard_EXPORT gp_Lin2d ThisSolution(const Standard_Integer Index) const;
 
   //! Returns the qualifier Qualif1 of the tangency argument
@@ -101,7 +101,7 @@ public:
   //! ParArg is the intrinsic parameter of the point ParArg on
   //! the argument curv. Raises NotDone if the construction algorithm
   //! didn't succeed.
-  //! It raises OutOfRange if Index is greater than the  number of solutions.
+  //! It raises OutOfRange if Index is greater than the number of solutions.
   Standard_EXPORT void Tangency1(const Standard_Integer Index,
                                  Standard_Real&         ParSol,
                                  Standard_Real&         ParArg,
@@ -109,7 +109,7 @@ public:
 
   //! Returns information about the intersection between the
   //! result number Index and the third argument.
-  //! Raises NotDone if the construction algorithm  didn't succeed.
+  //! Raises NotDone if the construction algorithm didn't succeed.
   //! It raises OutOfRange if Index is greater than the number of solutions.
   Standard_EXPORT void Intersection2(const Standard_Integer Index,
                                      Standard_Real&         ParSol,
index 507d33e4581f251a3f674a4463468b40960f216d..244cfcd7bbdb6b2e5b7e00526fdb975a4175cc97 100644 (file)
@@ -63,7 +63,7 @@ public:
   Standard_EXPORT Standard_Boolean IsDone() const;
 
   //! Returns the number of solutions.
-  //! Raises NotDone if the construction algorithm  didn't succeed.
+  //! Raises NotDone if the construction algorithm didn't succeed.
   Standard_EXPORT Standard_Integer NbSolutions() const;
 
   //! Returns the solution number Index and raises OutOfRange
index c5f13751a0ab00c84019fe952c835ec9f8f68344..d8caaa5dc44a1dd5d83899db1c227760c67b74e4 100644 (file)
@@ -31,7 +31,7 @@
 //! construction algorithm using the qualified circle (as an argument):
 //! -   encloses the circle, or
 //! -   is enclosed by the circle, or
-//! -   is built so that both the circle and it are external to   one another, or
+//! -   is built so that both the circle and it are external to one another, or
 //! -   is undefined (all solutions apply).
 class GccEnt_QualifiedCirc
 {
index 7e1a097f46b35679f9a7d8c915d0d3a4660add62..a5689e5ff126272209ea83f945a5f38b8408bd2b 100644 (file)
@@ -27,10 +27,10 @@ class Geom2d_Curve;
 class gp_Pnt2d;
 
 //! This class implements methods for computing
-//! -       the intersections between  two 2D curves,
-//! -       the self-intersections of a  2D curve.
+//! -       the intersections between two 2D curves,
+//! -       the self-intersections of a 2D curve.
 //! Using the InterCurveCurve algorithm allows to get the following results:
-//! -      intersection points in the  case of cross intersections,
+//! -      intersection points in the case of cross intersections,
 //! -      intersection segments in the case of tangential intersections,
 //! -       nothing in the case of no intersections.
 class Geom2dAPI_InterCurveCurve
index 353d99bebbac4dd0c33365a5579e9a889ddce8e9..e2018c6d99549d130bcbfc6e4cc576bc0505225f 100644 (file)
 class Geom2d_BSplineCurve;
 class gp_Vec2d;
 
-//! This  class  is  used  to  interpolate a  BsplineCurve
-//! passing   through  an  array  of  points,  with  a  C2
+//! This class is used to interpolate a BsplineCurve
+//! passing through an array of points, with a C2
 //! Continuity if tangency is not requested at the point.
 //! If tangency is requested at the point the continuity will
-//! be C1.  If Perodicity is requested the curve will be closed
+//! be C1. If Perodicity is requested the curve will be closed
 //! and the junction will be the first point given. The curve will than be only C1
 //! The curve is defined by a table of points through which it passes, and if required
 //! by a parallel table of reals which gives the value of the parameter of each point through
@@ -98,7 +98,7 @@ public:
   //! computation is successful, and then the function Curve to obtain the result.
   Standard_EXPORT void Perform();
 
-  //! Returns the computed BSpline curve. Raises  StdFail_NotDone if the interpolation fails.
+  //! Returns the computed BSpline curve. Raises StdFail_NotDone if the interpolation fails.
   Standard_EXPORT const Handle(Geom2d_BSplineCurve)& Curve() const;
   Standard_EXPORT                                    operator Handle(Geom2d_BSplineCurve)() const;
 
index 70c9667aae1d185c43f68bf34d6694367e6d28d3..fe94f30a90dff2b298b373b70c8d4cf373ca1c38 100644 (file)
@@ -28,8 +28,8 @@
 #include <Approx_ParametrizationType.hxx>
 class Geom2d_BSplineCurve;
 
-//! This  class  is  used  to  approximate a  BsplineCurve
-//! passing  through an  array  of points,  with  a  given
+//! This class is used to approximate a BsplineCurve
+//! passing through an array of points, with a given
 //! Continuity.
 //! Describes functions for building a 2D BSpline
 //! curve which approximates a set of points.
@@ -46,11 +46,11 @@ public:
   //! Use an Init function to define and build the BSpline curve.
   Standard_EXPORT Geom2dAPI_PointsToBSpline();
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT Geom2dAPI_PointsToBSpline(const TColgp_Array1OfPnt2d& Points,
@@ -59,23 +59,23 @@ public:
                                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                                             const Standard_Real         Tol2D      = 1.0e-6);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  Of coordinates :
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. Of coordinates :
   //!
   //! X = X0 + DX * (i-YValues.Lower())
   //! Y = YValues(i)
   //!
   //! With i in the range YValues.Lower(), YValues.Upper()
   //!
-  //! The BSpline will be parametrized  from t = X0 to
+  //! The BSpline will be parametrized from t = X0 to
   //! X0 + DX * (YValues.Upper() - YValues.Lower())
   //!
   //! And will satisfy X(t) = t
   //!
-  //! The resulting BSpline will  have
+  //! The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT Geom2dAPI_PointsToBSpline(const TColStd_Array1OfReal& YValues,
@@ -86,11 +86,11 @@ public:
                                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                                             const Standard_Real         Tol2D      = 1.0e-6);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT Geom2dAPI_PointsToBSpline(const TColgp_Array1OfPnt2d&      Points,
@@ -100,13 +100,13 @@ public:
                                             const GeomAbs_Shape Continuity          = GeomAbs_C2,
                                             const Standard_Real Tol2D               = 1.0e-3);
 
-  //! Approximate  a  BSpline  Curve  passing through an
-  //! array of Point,  which parameters are given by the
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point, which parameters are given by the
   //! array <Parameters>.
-  //! The resulting  BSpline   will have the   following
+  //! The resulting BSpline will have the following
   //! properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT Geom2dAPI_PointsToBSpline(const TColgp_Array1OfPnt2d& Points,
@@ -116,7 +116,7 @@ public:
                                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                                             const Standard_Real         Tol2D      = 1.0e-3);
 
-  //! Approximate a BSpline Curve  passing through an
+  //! Approximate a BSpline Curve passing through an
   //! array of Point using variational smoothing algorithm,
   //! which tries to minimize additional criterium:
   //! Weight1*CurveLength + Weight2*Curvature + Weight3*Torsion
@@ -128,11 +128,11 @@ public:
                                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                                             const Standard_Real         Tol3D      = 1.0e-3);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT void Init(const TColgp_Array1OfPnt2d& Points,
@@ -141,23 +141,23 @@ public:
                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                             const Standard_Real         Tol2D      = 1.0e-6);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  Of coordinates :
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. Of coordinates :
   //!
   //! X = X0 + DX * (i-YValues.Lower())
   //! Y = YValues(i)
   //!
   //! With i in the range YValues.Lower(), YValues.Upper()
   //!
-  //! The BSpline will be parametrized  from t = X0 to
+  //! The BSpline will be parametrized from t = X0 to
   //! X0 + DX * (YValues.Upper() - YValues.Lower())
   //!
   //! And will satisfy X(t) = t
   //!
-  //! The resulting BSpline will  have
+  //! The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT void Init(const TColStd_Array1OfReal& YValues,
@@ -168,11 +168,11 @@ public:
                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                             const Standard_Real         Tol2D      = 1.0e-6);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT void Init(const TColgp_Array1OfPnt2d&      Points,
@@ -182,13 +182,13 @@ public:
                             const GeomAbs_Shape              Continuity = GeomAbs_C2,
                             const Standard_Real              Tol2D      = 1.0e-3);
 
-  //! Approximate  a  BSpline  Curve  passing through an
-  //! array of Point,  which parameters are given by the
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point, which parameters are given by the
   //! array <Parameters>.
-  //! The resulting  BSpline   will have the   following
+  //! The resulting BSpline will have the following
   //! properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol2D
   Standard_EXPORT void Init(const TColgp_Array1OfPnt2d& Points,
@@ -198,7 +198,7 @@ public:
                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                             const Standard_Real         Tol2D      = 1.0e-3);
 
-  //! Approximate a BSpline Curve  passing through an
+  //! Approximate a BSpline Curve passing through an
   //! array of Point using variational smoothing algorithm,
   //! which tries to minimize additional criterium:
   //! Weight1*CurveLength + Weight2*Curvature + Weight3*Torsion
index c118c0ae083897cfa7f47b83055932597a3facb7..48b7a3bd47cf84a71a40de0a9d3b9a0320e1a880 100644 (file)
@@ -38,13 +38,13 @@ public:
   //! function to define the point and the curve on which it is going to work.
   Standard_EXPORT Geom2dAPI_ProjectPointOnCurve();
 
-  //! Create the projection  of a  point  <P> on a curve
+  //! Create the projection of a point <P> on a curve
   //! <Curve>
   Standard_EXPORT Geom2dAPI_ProjectPointOnCurve(const gp_Pnt2d&             P,
                                                 const Handle(Geom2d_Curve)& Curve);
 
-  //! Create  the projection  of a point <P>  on a curve
-  //! <Curve> limited by the two   points of parameter Umin and Usup.
+  //! Create the projection of a point <P> on a curve
+  //! <Curve> limited by the two points of parameter Umin and Usup.
   //! Warning
   //! Use the function NbPoints to obtain the number of solutions. If
   //! projection fails, NbPoints returns 0.
@@ -54,7 +54,7 @@ public:
                                                 const Standard_Real         Usup);
 
   //! Initializes this algorithm with the given arguments, and
-  //! computes the orthogonal  projections  of a  point  <P> on a curve <Curve>
+  //! computes the orthogonal projections of a point <P> on a curve <Curve>
   Standard_EXPORT void Init(const gp_Pnt2d& P, const Handle(Geom2d_Curve)& Curve);
 
   //! Initializes this algorithm with the given arguments, and
index eff77012d686364bedc6523799621ae8005650df..d06e7e23488cc122f6924d346696ea4716815ec2 100644 (file)
@@ -72,7 +72,7 @@ public:
                                           const Standard_Real             Tolerance);
 
   //! These constructors create one or more 2D circles of radius Radius either
-  //! -   tangential to the 2 curves Qualified1 and Qualified2,   or
+  //! -   tangential to the 2 curves Qualified1 and Qualified2, or
   //! -   tangential to the curve Qualified1 and passing through the point Point, or
   //! -   passing through two points Point1 and Point2.
   //! Tolerance is a tolerance criterion used by the algorithm
index 77e0bcaf2f9d641190d6dfbd67bebb1ce1e4fa73..63148e9da040902a5d8e6560a5dc6c80c61f7d7f 100644 (file)
@@ -117,7 +117,7 @@ public:
   //! -   those computed during construction (i.e. enclosing or
   //! outside) when the solutions are defined as unqualified
   //! with respect to the arguments, or
-  //! -   GccEnt_noqualifier if the tangency argument is a   point.
+  //! -   GccEnt_noqualifier if the tangency argument is a point.
   //! Exceptions
   //! Standard_OutOfRange if Index is less than zero or
   //! greater than the number of solutions computed by this algorithm.
index d3cc4a0ee268cb60d98df8e2ebf565e66a79c6de..9b51bc162aeab61594fd11262a2385e9daf9bd35 100644 (file)
@@ -39,14 +39,14 @@ public:
   //! Creates an undefined classifier.
   Standard_EXPORT Geom2dHatch_FClass2dOfClassifier();
 
-  //! Starts  a  classification process.   The  point to
-  //! classify is the origin of  the  line <L>.  <P>  is
-  //! the original length of the segment on <L>  used to
-  //! compute  intersections.   <Tol> is the   tolerance
+  //! Starts a classification process. The point to
+  //! classify is the origin of the line <L>. <P> is
+  //! the original length of the segment on <L> used to
+  //! compute intersections. <Tol> is the tolerance
   //! attached to the line segment in intersections.
   Standard_EXPORT void Reset(const gp_Lin2d& L, const Standard_Real P, const Standard_Real Tol);
 
-  //! Updates  the classification process with  the edge
+  //! Updates the classification process with the edge
   //! <E> from the boundary.
   Standard_EXPORT void Compare(const Geom2dAdaptor_Curve& E, const TopAbs_Orientation Or);
 
@@ -56,9 +56,9 @@ public:
   //! Returns the intersecting algorithm.
   Geom2dHatch_Intersector& Intersector();
 
-  //! Returns  0  if  the   last  compared   edge had no
-  //! relevant intersection.  Else returns  the index of
-  //! this   intersection  in the    last   intersection
+  //! Returns 0 if the last compared edge had no
+  //! relevant intersection. Else returns the index of
+  //! this intersection in the last intersection
   //! algorithm.
   Standard_Integer ClosestIntersection() const;
 
index 9eaf22ac5cda4453d24e4ec20f14d0b6408ae4c1..d97ccafb25ff0fbdfa9fec9ed9507b1045051cc5 100644 (file)
@@ -55,20 +55,20 @@ public:
 
   Standard_EXPORT Geom2dHatch_Intersector();
 
-  //! Performs the intersection   between the  2d   line
-  //! segment (<L>, <P>) and  the  Curve <E>.  The  line
-  //! segment  is the  part  of  the  2d   line   <L> of
+  //! Performs the intersection between the 2d line
+  //! segment (<L>, <P>) and the Curve <E>. The line
+  //! segment is the part of the 2d line <L> of
   //! parameter range [0, <P>] (P is positive and can be
-  //! RealLast()). Tol is the  Tolerance on the segment.
-  //! The order  is relevant, the  first argument is the
+  //! RealLast()). Tol is the Tolerance on the segment.
+  //! The order is relevant, the first argument is the
   //! segment, the second the Edge.
   Standard_EXPORT void Perform(const gp_Lin2d&            L,
                                const Standard_Real        P,
                                const Standard_Real        Tol,
                                const Geom2dAdaptor_Curve& E);
 
-  //! Returns in <T>,  <N> and <C>  the tangent,  normal
-  //! and  curvature of the edge  <E> at parameter value
+  //! Returns in <T>, <N> and <C> the tangent, normal
+  //! and curvature of the edge <E> at parameter value
   //! <U>.
   Standard_EXPORT void LocalGeometry(const Geom2dAdaptor_Curve& E,
                                      const Standard_Real        U,
index 5864c860651c1ab2bc402280a67e2d7e0b2e55f0..0355a033f1f2a07184a2c1383a86543ccbcedfff 100644 (file)
@@ -75,7 +75,7 @@ protected:
 
 private:
   //! Method to find intersection between two curves
-  //! :  returns false for case when some points of polygon
+  //! : returns false for case when some points of polygon
   //! : were replaced on line and exact point of intersection was not found
   //! : for case when point of intersection was found
   //! : during prelimanary search for line (case of bad parameterization of Bspline for example).
index 177d83c596c9c533be9ebb71930d7c628d679f00..d8202a32d8c6a96e6172ad4486c33eeb29458795 100644 (file)
@@ -45,8 +45,8 @@ public:
                                                                      const Standard_Real    Tol);
 
   //! The current polygon is modified if most
-  //! of the  points of the  polygon  are
-  //! outside  the  box  <OtherBox>.  In this
+  //! of the points of the polygon are
+  //! outside the box <OtherBox>. In this
   //! situation, bounds are computed to build
   //! a polygon inside or near the OtherBox.
   Standard_EXPORT void ComputeWithBox(const Adaptor2d_Curve2d& Curve, const Bnd_Box2d& OtherBox);
index aa08a88c8a6488dcc188202b141dea65e47b4eb3..d01990640af49879ec1c6d74cbfbeaa76ce8e916 100644 (file)
 
 class gp_Pln;
 
-//! The   GeomAPI   package  provides  an  Application
+//! The GeomAPI package provides an Application
 //! Programming Interface for the Geometry.
 //!
-//! The API is a set of  classes and methods aiming to
+//! The API is a set of classes and methods aiming to
 //! provide :
 //!
-//! * High level and simple calls  for the most common
+//! * High level and simple calls for the most common
 //! operations.
 //!
-//! *    Keeping   an   access  on    the    low-level
+//! * Keeping an access on the low-level
 //! implementation of high-level calls.
 //!
-//! The API  provides classes to  call the algorithms
+//! The API provides classes to call the algorithms
 //! of the Geometry
 //!
-//! * The  constructors  of the classes  provides  the
+//! * The constructors of the classes provides the
 //! different constructions methods.
 //!
-//! * The  class keeps as fields the   different tools
+//! * The class keeps as fields the different tools
 //! used by the algorithms
 //!
-//! *   The class  provides  a  casting  method to get
-//! automatically the  result  with  a   function-like
+//! * The class provides a casting method to get
+//! automatically the result with a function-like
 //! call.
 //!
 //! For example to evaluate the distance <D> between a
index fc8ecd53c2a88445c30230a8ccd17f33de4ea3e0..445ad580ce9ab6b22b36d79eef96e10701d846b4 100644 (file)
@@ -63,7 +63,7 @@ public:
   Standard_EXPORT GeomAPI_ExtremaCurveCurve(const Handle(Geom_Curve)& C1,
                                             const Handle(Geom_Curve)& C2);
 
-  //! Computes   the portion of the curve C1 limited by the two
+  //! Computes the portion of the curve C1 limited by the two
   //! points of parameter (U1min,U1max), and
   //! -   the portion of the curve C2 limited by the two
   //! points of parameter (U2min,U2max).
@@ -154,18 +154,18 @@ public:
   //! return the algorithmic object from Extrema
   const Extrema_ExtCC& Extrema() const;
 
-  //! set  in  <P1>  and <P2> the couple solution points
-  //! such a the distance [P1,P2] is the minimum. taking  in  account
-  //! extremity  points  of  curves.
+  //! set in <P1> and <P2> the couple solution points
+  //! such a the distance [P1,P2] is the minimum. taking in account
+  //! extremity points of curves.
   Standard_EXPORT Standard_Boolean TotalNearestPoints(gp_Pnt& P1, gp_Pnt& P2);
 
-  //! set  in <U1> and <U2> the parameters of the couple
-  //! solution   points  which  represents  the  total  nearest
+  //! set in <U1> and <U2> the parameters of the couple
+  //! solution points which represents the total nearest
   //! solution.
   Standard_EXPORT Standard_Boolean TotalLowerDistanceParameters(Standard_Real& U1,
                                                                 Standard_Real& U2);
 
-  //! return the distance of the total  nearest couple solution
+  //! return the distance of the total nearest couple solution
   //! point.
   //! if <myExtCC> is not done
   Standard_EXPORT Standard_Real TotalLowerDistance();
index 184c4e0751523252e2bfd7af2af0dd049ee03fbf..ee7cb75a56af107bc5736227a7bf656cee789a04 100644 (file)
@@ -62,15 +62,15 @@ public:
   //! which it is going to work.
   Standard_EXPORT GeomAPI_ExtremaCurveSurface();
 
-  //! Computes  the  extrema  distances  between  the
-  //! curve <C> and the surface  <S>.
+  //! Computes the extrema distances between the
+  //! curve <C> and the surface <S>.
   Standard_EXPORT GeomAPI_ExtremaCurveSurface(const Handle(Geom_Curve)&   Curve,
                                               const Handle(Geom_Surface)& Surface);
 
-  //! Computes  the  extrema  distances  between  the
-  //! curve <C>  and the  surface  <S>.  The solution
+  //! Computes the extrema distances between the
+  //! curve <C> and the surface <S>. The solution
   //! point are computed in the domain [Wmin,Wmax] of
-  //! the  curve   and  in  the  domain   [Umin,Umax]
+  //! the curve and in the domain [Umin,Umax]
   //! [Vmin,Vmax] of the surface.
   //! Warning
   //! Use the function NbExtrema to obtain the number
@@ -84,14 +84,14 @@ public:
                                               const Standard_Real         Vmin,
                                               const Standard_Real         Vmax);
 
-  //! Computes  the  extrema  distances  between  the
-  //! curve <C> and the surface  <S>.
+  //! Computes the extrema distances between the
+  //! curve <C> and the surface <S>.
   Standard_EXPORT void Init(const Handle(Geom_Curve)& Curve, const Handle(Geom_Surface)& Surface);
 
-  //! Computes  the  extrema  distances  between  the
-  //! curve <C>  and the  surface  <S>.  The solution
+  //! Computes the extrema distances between the
+  //! curve <C> and the surface <S>. The solution
   //! point are computed in the domain [Wmin,Wmax] of
-  //! the  curve   and  in  the  domain   [Umin,Umax]
+  //! the curve and in the domain [Umin,Umax]
   //! [Vmin,Vmax] of the surface.
   //! Warning
   //! Use the function NbExtrema to obtain the number
index 060e82ad8f5bad2dcfeb6ade621ab7bea01ab462..efc7bb75051e26d446da2759655ae4b0e18d0b57 100644 (file)
@@ -56,12 +56,12 @@ public:
   //! to define the surfaces on which it is going to work.
   Standard_EXPORT GeomAPI_ExtremaSurfaceSurface();
 
-  //! Computes  the  extrema  distances  between  the
-  //! surfaces <S1>  and <S2>
+  //! Computes the extrema distances between the
+  //! surfaces <S1> and <S2>
   Standard_EXPORT GeomAPI_ExtremaSurfaceSurface(const Handle(Geom_Surface)& S1,
                                                 const Handle(Geom_Surface)& S2);
 
-  //! Computes  the  extrema  distances  between
+  //! Computes the extrema distances between
   //! the portion of the surface S1 limited by the
   //! two values of parameter (U1min,U1max) in
   //! the u parametric direction, and by the two
@@ -84,12 +84,12 @@ public:
                                                 const Standard_Real         V2max);
 
   //! Initializes this algorithm with the given arguments
-  //! and computes  the  extrema  distances  between  the
-  //! surfaces <S1>  and <S2>
+  //! and computes the extrema distances between the
+  //! surfaces <S1> and <S2>
   Standard_EXPORT void Init(const Handle(Geom_Surface)& S1, const Handle(Geom_Surface)& S2);
 
   //! Initializes this algorithm with the given arguments
-  //! and computes  the  extrema  distances  between -
+  //! and computes the extrema distances between -
   //! the portion of the surface S1 limited by the two
   //! values of parameter (U1min,U1max) in the u
   //! parametric direction, and by the two values of
index 991c77684fb0d4dcda0b89131215a30013e2cb07..41dde79e2011b9937bf0b5eb9629be3a9b4e5be4 100644 (file)
@@ -28,7 +28,7 @@ class Geom_Surface;
 class gp_Pnt;
 
 //! This class implements methods for
-//! computing intersection points and  segments between a
+//! computing intersection points and segments between a
 class GeomAPI_IntCS
 {
 public:
index a26f7183568aa98e07ea91f15cbb3b1574b4d218..6305fe6b385d8dd02d85b34a034e3e4786cfe75a 100644 (file)
@@ -29,10 +29,10 @@ class Geom_Surface;
 class Geom_Curve;
 
 //! This class implements methods for
-//! computing the intersection curves   between two surfaces.
-//! The result is curves from Geom.  The "domain" used for
-//! a surface   is the natural  parametric domain
-//! unless the surface is a  RectangularTrimmedSurface
+//! computing the intersection curves between two surfaces.
+//! The result is curves from Geom. The "domain" used for
+//! a surface is the natural parametric domain
+//! unless the surface is a RectangularTrimmedSurface
 //! from Geom.
 class GeomAPI_IntSS
 {
index e901a89a9da2bb64b828a1d2c2f5a9596b215abc..89da4fff7dcf229c6b09541df5acd3fe5d9fd21e 100644 (file)
 
 class gp_Vec;
 
-//! This  class  is  used  to  interpolate a  BsplineCurve
-//! passing   through  an  array  of  points,  with  a  C2
+//! This class is used to interpolate a BsplineCurve
+//! passing through an array of points, with a C2
 //! Continuity if tangency is not requested at the point.
 //! If tangency is requested at the point the continuity will
-//! be C1.  If Perodicity is requested the curve will be closed
+//! be C1. If Perodicity is requested the curve will be closed
 //! and the junction will be the first point given. The curve
 //! will than be only C1
 //! Describes functions for building a constrained 3D BSpline curve.
@@ -53,7 +53,7 @@ public:
   DEFINE_STANDARD_ALLOC
 
   //! Initializes an algorithm for constructing a
-  //! constrained BSpline curve passing through the points of the table   Points.
+  //! constrained BSpline curve passing through the points of the table Points.
   //! Tangential vectors can then be assigned, using the function Load.
   //! If PeriodicFlag is true, the constrained BSpline
   //! curve will be periodic and closed. In this case,
index 4ae4678fa64e5865af349b56acc5bb7a99ab6c57..63ffbb73972f2635806814df11423652086c0d95 100644 (file)
@@ -28,8 +28,8 @@
 #include <TColStd_Array1OfReal.hxx>
 class Geom_BSplineCurve;
 
-//! This  class  is  used  to  approximate a  BsplineCurve
-//! passing  through an  array  of points,  with  a  given Continuity.
+//! This class is used to approximate a BsplineCurve
+//! passing through an array of points, with a given Continuity.
 //! Describes functions for building a 3D BSpline
 //! curve which approximates a set of points.
 //! A PointsToBSpline object provides a framework for:
@@ -44,11 +44,11 @@ public:
   //! Use an Init function to define and build the BSpline curve.
   Standard_EXPORT GeomAPI_PointsToBSpline();
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol3D
   Standard_EXPORT GeomAPI_PointsToBSpline(const TColgp_Array1OfPnt& Points,
@@ -57,11 +57,11 @@ public:
                                           const GeomAbs_Shape       Continuity = GeomAbs_C2,
                                           const Standard_Real       Tol3D      = 1.0e-3);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol3D
   Standard_EXPORT GeomAPI_PointsToBSpline(const TColgp_Array1OfPnt&        Points,
@@ -71,13 +71,13 @@ public:
                                           const GeomAbs_Shape              Continuity = GeomAbs_C2,
                                           const Standard_Real              Tol3D      = 1.0e-3);
 
-  //! Approximate  a  BSpline  Curve  passing through an
-  //! array of Point,  which parameters are given by the
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point, which parameters are given by the
   //! array <Parameters>.
-  //! The resulting  BSpline   will have the   following
+  //! The resulting BSpline will have the following
   //! properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol3D
   Standard_EXPORT GeomAPI_PointsToBSpline(const TColgp_Array1OfPnt&   Points,
@@ -87,7 +87,7 @@ public:
                                           const GeomAbs_Shape         Continuity = GeomAbs_C2,
                                           const Standard_Real         Tol3D      = 1.0e-3);
 
-  //! Approximate a BSpline Curve  passing through an
+  //! Approximate a BSpline Curve passing through an
   //! array of Point using variational smoothing algorithm,
   //! which tries to minimize additional criterium:
   //! Weight1*CurveLength + Weight2*Curvature + Weight3*Torsion
@@ -99,11 +99,11 @@ public:
                                           const GeomAbs_Shape       Continuity = GeomAbs_C2,
                                           const Standard_Real       Tol3D      = 1.0e-3);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol3D
   Standard_EXPORT void Init(const TColgp_Array1OfPnt& Points,
@@ -112,11 +112,11 @@ public:
                             const GeomAbs_Shape       Continuity = GeomAbs_C2,
                             const Standard_Real       Tol3D      = 1.0e-3);
 
-  //! Approximate  a BSpline  Curve passing  through  an
-  //! array of  Point.  The resulting BSpline will  have
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point. The resulting BSpline will have
   //! the following properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol3D
   Standard_EXPORT void Init(const TColgp_Array1OfPnt&        Points,
@@ -126,13 +126,13 @@ public:
                             const GeomAbs_Shape              Continuity = GeomAbs_C2,
                             const Standard_Real              Tol3D      = 1.0e-3);
 
-  //! Approximate  a  BSpline  Curve  passing through an
-  //! array of Point,  which parameters are given by the
+  //! Approximate a BSpline Curve passing through an
+  //! array of Point, which parameters are given by the
   //! array <Parameters>.
-  //! The resulting  BSpline   will have the   following
+  //! The resulting BSpline will have the following
   //! properties:
   //! 1- his degree will be in the range [Degmin,Degmax]
-  //! 2- his  continuity will be  at  least <Continuity>
+  //! 2- his continuity will be at least <Continuity>
   //! 3- the distance from the point <Points> to the
   //! BSpline will be lower to Tol3D
   Standard_EXPORT void Init(const TColgp_Array1OfPnt&   Points,
@@ -142,7 +142,7 @@ public:
                             const GeomAbs_Shape         Continuity = GeomAbs_C2,
                             const Standard_Real         Tol3D      = 1.0e-3);
 
-  //! Approximate a BSpline Curve  passing through an
+  //! Approximate a BSpline Curve passing through an
   //! array of Point using variational smoothing algorithm,
   //! which tries to minimize additional criterium:
   //! Weight1*CurveLength + Weight2*Curvature + Weight3*Torsion
index 8be2410c841eac4f2497d1f22d221dc12f92c318..8d287ccbd0e9442195a6626a9648e7051660637d 100644 (file)
@@ -27,8 +27,8 @@
 class gp_Pnt;
 class Geom_Curve;
 
-//! This class implements methods for  computing all the orthogonal
-//! projections of a 3D point onto a  3D curve.
+//! This class implements methods for computing all the orthogonal
+//! projections of a 3D point onto a 3D curve.
 class GeomAPI_ProjectPointOnCurve
 {
 public:
@@ -38,29 +38,29 @@ public:
   //! Init function for further initialization.
   Standard_EXPORT GeomAPI_ProjectPointOnCurve();
 
-  //! Create the projection  of a  point  <P> on a curve
+  //! Create the projection of a point <P> on a curve
   //! <Curve>
   Standard_EXPORT GeomAPI_ProjectPointOnCurve(const gp_Pnt& P, const Handle(Geom_Curve)& Curve);
 
-  //! Create  the projection  of a point <P>  on a curve
+  //! Create the projection of a point <P> on a curve
   //! <Curve> limited by the two points of parameter Umin and Usup.
   Standard_EXPORT GeomAPI_ProjectPointOnCurve(const gp_Pnt&             P,
                                               const Handle(Geom_Curve)& Curve,
                                               const Standard_Real       Umin,
                                               const Standard_Real       Usup);
 
-  //! Init the projection  of a  point  <P> on a curve
+  //! Init the projection of a point <P> on a curve
   //! <Curve>
   Standard_EXPORT void Init(const gp_Pnt& P, const Handle(Geom_Curve)& Curve);
 
-  //! Init  the  projection  of a  point <P>  on a curve
+  //! Init the projection of a point <P> on a curve
   //! <Curve> limited by the two points of parameter Umin and Usup.
   Standard_EXPORT void Init(const gp_Pnt&             P,
                             const Handle(Geom_Curve)& Curve,
                             const Standard_Real       Umin,
                             const Standard_Real       Usup);
 
-  //! Init  the  projection  of a  point <P>  on a curve
+  //! Init the projection of a point <P> on a curve
   //! <Curve> limited by the two points of parameter Umin and Usup.
   Standard_EXPORT void Init(const Handle(Geom_Curve)& Curve,
                             const Standard_Real       Umin,
index db407fd7b44c48a70a9eafcfaa52399864b03f5a..6b0f618abe617ca2641118a2d59b1074fb9e2778 100644 (file)
@@ -29,8 +29,8 @@
 class gp_Pnt;
 class Geom_Surface;
 
-//! This class implements methods for  computing all the orthogonal
-//! projections of a point onto a  surface.
+//! This class implements methods for computing all the orthogonal
+//! projections of a point onto a surface.
 class GeomAPI_ProjectPointOnSurf
 {
 public:
@@ -40,15 +40,15 @@ public:
   //! Init function for further initialization.
   Standard_EXPORT GeomAPI_ProjectPointOnSurf();
 
-  //! Create the projection  of a point <P> on a surface
+  //! Create the projection of a point <P> on a surface
   //! <Surface>
   Standard_EXPORT GeomAPI_ProjectPointOnSurf(const gp_Pnt&               P,
                                              const Handle(Geom_Surface)& Surface,
                                              const Extrema_ExtAlgo Algo = Extrema_ExtAlgo_Grad);
 
-  //! Create the projection  of a point <P> on a surface
+  //! Create the projection of a point <P> on a surface
   //! <Surface>
-  //! Create the projection of a point <P>  on a surface
+  //! Create the projection of a point <P> on a surface
   //! <Surface>. The solution are computed in the domain
   //! [Umin,Usup] [Vmin,Vsup] of the surface.
   Standard_EXPORT GeomAPI_ProjectPointOnSurf(const gp_Pnt&               P,
@@ -65,7 +65,7 @@ public:
                                              const Standard_Real         Tolerance,
                                              const Extrema_ExtAlgo Algo = Extrema_ExtAlgo_Grad);
 
-  //! Init the projection  of a point <P> on a surface
+  //! Init the projection of a point <P> on a surface
   //! <Surface>
   Standard_EXPORT GeomAPI_ProjectPointOnSurf(const gp_Pnt&               P,
                                              const Handle(Geom_Surface)& Surface,
@@ -80,7 +80,7 @@ public:
                             const Standard_Real         Tolerance,
                             const Extrema_ExtAlgo       Algo = Extrema_ExtAlgo_Grad);
 
-  //! Init the projection of a point <P>  on a surface
+  //! Init the projection of a point <P> on a surface
   //! <Surface>. The solution are computed in the domain
   //! [Umin,Usup] [Vmin,Vsup] of the surface.
   Standard_EXPORT void Init(const gp_Pnt&               P,
index b8b2a25ee5f60c4a678c47705819f3550fda6e48..31dda9acfe29e2d404bfebd4cd9cde5da713c5d8 100644 (file)
@@ -121,7 +121,7 @@ public:
                                                 const Standard_Real                AngleMax,
                                                 TColStd_Array1OfReal&              Weigths);
 
-  //! Used  by  the  generical classes to determine
+  //! Used by the generical classes to determine
   //! Tolerance for approximation
   Standard_EXPORT static Standard_Real GetTolerance(const Convert_ParameterisationType TConv,
                                                     const Standard_Real                AngleMin,
index b646fd2f67d64045a8597614d3827487eeaab9f5..5131b1507d3ca7d38df3ba45ff1d2b303fe15539 100644 (file)
@@ -41,7 +41,7 @@ class Standard_OutOfRange;
 class GeomFill_SectionGenerator;
 class GeomFill_Line;
 
-//! Approximate a  BSplineSurface passing by all the
+//! Approximate a BSplineSurface passing by all the
 //! curves described in the SectionGenerator
 
 class GeomFill_AppSurf : public AppBlend_Approx
@@ -71,8 +71,8 @@ public:
   //! Define the Continuity used in the approximation
   Standard_EXPORT void SetContinuity(const GeomAbs_Shape C);
 
-  //! define the Weights  associed to the criterium used in
-  //! the  optimization.
+  //! define the Weights associed to the criterium used in
+  //! the optimization.
   //!
   //! if Wi <= 0
   Standard_EXPORT void SetCriteriumWeight(const Standard_Real W1,
@@ -85,8 +85,8 @@ public:
   //! returns the Continuity used in the approximation
   Standard_EXPORT GeomAbs_Shape Continuity() const;
 
-  //! returns the Weights (as percent) associed  to the criterium used in
-  //! the  optimization.
+  //! returns the Weights (as percent) associed to the criterium used in
+  //! the optimization.
   Standard_EXPORT void CriteriumWeight(Standard_Real& W1,
                                        Standard_Real& W2,
                                        Standard_Real& W3) const;
index 39b8e6d2393f614c76ed27648873492e28bfc41b..c202758c4e6355b45ab72b2a84e020a9daeab721 100644 (file)
@@ -41,7 +41,7 @@ class Standard_OutOfRange;
 class GeomFill_SweepSectionGenerator;
 class GeomFill_Line;
 
-//! Approximate a sweep surface passing  by  all the
+//! Approximate a sweep surface passing by all the
 //! curves described in the SweepSectionGenerator.
 
 class GeomFill_AppSweep : public AppBlend_Approx
@@ -71,8 +71,8 @@ public:
   //! Define the Continuity used in the approximation
   Standard_EXPORT void SetContinuity(const GeomAbs_Shape C);
 
-  //! define the Weights  associed to the criterium used in
-  //! the  optimization.
+  //! define the Weights associed to the criterium used in
+  //! the optimization.
   //!
   //! if Wi <= 0
   Standard_EXPORT void SetCriteriumWeight(const Standard_Real W1,
@@ -85,8 +85,8 @@ public:
   //! returns the Continuity used in the approximation
   Standard_EXPORT GeomAbs_Shape Continuity() const;
 
-  //! returns the Weights (as percent) associed  to the criterium used in
-  //! the  optimization.
+  //! returns the Weights (as percent) associed to the criterium used in
+  //! the optimization.
   Standard_EXPORT void CriteriumWeight(Standard_Real& W1,
                                        Standard_Real& W2,
                                        Standard_Real& W3) const;
index 5a0866cb151b55f3cd8462504cc8e13dbc6d2c88..503adcfacc7372f5bd19b3e33b108452c88185a6 100644 (file)
@@ -32,11 +32,11 @@ DEFINE_STANDARD_HANDLE(GeomFill_BoundWithSurf, GeomFill_Boundary)
 //! Defines a 3d curve as a boundary for a
 //! GeomFill_ConstrainedFilling algorithm.
 //! This curve is attached to an existing surface.
-//! Defines a  constrained boundary for  filling
+//! Defines a constrained boundary for filling
 //! the computations are done with a CurveOnSurf and a
-//! normals field  defined by the normalized normal to
+//! normals field defined by the normalized normal to
 //! the surface along the PCurve.
-//! Contains fields  to allow a reparametrization of curve
+//! Contains fields to allow a reparametrization of curve
 //! and normals field.
 class GeomFill_BoundWithSurf : public GeomFill_Boundary
 {
@@ -70,7 +70,7 @@ public:
   //! The boundary is then constructed with the CurveOnSurf object:
   //! Standard_Real Tol = ... ;
   //! Standard_Real TolAng = ... ;
-  //! myBoundary =  GeomFill_BoundWithSurf (
+  //! myBoundary = GeomFill_BoundWithSurf (
   //! CurveOnSurf, Tol, TolAng );
   Standard_EXPORT GeomFill_BoundWithSurf(const Adaptor3d_CurveOnSurface& CurveOnSurf,
                                          const Standard_Real             Tol3d,
index 26153b55fb8d3551e3cc6cd2bf5597e4c2720e38..6a9fcaed27aa8e3f1cfebf4544b27d1f317425dd 100644 (file)
@@ -28,9 +28,9 @@ class gp_Vec;
 class GeomFill_Boundary;
 DEFINE_STANDARD_HANDLE(GeomFill_Boundary, Standard_Transient)
 
-//! Root class to define a boundary  which will form part of a
+//! Root class to define a boundary which will form part of a
 //! contour around a gap requiring filling.
-//! Any  new type  of  constrained boundary must inherit this class.
+//! Any new type of constrained boundary must inherit this class.
 //! The GeomFill package provides two classes to define constrained boundaries:
 //! -   GeomFill_SimpleBound to define an unattached boundary
 //! -   GeomFill_BoundWithSurf to define a boundary attached to a surface.
index 18cec6367d8d24056605f8932c5bbe61cfe20470..e04011b3fa1504267961231f4c99a83a7a4d7899 100644 (file)
@@ -35,7 +35,7 @@
 class GeomFill_CircularBlendFunc;
 DEFINE_STANDARD_HANDLE(GeomFill_CircularBlendFunc, Approx_SweepFunction)
 
-//! Circular     Blend Function  to    approximate by
+//! Circular Blend Function to approximate by
 //! SweepApproximation from Approx
 class GeomFill_CircularBlendFunc : public Approx_SweepFunction
 {
@@ -65,7 +65,7 @@ public:
                                               TColStd_Array1OfReal& Weigths) Standard_OVERRIDE;
 
   //! compute the first derivative in v direction of the
-  //! section for v =  param
+  //! section for v = param
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
                                               const Standard_Real   First,
                                               const Standard_Real   Last,
@@ -138,12 +138,12 @@ public:
                                             const Standard_Real   AngleTol,
                                             TColStd_Array1OfReal& Tol3d) const Standard_OVERRIDE;
 
-  //! Is useful, if (me) have to  be run numerical
+  //! Is useful, if (me) has to be run numerical
   //! algorithm to perform D0, D1 or D2
   Standard_EXPORT virtual void SetTolerance(const Standard_Real Tol3d,
                                             const Standard_Real Tol2d) Standard_OVERRIDE;
 
-  //! Get the barycentre of Surface. An very poor
+  //! Get the barycentre of Surface. A very poor
   //! estimation is sufficient. This information is useful
   //! to perform well conditioned rational approximation.
   Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE;
index 84a56afe2ae97fd4ee7e7b623b55e085875da784..63cb68c887861de2115536c644e4b2132a3039d5 100644 (file)
@@ -86,18 +86,18 @@ public:
                             const Standard_Boolean           NoCheck = Standard_False);
 
   //! Allows to modify domain on witch the blending function
-  //! associated to  the constrained boundary B  will propag
-  //! the  influence   of the  field   of  tangency.  Can be
-  //! useful to  reduce  influence of boundaries  on which
-  //! the Coons compatibility  conditions are not respected.
-  //! l is a  relative value of  the parametric range of  B.
+  //! associated to the constrained boundary B will propag
+  //! the influence of the field of tangency. Can be
+  //! useful to reduce influence of boundaries on which
+  //! the Coons compatibility conditions are not respected.
+  //! l is a relative value of the parametric range of B.
   //! Default value for l is 1 (used in Init).
-  //! Warning: Must be called after  Init with a constrained boundary
+  //! Warning: Must be called after Init with a constrained boundary
   //! used in the call to Init.
   Standard_EXPORT void SetDomain(const Standard_Real l, const Handle(GeomFill_BoundWithSurf)& B);
 
-  //! Computes the  new poles  of  the surface using the  new
-  //! blending  functions set by several calls to SetDomain.
+  //! Computes the new poles of the surface using the new
+  //! blending functions set by several calls to SetDomain.
   Standard_EXPORT void ReBuild();
 
   //! Returns the bound of index i after sort.
@@ -112,38 +112,38 @@ public:
                                         Standard_Real&         Result) const;
 
   //! Computes the fields of tangents on 30 points along the
-  //! bound  I, these  are  not the  constraint tangents but
+  //! bound I, these are not the constraint tangents but
   //! gives an idea of the coonsAlgPatch regularity.
   Standard_EXPORT void CheckCoonsAlgPatch(const Standard_Integer I);
 
-  //! Computes  the fields  of tangents  and  normals on  30
-  //! points along the bound  I, draw them, and computes the
+  //! Computes the fields of tangents and normals on 30
+  //! points along the bound I, draw them, and computes the
   //! max dot product that must be near than 0.
   Standard_EXPORT void CheckTgteField(const Standard_Integer I);
 
-  //! Computes  values  and normals  along  the bound  I and
-  //! compare  them to the  approx  result curves (bound and
-  //! tgte field) , draw  the normals and tangents.
+  //! Computes values and normals along the bound I and
+  //! compare them to the approx result curves (bound and
+  //! tgte field) , draw the normals and tangents.
   Standard_EXPORT void CheckApprox(const Standard_Integer I);
 
-  //! Computes values and normals along the  bound I on both
-  //! constraint  surface    and result  surface,  draw  the
-  //! normals, and  computes the max distance between values
-  //! and the max angle  between normals.
+  //! Computes values and normals along the bound I on both
+  //! constraint surface and result surface, draw the
+  //! normals, and computes the max distance between values
+  //! and the max angle between normals.
   Standard_EXPORT void CheckResult(const Standard_Integer I);
 
 protected:
 private:
-  //! Performs the approximation an compute  the poles of the
+  //! Performs the approximation an compute the poles of the
   //! surface.
   Standard_EXPORT void Build();
 
-  //! Performs  the  parallel approximation  on two  oppsite
+  //! Performs the parallel approximation on two oppsite
   //! bounds
   Standard_EXPORT void PerformApprox();
 
-  //! matches  the nodal vectors  of the  blending functions
-  //! and the results  of the approx   to allow the  surface
+  //! matches the nodal vectors of the blending functions
+  //! and the results of the approx to allow the surface
   //! computation.
   Standard_EXPORT void MatchKnots();
 
@@ -153,7 +153,7 @@ private:
   //! performs the poles of the partial construction S1.
   Standard_EXPORT void PerformS1();
 
-  //! performs  the poles of  the  surface using the partial
+  //! performs the poles of the surface using the partial
   //! constructions S0 and S1.
   Standard_EXPORT void PerformSurface();
 
@@ -161,8 +161,8 @@ private:
   //! boundary.
   Standard_EXPORT Standard_Boolean CheckTgte(const Standard_Integer I);
 
-  //! Evaluates  the min magnitude  of  the field of tangency
-  //! along bound  I  to allow a   simple evaluation of  the
+  //! Evaluates the min magnitude of the field of tangency
+  //! along bound I to allow a simple evaluation of the
   //! tolerance needed for the approximation of the field of
   //! tangency.
   Standard_EXPORT void MinTgte(const Standard_Integer I);
index 06be26d2bf2891dd9400a55c3322b8e3e3f293c8..522eea3078239cb602f1b0c596abfb06060f5d2b 100644 (file)
@@ -30,14 +30,14 @@ class gp_Vec;
 class GeomFill_CoonsAlgPatch;
 DEFINE_STANDARD_HANDLE(GeomFill_CoonsAlgPatch, Standard_Transient)
 
-//! Provides  evaluation   methods on an   algorithmic
-//! patch (based on 4 Curves) defined by  its   boundaries and  blending
+//! Provides evaluation methods on an algorithmic
+//! patch (based on 4 Curves) defined by its boundaries and blending
 //! functions.
 class GeomFill_CoonsAlgPatch : public Standard_Transient
 {
 
 public:
-  //! Constructs the  algorithmic   patch. By   Default  the
+  //! Constructs the algorithmic patch. By Default the
   //! constructed blending functions are linear.
   //! Warning: No control is done on the bounds.
   //! B1/B3 and B2/B4 must be same range and well oriented.
@@ -52,20 +52,20 @@ public:
   //! Set the blending functions.
   Standard_EXPORT void SetFunc(const Handle(Law_Function)& f1, const Handle(Law_Function)& f2);
 
-  //! Computes  the  value   on the  algorithmic    patch at
+  //! Computes the value on the algorithmic patch at
   //! parameters U and V.
   Standard_EXPORT gp_Pnt Value(const Standard_Real U, const Standard_Real V) const;
 
-  //! Computes   the  d/dU   partial   derivative  on    the
+  //! Computes the d/dU partial derivative on the
   //! algorithmic patch at parameters U and V.
   Standard_EXPORT gp_Vec D1U(const Standard_Real U, const Standard_Real V) const;
 
-  //! Computes    the  d/dV    partial    derivative on  the
+  //! Computes the d/dV partial derivative on the
   //! algorithmic patch at parameters U and V.
   Standard_EXPORT gp_Vec D1V(const Standard_Real U, const Standard_Real V) const;
 
-  //! Computes the   d2/dUdV  partial  derivative   on   the
-  //! algorithmic  patch made with linear blending functions
+  //! Computes the d2/dUdV partial derivative on the
+  //! algorithmic patch made with linear blending functions
   //! at parameter U and V.
   Standard_EXPORT gp_Vec DUV(const Standard_Real U, const Standard_Real V) const;
 
index fb3e0a025c19cdee1e6ec283bc8957f693db4003..4ccb7ec6296295ac3ba83f33ca444d6caba50878 100644 (file)
@@ -24,9 +24,9 @@
 #include <Standard_Real.hxx>
 #include <Standard_Boolean.hxx>
 
-//! Class  (should    be  a  structure)   storing  the
-//! information         about     continuity, normals
-//! parallelism,  coons conditions and bounds tangents
+//! Class (should be a structure) storing the
+//! information about continuity, normals
+//! parallelism, coons conditions and bounds tangents
 //! angle on the corner of contour to be filled.
 class GeomFill_CornerState
 {
index 4e6cd2e40eaee058c5035230b9529f55aeb48b33..bfa5839546f586fec1c9b0522f03857fc80ac8a0 100644 (file)
@@ -35,7 +35,7 @@ class Law_Function;
 class GeomFill_CorrectedFrenet;
 DEFINE_STANDARD_HANDLE(GeomFill_CorrectedFrenet, GeomFill_TrihedronLaw)
 
-//! Defined an Corrected Frenet  Trihedron  Law It is
+//! Defined an Corrected Frenet Trihedron Law It is
 //! like Frenet with an Torsion's minimization
 class GeomFill_CorrectedFrenet : public GeomFill_TrihedronLaw
 {
@@ -61,7 +61,7 @@ public:
                                               gp_Vec&             Normal,
                                               gp_Vec&             BiNormal) Standard_OVERRIDE;
 
-  //! compute Triedrhon and  derivative Trihedron  on curve
+  //! compute Triedrhon and derivative Trihedron on curve
   //! at parameter <Param>
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real Param,
@@ -72,8 +72,8 @@ public:
                                               gp_Vec&             BiNormal,
                                               gp_Vec&             DBiNormal) Standard_OVERRIDE;
 
-  //! compute  Trihedron on curve
-  //! first and second derivatives.
+  //! compute Trihedron on curve
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real Param,
                                               gp_Vec&             Tangent,
@@ -86,16 +86,16 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -111,7 +111,7 @@ public:
   Standard_EXPORT GeomFill_Trihedron EvaluateBestMode();
 
   //! Get average value of Tangent(t) and Normal(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
index 0a68669f6cbd2bba6168ac3b0d8c6aead3f2fe10..147e5952b1a602273623fbe95d9e07c91d736abd 100644 (file)
@@ -34,11 +34,11 @@ DEFINE_STANDARD_HANDLE(GeomFill_CurveAndTrihedron, GeomFill_LocationLaw)
 
 //! Define location law with an TrihedronLaw and an
 //! curve
-//! Definition Location is :
-//! transformed  section   coordinates  in  (Curve(v)),
-//! (Normal(v),   BiNormal(v), Tangente(v))) systeme are
-//! the  same like section  shape coordinates in
-//! (O,(OX, OY, OZ)) systeme.
+//! Definition Location is:
+//! transformed section coordinates in (Curve(v)),
+//! (Normal(v), BiNormal(v), Tangente(v))) systems are
+//! the same like section shape coordinates in
+//! (O,(OX, OY, OZ)) system.
 class GeomFill_CurveAndTrihedron : public GeomFill_LocationLaw
 {
 
@@ -52,7 +52,7 @@ public:
 
   Standard_EXPORT virtual const Handle(Adaptor3d_Curve)& GetCurve() const Standard_OVERRIDE;
 
-  //! Set a transformation Matrix like   the law M(t) become
+  //! Set a transformation Matrix like the law M(t) become
   //! Mat * M(t)
   Standard_EXPORT virtual void SetTrsf(const gp_Mat& Transfo) Standard_OVERRIDE;
 
@@ -69,7 +69,7 @@ public:
                                               gp_Vec&               V,
                                               TColgp_Array1OfPnt2d& Poles2d) Standard_OVERRIDE;
 
-  //! compute location 2d  points and  associated
+  //! compute location 2d points and associated
   //! first derivatives.
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
@@ -80,8 +80,8 @@ public:
                                               TColgp_Array1OfPnt2d& Poles2d,
                                               TColgp_Array1OfVec2d& DPoles2d) Standard_OVERRIDE;
 
-  //! compute location 2d  points and associated
-  //! first and second derivatives.
+  //! compute location 2d points and associated
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               gp_Mat&               M,
@@ -94,16 +94,15 @@ public:
                                               TColgp_Array1OfVec2d& DPoles2d,
                                               TColgp_Array1OfVec2d& D2Poles2d) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
-  //! <S>.
+  //! Returns the number of intervals for continuity <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -121,25 +120,25 @@ public:
                                            Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First,
                                          Standard_Real& Last) const Standard_OVERRIDE;
 
-  //! Get the maximum Norm  of the matrix-location part.  It
+  //! Get the maximum Norm of the matrix-location part. It
   //! is usful to find a good Tolerance to approx M(t).
   Standard_EXPORT virtual Standard_Real GetMaximalNorm() Standard_OVERRIDE;
 
   //! Get average value of M(t) and V(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Mat& AM, gp_Vec& AV) Standard_OVERRIDE;
 
-  //! Say if the Location  Law, is an translation of  Location
+  //! Say if the Location Law, is an translation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsTranslation(Standard_Real& Error) const
     Standard_OVERRIDE;
 
-  //! Say if the Location  Law, is a rotation of Location
+  //! Say if the Location Law, is a rotation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsRotation(Standard_Real& Error) const Standard_OVERRIDE;
 
index aa71057d485d41f63899f051c6fa395e69a73e8c..95955277fbc9f0f47737b7d3bb95da80e250c6ed 100644 (file)
@@ -44,7 +44,7 @@ public:
                                               gp_Vec&             Normal,
                                               gp_Vec&             BiNormal) Standard_OVERRIDE;
 
-  //! compute Triedrhon and  derivative Trihedron  on curve
+  //! compute Triedrhon and derivative Trihedron on curve
   //! at parameter <Param>
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real Param,
@@ -55,8 +55,8 @@ public:
                                               gp_Vec&             BiNormal,
                                               gp_Vec&             DBiNormal) Standard_OVERRIDE;
 
-  //! compute  Trihedron on curve
-  //! first and second derivatives.
+  //! compute Trihedron on curve
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real Param,
                                               gp_Vec&             Tangent,
@@ -69,22 +69,22 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
 
   //! Get average value of Tangent(t) and Normal(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
index f06d250687b168763fe1945a441ab0d8597faaae..aa26b8c0763c172b232cdc90789c46b2ea59738a 100644 (file)
@@ -28,9 +28,9 @@ class GeomFill_DegeneratedBound;
 DEFINE_STANDARD_HANDLE(GeomFill_DegeneratedBound, GeomFill_Boundary)
 
 //! Description of a degenerated boundary (a point).
-//! Class defining  a degenerated  boundary   for   a
-//! constrained filling   with  a   point  and  no   other
-//! constraint. Only used to  simulate an  ordinary bound,
+//! Class defining a degenerated boundary for a
+//! constrained filling with a point and no other
+//! constraint. Only used to simulate an ordinary bound,
 //! may not be useful and desapear soon.
 class GeomFill_DegeneratedBound : public GeomFill_Boundary
 {
index 21490d4a5e46e0e5ea6f3dfae2206780ae0e93f5..39b394955e5b8c3baf6d705ef76a1a260a881e58 100644 (file)
@@ -56,7 +56,7 @@ public:
                                               gp_Vec&             Normal,
                                               gp_Vec&             BiNormal) Standard_OVERRIDE;
 
-  //! compute Trihedron and  derivative Trihedron  on curve
+  //! compute Trihedron and derivative Trihedron on curve
   //! at parameter <Param>
   //! Warning : It used only for C1 or C2 approximation
   //! For the moment it returns null values for DTangent, DNormal
@@ -69,8 +69,8 @@ public:
                                               gp_Vec&             BiNormal,
                                               gp_Vec&             DBiNormal) Standard_OVERRIDE;
 
-  //! compute  Trihedron on curve
-  //! first and second derivatives.
+  //! compute Trihedron on curve
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   //! For the moment it returns null values for DTangent, DNormal
   //! DBiNormal, D2Tangent, D2Normal, D2BiNormal.
@@ -85,22 +85,22 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
 
   //! Get average value of Tangent(t) and Normal(t) it is usful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
index 54a55b724c921378830f94a02daa4e28dcd02418..02bbd3cffa9dbf0ffe21131924ef481727b8e145 100644 (file)
@@ -40,15 +40,15 @@ public:
 
   //! compute Triedrhon and derivative Trihedron on curve at
   //! parameter <Param>
-  //! Warning : It used  only for C1 or C2 approximation
+  //! Warning: It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D0(const Standard_Real Param,
                                               gp_Vec&             Tangent,
                                               gp_Vec&             Normal,
                                               gp_Vec&             BiNormal) Standard_OVERRIDE;
 
   //! compute Trihedron on curve
-  //! first and second derivatives.
-  //! Warning : It used only for C2 approximation
+  //! first and second derivatives.
+  //! Warning: It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real Param,
                                               gp_Vec&             Tangent,
                                               gp_Vec&             DTangent,
@@ -68,22 +68,21 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
-  //! <S>.
+  //! Returns the number of intervals for continuity <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
 
   //! Get average value of Tangent(t) and Normal(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
index 95b686c857db2d19fa4d55cd13106637189373c8..c0cf7e2a83b90dc044f7f940de116ddf3a3574ba 100644 (file)
@@ -41,7 +41,7 @@ class GeomFill_EvolvedSection : public GeomFill_SectionLaw
 {
 
 public:
-  //! Make an SectionLaw with a Curve and a real  Law.
+  //! Make an SectionLaw with a Curve and a real Law.
   Standard_EXPORT GeomFill_EvolvedSection(const Handle(Geom_Curve)&   C,
                                           const Handle(Law_Function)& L);
 
@@ -50,8 +50,8 @@ public:
                                               TColgp_Array1OfPnt&   Poles,
                                               TColStd_Array1OfReal& Weigths) Standard_OVERRIDE;
 
-  //! compute the first  derivative in v direction  of the
-  //! section for v =  param
+  //! compute the first derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -59,8 +59,8 @@ public:
                                               TColStd_Array1OfReal& Weigths,
                                               TColStd_Array1OfReal& DWeigths) Standard_OVERRIDE;
 
-  //! compute the second derivative  in v direction of the
-  //! section  for v = param
+  //! compute the second derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -71,11 +71,11 @@ public:
                                               TColStd_Array1OfReal& D2Weigths) Standard_OVERRIDE;
 
   //! give if possible an bspline Surface, like iso-v are the
-  //! section.  If it is  not possible  this methode have  to
-  //! get an Null Surface.  Is it the default implementation.
+  //! section. If it is not possible this methode have to
+  //! get an Null Surface. Is it the default implementation.
   Standard_EXPORT virtual Handle(Geom_BSplineSurface) BSplineSurface() const Standard_OVERRIDE;
 
-  //! get the format of an  section
+  //! get the format of an section
   Standard_EXPORT virtual void SectionShape(Standard_Integer& NbPoles,
                                             Standard_Integer& NbKnots,
                                             Standard_Integer& Degree) const Standard_OVERRIDE;
@@ -92,19 +92,19 @@ public:
   //! Returns if the sections are periodic or not
   Standard_EXPORT virtual Standard_Boolean IsUPeriodic() const Standard_OVERRIDE;
 
-  //! Returns if the law  isperiodic or not
+  //! Returns if the law isperiodic or not
   Standard_EXPORT virtual Standard_Boolean IsVPeriodic() const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -122,15 +122,15 @@ public:
                                            Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First,
                                          Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Returns the tolerances associated at each poles to
-  //! reach  in approximation, to satisfy: BoundTol error
-  //! at the   Boundary  AngleTol tangent error  at  the
-  //! Boundary  (in radian)  SurfTol   error inside the
+  //! reach in approximation, to satisfy: BoundTol error
+  //! at the Boundary AngleTol tangent error at the
+  //! Boundary (in radian) SurfTol error inside the
   //! surface.
   Standard_EXPORT virtual void GetTolerance(const Standard_Real   BoundTol,
                                             const Standard_Real   SurfTol,
@@ -138,20 +138,20 @@ public:
                                             TColStd_Array1OfReal& Tol3d) const Standard_OVERRIDE;
 
   //! Get the barycentre of Surface.
-  //! An   very  poor estimation is sufficient.
+  //! An very poor estimation is sufficient.
   //! This information is useful to perform well
   //! conditioned rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE;
 
-  //! Returns the   length of the greater section. This
+  //! Returns the length of the greater section. This
   //! information is useful to G1's control.
   //! Warning: With an little value, approximation can be slower.
   Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE;
 
   //! Compute the minimal value of weight for each poles
-  //! in all  sections.
-  //! This information is  useful to control error
+  //! in all sections.
+  //! This information is useful to control error
   //! in rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const
@@ -160,7 +160,7 @@ public:
   //! return True If the Law isConstant
   Standard_EXPORT virtual Standard_Boolean IsConstant(Standard_Real& Error) const Standard_OVERRIDE;
 
-  //! Return the constant Section if <me>  IsConstant.
+  //! Return the constant Section if <me> IsConstant.
   Standard_EXPORT virtual Handle(Geom_Curve) ConstantSection() const Standard_OVERRIDE;
 
   DEFINE_STANDARD_RTTIEXT(GeomFill_EvolvedSection, GeomFill_SectionLaw)
index 83c555972baeb6ef9d979e2a10b75e5af6fe3030..f77b2b130a6f15a28ae98f3889a63bc8f1e1bd77 100644 (file)
@@ -43,7 +43,7 @@ public:
                                               gp_Vec&             Normal,
                                               gp_Vec&             BiNormal) Standard_OVERRIDE;
 
-  //! compute Triedrhon and  derivative Trihedron  on curve
+  //! compute Triedrhon and derivative Trihedron on curve
   //! at parameter <Param>
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real Param,
@@ -54,8 +54,8 @@ public:
                                               gp_Vec&             BiNormal,
                                               gp_Vec&             DBiNormal) Standard_OVERRIDE;
 
-  //! compute  Trihedron on curve
-  //! first and second derivatives.
+  //! compute Trihedron on curve
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real Param,
                                               gp_Vec&             Tangent,
@@ -68,22 +68,21 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
-  //! <S>.
+  //! Returns the number of intervals for continuity <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
 
   //! Get average value of Tangent(t) and Normal(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
index 30d8bf8ca341b8ec721a7ba80edca92c7ba64d09..7bba886bd04ace34357cbbae43a68f847ddd7594 100644 (file)
@@ -30,7 +30,7 @@ class gp_Vec;
 class GeomFill_Frenet;
 DEFINE_STANDARD_HANDLE(GeomFill_Frenet, GeomFill_TrihedronLaw)
 
-//! Defined Frenet Trihedron  Law
+//! Defined Frenet Trihedron Law
 class GeomFill_Frenet : public GeomFill_TrihedronLaw
 {
 
@@ -52,9 +52,9 @@ public:
                                               gp_Vec&             Normal,
                                               gp_Vec&             BiNormal) Standard_OVERRIDE;
 
-  //! compute Triedrhon and  derivative Trihedron  on curve
+  //! compute Triedrhon and derivative Trihedron on curve
   //! at parameter <Param>
-  //! Warning : It used only for C1 or C2 approximation
+  //! Warning: It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real Param,
                                               gp_Vec&             Tangent,
                                               gp_Vec&             DTangent,
@@ -63,9 +63,9 @@ public:
                                               gp_Vec&             BiNormal,
                                               gp_Vec&             DBiNormal) Standard_OVERRIDE;
 
-  //! compute  Trihedron on curve
-  //! first and second derivatives.
-  //! Warning : It used only for C2 approximation
+  //! compute Trihedron on curve
+  //! first and second derivatives.
+  //! Warning: It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real Param,
                                               gp_Vec&             Tangent,
                                               gp_Vec&             DTangent,
@@ -77,22 +77,21 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
-  //! <S>.
+  //! Returns the number of intervals for continuity <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
 
   //! Get average value of Tangent(t) and Normal(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
@@ -127,7 +126,7 @@ private:
                                               gp_Vec&                BiNormal,
                                               Standard_Real&         Delta);
 
-  //! computes Triedrhon and  derivative Trihedron  on curve
+  //! computes Triedrhon and derivative Trihedron on curve
   //! at parameter <Param>
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT Standard_Boolean SingularD1(const Standard_Real    Param,
@@ -140,8 +139,8 @@ private:
                                               gp_Vec&                DBiNormal,
                                               Standard_Real&         Delta);
 
-  //! computes  Trihedron on curve
-  //! first and second derivatives.
+  //! computes Trihedron on curve
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT Standard_Boolean SingularD2(const Standard_Real    Param,
                                               const Standard_Integer Index,
index a3a8d2f37eff8ac1486d720211bddabc5e4d041d..4055f735fd388c7924e70f23c877b92807b9cfba 100644 (file)
@@ -62,7 +62,7 @@ public:
                                                   math_Matrix&       D) Standard_OVERRIDE;
 
   //! returns the values <F> of the T derivatives for
-  //! the parameter Param .
+  //! the parameter Param.
   Standard_EXPORT Standard_Boolean DerivT(const Handle(Adaptor3d_Curve)& C,
                                           const Standard_Real            Param,
                                           const Standard_Real            W,
@@ -71,7 +71,7 @@ public:
                                           math_Vector&                   F);
 
   //! returns the values <F> of the T2 derivatives for
-  //! the parameter Param .
+  //! the parameter Param.
   Standard_EXPORT Standard_Boolean Deriv2T(const Handle(Adaptor3d_Curve)& C,
                                            const Standard_Real            Param,
                                            const Standard_Real            W,
@@ -79,14 +79,14 @@ public:
                                            const Standard_Real            teta,
                                            math_Vector&                   F);
 
-  //! returns the values <D> of  the TX derivatives for
-  //! the parameter Param .
+  //! returns the values <D> of the TX derivatives for
+  //! the parameter Param.
   Standard_EXPORT Standard_Boolean DerivTX(const gp_Vec&       dN,
                                            const Standard_Real teta,
                                            math_Matrix&        D);
 
-  //! returns the values <T> of  the X2 derivatives for
-  //! the parameter Param .
+  //! returns the values <T> of the X2 derivatives for
+  //! the parameter Param.
   Standard_EXPORT Standard_Boolean Deriv2X(const math_Vector& X, GeomFill_Tensor& T);
 
 protected:
index f4d0880c400e821530c768f7aa66094e636bf417..df2a2774b9b30e82fe692520162f45f427dd0960 100644 (file)
@@ -86,12 +86,12 @@ public:
 
   //! returns the values <F> of the T2 derivatives for
   //! the parameter Param .
-  //! returns the values <D> of  the TX derivatives for
+  //! returns the values <D> of the TX derivatives for
   //! the parameter Param .
-  //! returns Boolean  is static;
-  //! returns the values <T> of  the X2 derivatives for
+  //! returns Boolean is static;
+  //! returns the values <T> of the X2 derivatives for
   //! the parameter Param .
-  //! returns Boolean  is static;
+  //! returns Boolean is static;
   Standard_EXPORT Standard_Boolean Deriv2T(const gp_XYZ& DCentre,
                                            const gp_XYZ& DDir,
                                            math_Vector&  DFDT,
index b614d81a3465e7a4b66c631402b1e8f82d0d346e..ee7a0f82afd555f4745638fdb472c9fbfccf77c2 100644 (file)
@@ -24,9 +24,9 @@
 #include <GeomFill_Profiler.hxx>
 class Geom_Surface;
 
-//! Create a surface using generating lines.  Inherits
-//! profiler.  The  surface will be  a  BSplineSurface
-//! passing  by   all  the  curves  described  in  the
+//! Create a surface using generating lines. Inherits
+//! profiler. The surface will be a BSplineSurface
+//! passing by all the curves described in the
 //! generator. The VDegree of the resulting surface is
 //! 1.
 class GeomFill_Generator : public GeomFill_Profiler
index 689befda82a47ed28df4faaaae8175a7d678fda5..4ae37f7db2138e84594d87f76a39088f52200670 100644 (file)
@@ -31,8 +31,8 @@ class gp_Vec;
 class GeomFill_GuideTrihedronAC;
 DEFINE_STANDARD_HANDLE(GeomFill_GuideTrihedronAC, GeomFill_TrihedronWithGuide)
 
-//! Trihedron in  the  case of a sweeping along a guide  curve.
-//! defined by curviline  absciss
+//! Trihedron in the case of a sweeping along a guide curve.
+//! defined by curviline absciss
 class GeomFill_GuideTrihedronAC : public GeomFill_TrihedronWithGuide
 {
 
@@ -72,16 +72,16 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -94,7 +94,7 @@ public:
                                            const Standard_Real Last) Standard_OVERRIDE;
 
   //! Get average value of M(t) and V(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
index b483c9f4b7bed12741bf7270de689ca1ea293cc9..2a48d85d0bb59b8c2d378af8bf3447b255979553 100644 (file)
@@ -34,8 +34,8 @@ class gp_Vec;
 class GeomFill_GuideTrihedronPlan;
 DEFINE_STANDARD_HANDLE(GeomFill_GuideTrihedronPlan, GeomFill_TrihedronWithGuide)
 
-//! Trihedron in  the case of sweeping along a guide curve defined
-//! by the orthogonal  plan on  the trajectory
+//! Trihedron in the case of sweeping along a guide curve defined
+//! by the orthogonal plan on the trajectory
 class GeomFill_GuideTrihedronPlan : public GeomFill_TrihedronWithGuide
 {
 
@@ -86,22 +86,22 @@ public:
   Standard_EXPORT virtual void SetInterval(const Standard_Real First,
                                            const Standard_Real Last) Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
 
   //! Get average value of M(t) and V(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) Standard_OVERRIDE;
index 72ae74bfa16cfa73aabf80c38f84b51e8c357da3..5807c6f4e5872fd573fb8c98361c013a0911866b 100644 (file)
@@ -38,14 +38,14 @@ public:
                                       const Standard_Real First,
                                       const Standard_Real Last);
 
-  //! compute the first  derivative in v direction  of the
-  //! section for v =  param
+  //! compute the first derivative in v direction of the
+  //! section for v = param
   Standard_EXPORT Standard_Boolean D1(const Standard_Real Param,
                                       const Standard_Real First,
                                       const Standard_Real Last);
 
-  //! compute the second derivative  in v direction of the
-  //! section  for v = param
+  //! compute the second derivative in v direction of the
+  //! section for v = param
   Standard_EXPORT Standard_Boolean D2(const Standard_Real Param,
                                       const Standard_Real First,
                                       const Standard_Real Last);
index e3600bc9c4fa575207e723df7a45ce8bf86516d1..3f92eb56a148ca769c379f4c631da8052bf9c5a3 100644 (file)
@@ -67,7 +67,7 @@ public:
                                               gp_Vec&               V,
                                               TColgp_Array1OfPnt2d& Poles2d) Standard_OVERRIDE;
 
-  //! compute location 2d  points and  associated
+  //! compute location 2d points and associated
   //! first derivatives.
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
@@ -78,8 +78,8 @@ public:
                                               TColgp_Array1OfPnt2d& Poles2d,
                                               TColgp_Array1OfVec2d& DPoles2d) Standard_OVERRIDE;
 
-  //! compute location 2d  points and associated
-  //! first and second derivatives.
+  //! compute location 2d points and associated
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               gp_Mat&               M,
@@ -93,13 +93,13 @@ public:
                                               TColgp_Array1OfVec2d& D2Poles2d) Standard_OVERRIDE;
 
   //! Say if the first restriction is defined in this class.
-  //! If it  is true the  first element  of poles array   in
+  //! If it is true the first element of poles array in
   //! D0,D1,D2... Correspond to this restriction.
   //! Returns Standard_False (default implementation)
   Standard_EXPORT virtual Standard_Boolean HasFirstRestriction() const Standard_OVERRIDE;
 
   //! Say if the last restriction is defined in this class.
-  //! If it is  true the  last element  of poles array in
+  //! If it is true the last element of poles array in
   //! D0,D1,D2... Correspond to this restriction.
   //! Returns Standard_False (default implementation)
   Standard_EXPORT virtual Standard_Boolean HasLastRestriction() const Standard_OVERRIDE;
@@ -108,16 +108,15 @@ public:
   //! Returns 1 (default implementation)
   Standard_EXPORT virtual Standard_Integer TraceNumber() const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
-  //! <S>.
+  //! Returnsthe number of intervals for continuity <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -135,12 +134,12 @@ public:
                                            Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First,
                                          Standard_Real& Last) const Standard_OVERRIDE;
 
-  //! Returns the resolutions in the  sub-space 2d <Index>
+  //! Returns the resolutions in the sub-space 2d <Index>
   //! This information is useful to find a good tolerance in
   //! 2d approximation.
   //! Warning: Used only if Nb2dCurve > 0
@@ -149,20 +148,20 @@ public:
                                           Standard_Real&         TolU,
                                           Standard_Real&         TolV) const Standard_OVERRIDE;
 
-  //! Get the maximum Norm  of the matrix-location part.  It
+  //! Get the maximum Norm of the matrix-location part. It
   //! is usful to find a good Tolerance to approx M(t).
   Standard_EXPORT virtual Standard_Real GetMaximalNorm() Standard_OVERRIDE;
 
   //! Get average value of M(t) and V(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Mat& AM, gp_Vec& AV) Standard_OVERRIDE;
 
-  //! Say if the Location  Law, is an translation of  Location
+  //! Say if the Location Law, is an translation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsTranslation(Standard_Real& Error) const
     Standard_OVERRIDE;
 
-  //! Say if the Location  Law, is a rotation of Location
+  //! Say if the Location Law, is a rotation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsRotation(Standard_Real& Error) const Standard_OVERRIDE;
 
index 2981cd63d505c10daeb6a2d2a4da04a485f3972e..1365da2efafe8787d56daa3aaf5a8a0ac3668eec 100644 (file)
@@ -76,7 +76,7 @@ public:
                                               gp_Vec&               V,
                                               TColgp_Array1OfPnt2d& Poles2d) Standard_OVERRIDE;
 
-  //! compute location 2d  points and  associated
+  //! compute location 2d points and associated
   //! first derivatives.
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
@@ -87,8 +87,8 @@ public:
                                               TColgp_Array1OfPnt2d& Poles2d,
                                               TColgp_Array1OfVec2d& DPoles2d) Standard_OVERRIDE;
 
-  //! compute location 2d  points and associated
-  //! first and second derivatives.
+  //! compute location 2d points and associated
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               gp_Mat&               M,
@@ -102,13 +102,13 @@ public:
                                               TColgp_Array1OfVec2d& D2Poles2d) Standard_OVERRIDE;
 
   //! Say if the first restriction is defined in this class.
-  //! If it  is true the  first element  of poles array   in
+  //! If it is true the first element of poles array in
   //! D0,D1,D2... Correspond to this restriction.
   //! Returns Standard_False (default implementation)
   Standard_EXPORT virtual Standard_Boolean HasFirstRestriction() const Standard_OVERRIDE;
 
   //! Say if the last restriction is defined in this class.
-  //! If it is  true the  last element  of poles array in
+  //! If it is true the last element of poles array in
   //! D0,D1,D2... Correspond to this restriction.
   //! Returns Standard_False (default implementation)
   Standard_EXPORT virtual Standard_Boolean HasLastRestriction() const Standard_OVERRIDE;
@@ -121,16 +121,15 @@ public:
   //! Returns PipeOk (default implementation)
   Standard_EXPORT virtual GeomFill_PipeError ErrorStatus() const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
-  //! <S>.
+  //! Returns the number of intervals for continuity <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -148,7 +147,7 @@ public:
                                            Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First,
                                          Standard_Real& Last) const Standard_OVERRIDE;
@@ -159,7 +158,7 @@ public:
   Standard_EXPORT virtual void SetTolerance(const Standard_Real Tol3d,
                                             const Standard_Real Tol2d) Standard_OVERRIDE;
 
-  //! Returns the resolutions in the  sub-space 2d <Index>
+  //! Returns the resolutions in the sub-space 2d <Index>
   //! This information is useful to find a good tolerance in
   //! 2d approximation.
   //! Warning: Used only if Nb2dCurve > 0
@@ -168,20 +167,20 @@ public:
                                           Standard_Real&         TolU,
                                           Standard_Real&         TolV) const Standard_OVERRIDE;
 
-  //! Get the maximum Norm  of the matrix-location part.  It
+  //! Get the maximum Norm of the matrix-location part. It
   //! is usful to find a good Tolerance to approx M(t).
   Standard_EXPORT virtual Standard_Real GetMaximalNorm() Standard_OVERRIDE;
 
   //! Get average value of M(t) and V(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Mat& AM, gp_Vec& AV) Standard_OVERRIDE;
 
-  //! Say if the Location  Law, is an translation of  Location
+  //! Say if the Location Law, is an translation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsTranslation(Standard_Real& Error) const
     Standard_OVERRIDE;
 
-  //! Say if the Location  Law, is a rotation of Location
+  //! Say if the Location Law, is a rotation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsRotation(Standard_Real& Error) const Standard_OVERRIDE;
 
index ae84cdb319758d7bbd97350668f4ce6ad822102d..5ad14de10c3b6fdbb58814015013740001693087 100644 (file)
@@ -31,8 +31,8 @@ class gp_Pnt;
 class GeomFill_LocationLaw;
 DEFINE_STANDARD_HANDLE(GeomFill_LocationLaw, Standard_Transient)
 
-//! To define location  law in Sweeping location is --
-//! defined   by an  Matrix  M and  an Vector  V,  and
+//! To define location law in Sweeping location is
+//! defined by an Matrix M and an Vector V, and
 //! transform an point P in MP+V.
 class GeomFill_LocationLaw : public Standard_Transient
 {
@@ -43,7 +43,7 @@ public:
 
   Standard_EXPORT virtual const Handle(Adaptor3d_Curve)& GetCurve() const = 0;
 
-  //! Set a transformation Matrix like   the law M(t) become
+  //! Set a transformation Matrix like the law M(t) become
   //! Mat * M(t)
   Standard_EXPORT virtual void SetTrsf(const gp_Mat& Transfo) = 0;
 
@@ -58,9 +58,9 @@ public:
                                               gp_Vec&               V,
                                               TColgp_Array1OfPnt2d& Poles2d) = 0;
 
-  //! compute location 2d  points and  associated
+  //! compute location 2d points and associated
   //! first derivatives.
-  //! Warning : It used only for C1 or C2 approximation
+  //! Warning: It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
                                               gp_Mat&               M,
                                               gp_Vec&               V,
@@ -69,9 +69,9 @@ public:
                                               TColgp_Array1OfPnt2d& Poles2d,
                                               TColgp_Array1OfVec2d& DPoles2d);
 
-  //! compute location 2d  points and associated
-  //! first and second derivatives.
-  //! Warning : It used only for C2 approximation
+  //! compute location 2d points and associated
+  //! first and second derivatives.
+  //! Warning: It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               gp_Mat&               M,
                                               gp_Vec&               V,
@@ -83,18 +83,18 @@ public:
                                               TColgp_Array1OfVec2d& DPoles2d,
                                               TColgp_Array1OfVec2d& D2Poles2d);
 
-  //! get the number of  2d  curves (Restrictions  +  Traces)
+  //! get the number of 2d curves (Restrictions + Traces)
   //! to approximate.
   Standard_EXPORT Standard_Integer Nb2dCurves() const;
 
   //! Say if the first restriction is defined in this class.
-  //! If it  is true the  first element  of poles array   in
+  //! If it is true the first element of poles array in
   //! D0,D1,D2... Correspond to this restriction.
   //! Returns Standard_False (default implementation)
   Standard_EXPORT virtual Standard_Boolean HasFirstRestriction() const;
 
   //! Say if the last restriction is defined in this class.
-  //! If it is  true the  last element  of poles array in
+  //! If it is true the last element of poles array in
   //! D0,D1,D2... Correspond to this restriction.
   //! Returns Standard_False (default implementation)
   Standard_EXPORT virtual Standard_Boolean HasLastRestriction() const;
@@ -107,15 +107,14 @@ public:
   //! Returns PipeOk (default implementation)
   Standard_EXPORT virtual GeomFill_PipeError ErrorStatus() const;
 
-  //! Returns  the number  of  intervals for  continuity
-  //! <S>.
+  //! Returns the number of intervals for continuity <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const = 0;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0;
 
@@ -130,11 +129,11 @@ public:
   Standard_EXPORT virtual void GetInterval(Standard_Real& First, Standard_Real& Last) const = 0;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First, Standard_Real& Last) const = 0;
 
-  //! Returns the resolutions in the  sub-space 2d <Index>
+  //! Returns the resolutions in the sub-space 2d <Index>
   //! This information is useful to find a good tolerance in
   //! 2d approximation.
   Standard_EXPORT virtual void Resolution(const Standard_Integer Index,
@@ -147,7 +146,7 @@ public:
   //! The default implementation make nothing.
   Standard_EXPORT virtual void SetTolerance(const Standard_Real Tol3d, const Standard_Real Tol2d);
 
-  //! Get the maximum Norm  of the matrix-location part.  It
+  //! Get the maximum Norm of the matrix-location part. It
   //! is usful to find a good Tolerance to approx M(t).
   Standard_EXPORT virtual Standard_Real GetMaximalNorm() = 0;
 
@@ -155,11 +154,11 @@ public:
   //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Mat& AM, gp_Vec& AV) = 0;
 
-  //! Say if the Location  Law, is an translation of  Location
+  //! Say if the Location Law, is an translation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsTranslation(Standard_Real& Error) const;
 
-  //! Say if the Location  Law, is a rotation of Location
+  //! Say if the Location Law, is a rotation of Location
   //! The default implementation is " returns False ".
   Standard_EXPORT virtual Standard_Boolean IsRotation(Standard_Real& Error) const;
 
index 7bd30babb69445496b3685873bf0c82ecea067f7..64638b5232620770d5f4e639ac08e3cbc7bd0eed 100644 (file)
@@ -85,8 +85,8 @@ public:
                                               TColgp_Array1OfPnt&   Poles,
                                               TColStd_Array1OfReal& Weigths) Standard_OVERRIDE;
 
-  //! compute the first  derivative in v direction  of the
-  //! section for v =  param
+  //! compute the first derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -94,8 +94,8 @@ public:
                                               TColStd_Array1OfReal& Weigths,
                                               TColStd_Array1OfReal& DWeigths) Standard_OVERRIDE;
 
-  //! compute the second derivative  in v direction of the
-  //! section  for v = param
+  //! compute the second derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -112,11 +112,11 @@ public:
   Standard_EXPORT void ComputeSurface();
 
   //! give if possible an bspline Surface, like iso-v are the
-  //! section.  If it is  not possible  this methode have  to
-  //! get an Null Surface.  Is it the default implementation.
+  //! section. If it is not possible this methode have to
+  //! get an Null Surface. Is it the default implementation.
   Standard_EXPORT virtual Handle(Geom_BSplineSurface) BSplineSurface() const Standard_OVERRIDE;
 
-  //! get the format of an  section
+  //! get the format of an section
   Standard_EXPORT virtual void SectionShape(Standard_Integer& NbPoles,
                                             Standard_Integer& NbKnots,
                                             Standard_Integer& Degree) const Standard_OVERRIDE;
@@ -133,19 +133,19 @@ public:
   //! Returns if the sections are periodic or not
   Standard_EXPORT virtual Standard_Boolean IsUPeriodic() const Standard_OVERRIDE;
 
-  //! Returns if the law  isperiodic or not
+  //! Returns if the law isperiodic or not
   Standard_EXPORT virtual Standard_Boolean IsVPeriodic() const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -163,15 +163,15 @@ public:
                                            Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First,
                                          Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Returns the tolerances associated at each poles to
-  //! reach  in approximation, to satisfy: BoundTol error
-  //! at the   Boundary  AngleTol tangent error  at  the
-  //! Boundary  (in radian)  SurfTol   error inside the
+  //! reach in approximation, to satisfy: BoundTol error
+  //! at the Boundary AngleTol tangent error at the
+  //! Boundary (in radian) SurfTol error inside the
   //! surface.
   Standard_EXPORT virtual void GetTolerance(const Standard_Real   BoundTol,
                                             const Standard_Real   SurfTol,
@@ -179,20 +179,20 @@ public:
                                             TColStd_Array1OfReal& Tol3d) const Standard_OVERRIDE;
 
   //! Get the barycentre of Surface.
-  //! An   very  poor estimation is sufficient.
+  //! An very poor estimation is sufficient.
   //! This information is useful to perform well
   //! conditioned rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE;
 
-  //! Returns the   length of the greater section. This
+  //! Returns the length of the greater section. This
   //! information is useful to G1's control.
   //! Warning: With an little value, approximation can be slower.
   Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE;
 
   //! Compute the minimal value of weight for each poles
-  //! in all  sections.
-  //! This information is  useful to control error
+  //! in all sections.
+  //! This information is useful to control error
   //! in rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const
@@ -201,17 +201,17 @@ public:
   //! return True If the Law isConstant
   Standard_EXPORT virtual Standard_Boolean IsConstant(Standard_Real& Error) const Standard_OVERRIDE;
 
-  //! Return the constant Section if <me>  IsConstant.
+  //! Return the constant Section if <me> IsConstant.
   Standard_EXPORT virtual Handle(Geom_Curve) ConstantSection() const Standard_OVERRIDE;
 
-  //! Returns True if all section  are circle, with same
-  //! plane,same center and  linear  radius  evolution
+  //! Returns True if all section are circle, with same
+  //! plane,same center and linear radius evolution
   //! Return False by Default.
   Standard_EXPORT virtual Standard_Boolean IsConicalLaw(Standard_Real& Error) const
     Standard_OVERRIDE;
 
-  //! Return the circle section  at parameter <Param>, if
-  //! <me> a  IsConicalLaw
+  //! Return the circle section at parameter <Param>, if
+  //! <me> a IsConicalLaw
   Standard_EXPORT virtual Handle(Geom_Curve) CirclSection(const Standard_Real Param) const
     Standard_OVERRIDE;
 
index ae1691a59c2f5342caf6a657952f689603519a85..97abe16a16a7095426d67c548ea5c8e50fac4ec7 100644 (file)
@@ -45,10 +45,10 @@ class gp_Dir;
 //! -   implementing the construction algorithm, and
 //! -   consulting the resulting surface.
 //! There are several methods to instantiate a Pipe:
-//! 1) give a path and  a radius : the section is
-//! a circle.  This location  is the first  point
-//! of the path,  and this direction is the first
-//! derivate (calculate at  the  first point ) of
+//! 1) give a path and a radius: the section is
+//! a circle. This location is the first point
+//! of the path, and this direction is the first
+//! derivate (calculate at the first point ) of
 //! the path.
 //!
 //! 2) give a path and a section.
@@ -64,15 +64,15 @@ class gp_Dir;
 //! 2.c) Define the path by a surface and a 2dcurve,
 //! the surface is used to define the trihedron's normal.
 //! It is useful to keep a constant angle between
-//! input surface and the pipe.                           --
-//! 3) give a  path and two sections. The section
+//! input surface and the pipe.
+//! 3) give a path and two sections. The section
 //! evaluate from First to Last Section.
 //!
-//! 3) give a  path and N sections. The section
+//! 3) give a path and N sections. The section
 //! evaluate from First to Last Section.
 //!
 //! In general case the result is a NURBS. But we
-//! can  generate plane,  cylindrical, spherical,
+//! can generate plane, cylindrical, spherical,
 //! conical, toroidal surface in some particular case.
 //!
 //! The natural parametrization of the result is:
@@ -94,23 +94,23 @@ public:
 
   Standard_EXPORT GeomFill_Pipe(const Handle(Geom_Curve)& Path, const Standard_Real Radius);
 
-  //! Create  a  pipe  with  a  constant  section
-  //! (<FirstSection>)  and a path (<Path>)
-  //! Option can be  - GeomFill_IsCorrectedFrenet
+  //! Create a pipe with a constant section
+  //! (<FirstSection>) and a path (<Path>)
+  //! Option can be - GeomFill_IsCorrectedFrenet
   //! - GeomFill_IsFrenet
   //! - GeomFill_IsConstant
   Standard_EXPORT GeomFill_Pipe(const Handle(Geom_Curve)& Path,
                                 const Handle(Geom_Curve)& FirstSect,
                                 const GeomFill_Trihedron  Option = GeomFill_IsCorrectedFrenet);
 
-  //! Create  a  pipe  with  a  constant  section
-  //! (<FirstSection>)  and a path defined by <Path> and <Support>
+  //! Create a pipe with a constant section
+  //! (<FirstSection>) and a path defined by <Path> and <Support>
   Standard_EXPORT GeomFill_Pipe(const Handle(Geom2d_Curve)& Path,
                                 const Handle(Geom_Surface)& Support,
                                 const Handle(Geom_Curve)&   FirstSect);
 
-  //! Create  a  pipe with  a  constant section
-  //! (<FirstSection>) and a   path <Path>  and a fixed
+  //! Create a pipe with a constant section
+  //! (<FirstSection>) and a path <Path> and a fixed
   //! binormal direction <Dir>
   Standard_EXPORT GeomFill_Pipe(const Handle(Geom_Curve)& Path,
                                 const Handle(Geom_Curve)& FirstSect,
@@ -122,26 +122,26 @@ public:
                                 const Handle(Geom_Curve)& FirstSect,
                                 const Handle(Geom_Curve)& LastSect);
 
-  //! Create a pipe with N  sections
+  //! Create a pipe with N sections
   //! The section evaluate from First to Last Section
   Standard_EXPORT GeomFill_Pipe(const Handle(Geom_Curve)&       Path,
                                 const TColGeom_SequenceOfCurve& NSections);
 
-  //! Create  a pipe  with  a constant  radius with  2
+  //! Create a pipe with a constant radius with 2
   //! guide-line.
   Standard_EXPORT GeomFill_Pipe(const Handle(Geom_Curve)& Path,
                                 const Handle(Geom_Curve)& Curve1,
                                 const Handle(Geom_Curve)& Curve2,
                                 const Standard_Real       Radius);
 
-  //! Create  a pipe  with  a constant  radius with  2
+  //! Create a pipe with a constant radius with 2
   //! guide-line.
   Standard_EXPORT GeomFill_Pipe(const Handle(Adaptor3d_Curve)& Path,
                                 const Handle(Adaptor3d_Curve)& Curve1,
                                 const Handle(Adaptor3d_Curve)& Curve2,
                                 const Standard_Real            Radius);
 
-  //! Create a pipe with a constant section and  with 1
+  //! Create a pipe with a constant section and with 1
   //! guide-line.
   //! Use the function Perform to build the surface.
   //! All standard specific cases are detected in order to
@@ -206,7 +206,7 @@ public:
   Standard_EXPORT void Init(const Handle(Geom_Curve)&       Path,
                             const TColGeom_SequenceOfCurve& NSections);
 
-  //! Create  a pipe  with  a constant  radius with  2
+  //! Create a pipe with a constant radius with 2
   //! guide-line.
   Standard_EXPORT void Init(const Handle(Adaptor3d_Curve)& Path,
                             const Handle(Adaptor3d_Curve)& Curve1,
@@ -239,8 +239,8 @@ public:
   Standard_EXPORT void Perform(const Standard_Boolean WithParameters = Standard_False,
                                const Standard_Boolean myPolynomial   = Standard_False);
 
-  //! detects the  particular cases.  And compute the surface.
-  //! if  none   particular  case  is  detected we make an approximation
+  //! Detects the particular cases, and computes the surface.
+  //! if none particular case is detected we make an approximation
   //! with respect of the Tolerance <Tol>, the continuty <Conti>, the
   //! maximum degree <MaxDegree>, the maximum number of span <NbMaxSegment>
   //! and the spine parametrization.
@@ -252,7 +252,7 @@ public:
                                const Standard_Integer NbMaxSegment = 30);
 
   //! Returns the surface built by this algorithm.
-  //! Warning
+  //! Warning:
   //! Do not use this function before the surface is built (in this
   //! case the function will return a null handle).
   const Handle(Geom_Surface)& Surface() const;
@@ -267,19 +267,19 @@ public:
   //! parameterization is inversed.
   //! The ExchangeUV function checks for this, and returns
   //! true in all these specific cases.
-  //! Warning
+  //! Warning:
   //! Do not use this function before the surface is built.
   Standard_Boolean ExchangeUV() const;
 
-  //! Sets a flag  to  try to   create as many   planes,
-  //! cylinder,...    as  possible.  Default  value   is
+  //! Sets a flag to try to create as many planes,
+  //! cylinder,... as possible. Default value is
   //! <Standard_False>.
   void GenerateParticularCase(const Standard_Boolean B);
 
   //! Returns the flag.
   Standard_Boolean GenerateParticularCase() const;
 
-  //! Returns the approximation's error.  if the Surface
+  //! Returns the approximation's error. if the Surface
   //! is plane, cylinder ... this error can be 0.
   Standard_Real ErrorOnSurf() const;
 
@@ -293,10 +293,10 @@ protected:
 private:
   Standard_EXPORT void Init();
 
-  //! The result  (<mySurface>)  is an approximation.  Using
-  //! <SweepSectionGenerator>  to      do    that.        If
-  //! <WithParameters>    is   set  to <Standard_True>,  the
-  //! apprxoximation will be   done in respect to  the spine
+  //! The result (<mySurface>) is an approximation. Using
+  //! <SweepSectionGenerator> to do that. If
+  //! <WithParameters> is set to <Standard_True>, the
+  //! apprxoximation will be done in respect to the spine
   //! parametrization.
   Standard_EXPORT void ApproxSurf(const Standard_Boolean WithParameters);
 
index 7658c94365e2177e2d48b55b7acc736651da371f..b3af153e9a291574089cebe4fc9964347a36717c 100644 (file)
@@ -29,8 +29,8 @@
 class Geom_Curve;
 
 //! Evaluation of the common BSplineProfile of a group
-//! of curves  from Geom. All the curves will have the
-//! same  degree,  the same knot-vector, so  the  same
+//! of curves from Geom. All the curves will have the
+//! same degree, the same knot-vector, so the same
 //! number of poles.
 class GeomFill_Profiler
 {
@@ -55,11 +55,11 @@ public:
   //! Raises if not yet perform
   Standard_EXPORT Standard_Integer NbPoles() const;
 
-  //! returns in <Poles> the  poles  of the BSplineCurve
+  //! returns in <Poles> the poles of the BSplineCurve
   //! from index <Index> adjusting to the current profile.
   //! Raises if not yet perform
   //! Raises if <Index> not in the range [1,NbCurves]
-  //! if  the  length  of  <Poles>  is  not  equal  to
+  //! if the length of <Poles> is not equal to
   //! NbPoles().
   Standard_EXPORT void Poles(const Standard_Integer Index, TColgp_Array1OfPnt& Poles) const;
 
@@ -67,7 +67,7 @@ public:
   //! from index <Index> adjusting to the current profile.
   //! Raises if not yet perform
   //! Raises if <Index> not in the range [1,NbCurves] or
-  //! if  the  length  of  <Weights>  is  not  equal  to
+  //! if the length of <Weights> is not equal to
   //! NbPoles().
   Standard_EXPORT void Weights(const Standard_Integer Index, TColStd_Array1OfReal& Weights) const;
 
@@ -75,7 +75,7 @@ public:
   Standard_EXPORT Standard_Integer NbKnots() const;
 
   //! Raises if not yet perform
-  //! Raises if  the lengths of <Knots> and <Mults> are
+  //! Raises if the lengths of <Knots> and <Mults> are
   //! not equal to NbKnots().
   Standard_EXPORT void KnotsAndMults(TColStd_Array1OfReal&    Knots,
                                      TColStd_Array1OfInteger& Mults) const;
index 6cb56c148054e1679f117f050bfae1f83a4fe25d..3dd1a01c1de6360902ded68cf09f5811d43111cd 100644 (file)
@@ -31,8 +31,8 @@
 #include <TColgp_Array1OfPnt2d.hxx>
 #include <TColgp_Array1OfVec2d.hxx>
 
-//! gives  the  functions  needed  for  instantiation from
-//! AppSurf in AppBlend.   Allow  to  evaluate  a  surface
+//! gives the functions needed for instantiation from
+//! AppSurf in AppBlend. Allow to evaluate a surface
 //! passing by all the curves if the Profiler.
 class GeomFill_SectionGenerator : public GeomFill_Profiler
 {
@@ -68,7 +68,7 @@ public:
                                TColgp_Array1OfPnt2d&  Poles2d,
                                TColStd_Array1OfReal&  Weigths) const;
 
-  //! Returns  the parameter of   Section<P>, to impose  it for the
+  //! Returns the parameter of Section<P>, to impose it for the
   //! approximation.
   Standard_EXPORT Standard_Real Parameter(const Standard_Integer P) const;
 
index 31ea505a6fbcc05d0593531811fe8fef09ba2390..541b47e6e7a18a860775203af30f74d81ee455f9 100644 (file)
@@ -34,7 +34,7 @@ class Geom_Curve;
 class GeomFill_SectionLaw;
 DEFINE_STANDARD_HANDLE(GeomFill_SectionLaw, Standard_Transient)
 
-//! To define section law in  sweeping
+//! To define section law in sweeping
 class GeomFill_SectionLaw : public Standard_Transient
 {
 
@@ -44,8 +44,8 @@ public:
                                               TColgp_Array1OfPnt&   Poles,
                                               TColStd_Array1OfReal& Weigths) = 0;
 
-  //! compute the first  derivative in v direction  of the
-  //! section for v =  param
+  //! compute the first derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -53,8 +53,8 @@ public:
                                               TColStd_Array1OfReal& Weigths,
                                               TColStd_Array1OfReal& DWeigths);
 
-  //! compute the second derivative  in v direction of the
-  //! section  for v = param
+  //! compute the second derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -65,11 +65,11 @@ public:
                                               TColStd_Array1OfReal& D2Weigths);
 
   //! give if possible an bspline Surface, like iso-v are the
-  //! section.   If it is  not possible this  methode have to
-  //! get an Null Surface. It is the default  implementation.
+  //! section. If it is not possible this method have to
+  //! get an Null Surface. It is the default implementation.
   Standard_EXPORT virtual Handle(Geom_BSplineSurface) BSplineSurface() const;
 
-  //! get the format of an  section
+  //! get the format of an section
   Standard_EXPORT virtual void SectionShape(Standard_Integer& NbPoles,
                                             Standard_Integer& NbKnots,
                                             Standard_Integer& Degree) const = 0;
@@ -89,15 +89,15 @@ public:
   //! Returns if law is periodic or not
   Standard_EXPORT virtual Standard_Boolean IsVPeriodic() const = 0;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const = 0;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0;
 
@@ -112,40 +112,40 @@ public:
   Standard_EXPORT virtual void GetInterval(Standard_Real& First, Standard_Real& Last) const = 0;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First, Standard_Real& Last) const = 0;
 
   //! Returns the tolerances associated at each poles to
-  //! reach  in approximation, to satisfy: BoundTol error
-  //! at the   Boundary  AngleTol tangent error  at  the
-  //! Boundary  (in radian)  SurfTol   error inside the
+  //! reach in approximation, to satisfy: BoundTol error
+  //! at the Boundary AngleTol tangent error at the
+  //! Boundary (in radian) SurfTol error inside the
   //! surface.
   Standard_EXPORT virtual void GetTolerance(const Standard_Real   BoundTol,
                                             const Standard_Real   SurfTol,
                                             const Standard_Real   AngleTol,
                                             TColStd_Array1OfReal& Tol3d) const = 0;
 
-  //! Is  useful, if (me)  have to run  numerical
-  //! algorithm  to perform D0,  D1 or D2
+  //! Is useful, if <me> has to run numerical
+  //! algorithm to perform D0, D1 or D2
   //! The default implementation make nothing.
   Standard_EXPORT virtual void SetTolerance(const Standard_Real Tol3d, const Standard_Real Tol2d);
 
   //! Get the barycentre of Surface.
-  //! An   very  poor estimation is sufficient.
+  //! A very poor estimation is sufficient.
   //! This information is useful to perform well
   //! conditioned rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const;
 
-  //! Returns the   length of the greater section. This
+  //! Returns the length of the greater section. This
   //! information is useful to G1's control.
   //! Warning: With an little value, approximation can be slower.
   Standard_EXPORT virtual Standard_Real MaximalSection() const = 0;
 
   //! Compute the minimal value of weight for each poles
-  //! in all  sections.
-  //! This information is  useful to control error
+  //! in all sections.
+  //! This information is useful to control error
   //! in rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const;
@@ -153,17 +153,17 @@ public:
   //! Say if all sections are equals
   Standard_EXPORT virtual Standard_Boolean IsConstant(Standard_Real& Error) const;
 
-  //! Return a  copy of the  constant Section,  if me
+  //! Return a copy of the constant Section, if <me>
   //! IsConstant
   Standard_EXPORT virtual Handle(Geom_Curve) ConstantSection() const;
 
-  //! Returns True if all section  are circle, with same
-  //! plane,same center and  linear  radius  evolution
+  //! Returns True if all section are circle, with same
+  //! plane,same center and linear radius evolution
   //! Return False by Default.
   Standard_EXPORT virtual Standard_Boolean IsConicalLaw(Standard_Real& Error) const;
 
-  //! Return the circle section  at parameter <Param>, if
-  //! <me> a  IsConicalLaw
+  //! Return the circle section at parameter <Param>, if
+  //! <me> a IsConicalLaw
   Standard_EXPORT virtual Handle(Geom_Curve) CirclSection(const Standard_Real Param) const;
 
   DEFINE_STANDARD_RTTIEXT(GeomFill_SectionLaw, Standard_Transient)
index 249a8add6284dd92b8098776601bf9f8d1349ef1..169a51c3d39ae8ebd9bb2be06f0341e06c408a59 100644 (file)
@@ -73,7 +73,7 @@ public:
   //! Compute the Section, in the coordinate system given by
   //! the Location Law.
   //! To have the Normal to section equal to the Location
-  //! Law Normal.  If <WithTranslation> contact between
+  //! Law Normal. If <WithTranslation> contact between
   //! <Section> and <Path> is forced.
   Standard_EXPORT Handle(Geom_Curve) ModifiedSection(const Standard_Boolean WithTranslation) const;
 
index 73c163d28517924fea7ec10680d30a428e8f644a..ff2749450d649813724908337443ce772c77a68e 100644 (file)
@@ -30,7 +30,7 @@
 class gp_Pnt;
 class gp_Vec;
 
-//! to  represent  function  C'(t)^C''(t)
+//! to represent function C'(t)^C''(t)
 class GeomFill_SnglrFunc : public Adaptor3d_Curve
 {
 public:
@@ -47,14 +47,14 @@ public:
 
   Standard_EXPORT Standard_Real LastParameter() const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>. May be one if Continuity(me) >= <S>
   Standard_EXPORT Standard_Integer NbIntervals(const GeomAbs_Shape S) const Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT void Intervals(TColStd_Array1OfReal& T,
                                  const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -100,12 +100,12 @@ public:
   Standard_EXPORT gp_Vec DN(const Standard_Real    U,
                             const Standard_Integer N) const Standard_OVERRIDE;
 
-  //! Returns the parametric  resolution corresponding
+  //! Returns the parametric resolution corresponding
   //! to the real space resolution <R3d>.
   Standard_EXPORT Standard_Real Resolution(const Standard_Real R3d) const Standard_OVERRIDE;
 
-  //! Returns  the  type of the   curve  in the  current
-  //! interval :   Line,   Circle,   Ellipse, Hyperbola,
+  //! Returns the type of the curve in the current
+  //! interval: Line, Circle, Ellipse, Hyperbola,
   //! Parabola, BezierCurve, BSplineCurve, OtherCurve.
   Standard_EXPORT GeomAbs_CurveType GetType() const Standard_OVERRIDE;
 
index d520b023d168a4d6423b8455e85df341934c11e1..93928dd5c99a7bd91afea738f2da248af3128a83 100644 (file)
@@ -70,7 +70,7 @@ public:
                                               TColStd_Array1OfReal& Weigths,
                                               TColStd_Array1OfReal& DWeigths) Standard_OVERRIDE;
 
-  //! compute the second derivative  in v direction of the
+  //! compute the second derivative in v direction of the
   //! section for v = param
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               const Standard_Real   First,
@@ -110,7 +110,7 @@ public:
   //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -141,24 +141,24 @@ public:
                                             const Standard_Real   AngleTol,
                                             TColStd_Array1OfReal& Tol3d) const Standard_OVERRIDE;
 
-  //! Is useful, if (me) have to  be run numerical
+  //! Is useful, if <me> has to be run numerical
   //! algorithme to perform D0, D1 or D2
   Standard_EXPORT virtual void SetTolerance(const Standard_Real Tol3d,
                                             const Standard_Real Tol2d) Standard_OVERRIDE;
 
-  //! Get    the   barycentre of   Surface.   An   very  poor
+  //! Get the barycentre of Surface. An very poor
   //! estimation is sufficient. This information is useful
   //! to perform well conditioned rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE;
 
-  //! Returns the   length of the maximum section. This
+  //! Returns the length of the maximum section. This
   //! information is useful to perform well conditioned rational
   //! approximation.
   Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE;
 
   //! Compute the minimal value of weight for each poles
-  //! of all  sections.  This information is  useful to
+  //! of all sections. This information is useful to
   //! perform well conditioned rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const
index 33f8c0a5f5ceb12a722f3e4d5e2849a984682430..770080a22a0fa722bfb2e02925aeda059f915fe8 100644 (file)
@@ -54,14 +54,14 @@ public:
                                                  const Handle(Geom_Curve)& FirstSect,
                                                  const Handle(Geom_Curve)& LastSect);
 
-  //! Create  a pipe  with  a constant  radius with  2
+  //! Create a pipe with a constant radius with 2
   //! guide-line.
   Standard_EXPORT GeomFill_SweepSectionGenerator(const Handle(Geom_Curve)& Path,
                                                  const Handle(Geom_Curve)& Curve1,
                                                  const Handle(Geom_Curve)& Curve2,
                                                  const Standard_Real       Radius);
 
-  //! Create  a pipe  with  a constant  radius with  2
+  //! Create a pipe with a constant radius with 2
   //! guide-line.
   Standard_EXPORT GeomFill_SweepSectionGenerator(const Handle(Adaptor3d_Curve)& Path,
                                                  const Handle(Adaptor3d_Curve)& Curve1,
@@ -118,7 +118,7 @@ public:
   //! raised if <Index> not in the range [1,NbSections()]
   Standard_EXPORT const gp_Trsf& Transformation(const Standard_Integer Index) const;
 
-  //! Returns  the parameter of   <P>, to impose  it for the
+  //! Returns the parameter of <P>, to impose it for the
   //! approximation.
   Standard_EXPORT Standard_Real Parameter(const Standard_Integer P) const;
 
index 38c0d24e2f8c0ecd3fd8ae72abbe38dd1f4cc4ec..ef648faf6fcb9fff438dc4575703d86b81c3085e 100644 (file)
@@ -38,15 +38,15 @@ public:
 
   Standard_EXPORT virtual void Scale(const Handle(Law_BSpline)& Func);
 
-  //! Computes  the value  of the    field of tangency    at
+  //! Computes the value of the field of tangency at
   //! parameter W.
   Standard_EXPORT virtual gp_Vec Value(const Standard_Real W) const = 0;
 
-  //! Computes the  derivative of  the field of  tangency at
+  //! Computes the derivative of the field of tangency at
   //! parameter W.
   Standard_EXPORT virtual gp_Vec D1(const Standard_Real W) const = 0;
 
-  //! Computes the value and the  derivative of the field of
+  //! Computes the value and the derivative of the field of
   //! tangency at parameter W.
   Standard_EXPORT virtual void D1(const Standard_Real W, gp_Vec& V, gp_Vec& DV) const = 0;
 
index 10808443b6a78547342c3cea606891d9f422d9cb..7ed3f8d178bf4bc921710a58af56be49f98e62df 100644 (file)
@@ -28,7 +28,7 @@ class gp_Vec;
 class GeomFill_TgtOnCoons;
 DEFINE_STANDARD_HANDLE(GeomFill_TgtOnCoons, GeomFill_TgtField)
 
-//! Defines   an   algorithmic  tangents  field   on a
+//! Defines an algorithmic tangents field on a
 //! boundary of a CoonsAlgPatch.
 class GeomFill_TgtOnCoons : public GeomFill_TgtField
 {
@@ -37,15 +37,15 @@ public:
   Standard_EXPORT GeomFill_TgtOnCoons(const Handle(GeomFill_CoonsAlgPatch)& K,
                                       const Standard_Integer                I);
 
-  //! Computes  the value  of the    field of tangency    at
+  //! Computes the value of the field of tangency at
   //! parameter W.
   Standard_EXPORT gp_Vec Value(const Standard_Real W) const Standard_OVERRIDE;
 
-  //! Computes the  derivative of  the field of  tangency at
+  //! Computes the derivative of the field of tangency at
   //! parameter W.
   Standard_EXPORT gp_Vec D1(const Standard_Real W) const Standard_OVERRIDE;
 
-  //! Computes the value and the  derivative of the field of
+  //! Computes the value and the derivative of the field of
   //! tangency at parameter W.
   Standard_EXPORT void D1(const Standard_Real W, gp_Vec& T, gp_Vec& DT) const Standard_OVERRIDE;
 
index 1265f24ee2ab44ee28df1fc010d6493c9c582b64..ace8c56b94b29e04f7a8fc97cd3ab04cae5a77ba 100644 (file)
@@ -48,7 +48,7 @@ public:
                                               gp_Vec&             Normal,
                                               gp_Vec&             BiNormal) = 0;
 
-  //! compute Triedrhon and  derivative Trihedron  on curve
+  //! compute Triedrhon and derivative Trihedron on curve
   //! at parameter <Param>
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real Param,
@@ -59,8 +59,8 @@ public:
                                               gp_Vec&             BiNormal,
                                               gp_Vec&             DBiNormal);
 
-  //! compute  Trihedron on curve
-  //! first and second derivatives.
+  //! compute Trihedron on curve
+  //! first and second derivatives.
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real Param,
                                               gp_Vec&             Tangent,
@@ -73,15 +73,15 @@ public:
                                               gp_Vec&             DBiNormal,
                                               gp_Vec&             D2BiNormal);
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const = 0;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T, const GeomAbs_Shape S) const = 0;
 
@@ -96,7 +96,7 @@ public:
   Standard_EXPORT void GetInterval(Standard_Real& First, Standard_Real& Last);
 
   //! Get average value of M(t) and V(t) it is useful to
-  //! make fast approximation of rational  surfaces.
+  //! make fast approximation of rational surfaces.
   Standard_EXPORT virtual void GetAverageLaw(gp_Vec& ATangent,
                                              gp_Vec& ANormal,
                                              gp_Vec& ABiNormal) = 0;
index 59da58b48db270549954a7f6a340ff63f5f5a72c..217915ea13b53ef2724c6de434b56d66ee643412 100644 (file)
@@ -51,8 +51,8 @@ public:
                                               TColgp_Array1OfPnt&   Poles,
                                               TColStd_Array1OfReal& Weigths) Standard_OVERRIDE;
 
-  //! compute the first  derivative in v direction  of the
-  //! section for v =  param
+  //! compute the first derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C1 or C2 approximation
   Standard_EXPORT virtual Standard_Boolean D1(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -60,8 +60,8 @@ public:
                                               TColStd_Array1OfReal& Weigths,
                                               TColStd_Array1OfReal& DWeigths) Standard_OVERRIDE;
 
-  //! compute the second derivative  in v direction of the
-  //! section  for v = param
+  //! compute the second derivative in v direction of the
+  //! section for v = param
   //! Warning : It used only for C2 approximation
   Standard_EXPORT virtual Standard_Boolean D2(const Standard_Real   Param,
                                               TColgp_Array1OfPnt&   Poles,
@@ -72,11 +72,11 @@ public:
                                               TColStd_Array1OfReal& D2Weigths) Standard_OVERRIDE;
 
   //! give if possible an bspline Surface, like iso-v are the
-  //! section.  If it is  not possible  this methode have  to
-  //! get an Null Surface.  Is it the default implementation.
+  //! section. If it is not possible this method have to
+  //! get an Null Surface. Is it the default implementation.
   Standard_EXPORT virtual Handle(Geom_BSplineSurface) BSplineSurface() const Standard_OVERRIDE;
 
-  //! get the format of an  section
+  //! get the format of an section
   Standard_EXPORT virtual void SectionShape(Standard_Integer& NbPoles,
                                             Standard_Integer& NbKnots,
                                             Standard_Integer& Degree) const Standard_OVERRIDE;
@@ -93,19 +93,19 @@ public:
   //! Returns if the sections are periodic or not
   Standard_EXPORT virtual Standard_Boolean IsUPeriodic() const Standard_OVERRIDE;
 
-  //! Returns if the law  isperiodic or not
+  //! Returns if the law isperiodic or not
   Standard_EXPORT virtual Standard_Boolean IsVPeriodic() const Standard_OVERRIDE;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>.
   //! May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const
     Standard_OVERRIDE;
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   Standard_EXPORT virtual void Intervals(TColStd_Array1OfReal& T,
                                          const GeomAbs_Shape   S) const Standard_OVERRIDE;
@@ -123,15 +123,15 @@ public:
                                            Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Gets the bounds of the function parametric domain.
-  //! Warning: This domain it is  not modified by the
+  //! Warning: This domain it is not modified by the
   //! SetValue method
   Standard_EXPORT virtual void GetDomain(Standard_Real& First,
                                          Standard_Real& Last) const Standard_OVERRIDE;
 
   //! Returns the tolerances associated at each poles to
-  //! reach  in approximation, to satisfy: BoundTol error
-  //! at the   Boundary  AngleTol tangent error  at  the
-  //! Boundary  (in radian)  SurfTol   error inside the
+  //! reach in approximation, to satisfy: BoundTol error
+  //! at the Boundary AngleTol tangent error at the
+  //! Boundary (in radian) SurfTol error inside the
   //! surface.
   Standard_EXPORT virtual void GetTolerance(const Standard_Real   BoundTol,
                                             const Standard_Real   SurfTol,
@@ -139,20 +139,20 @@ public:
                                             TColStd_Array1OfReal& Tol3d) const Standard_OVERRIDE;
 
   //! Get the barycentre of Surface.
-  //! An   very  poor estimation is sufficient.
+  //! An very poor estimation is sufficient.
   //! This information is useful to perform well
   //! conditioned rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE;
 
-  //! Returns the   length of the greater section. This
+  //! Returns the length of the greater section. This
   //! information is useful to G1's control.
   //! Warning: With an little value, approximation can be slower.
   Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE;
 
   //! Compute the minimal value of weight for each poles
-  //! in all  sections.
-  //! This information is  useful to control error
+  //! in all sections.
+  //! This information is useful to control error
   //! in rational approximation.
   //! Warning: Used only if <me> IsRational
   Standard_EXPORT virtual void GetMinimalWeight(TColStd_Array1OfReal& Weigths) const
@@ -161,7 +161,7 @@ public:
   //! return True
   Standard_EXPORT virtual Standard_Boolean IsConstant(Standard_Real& Error) const Standard_OVERRIDE;
 
-  //! Return the constant Section if <me>  IsConstant.
+  //! Return the constant Section if <me> IsConstant.
   Standard_EXPORT virtual Handle(Geom_Curve) ConstantSection() const Standard_OVERRIDE;
 
   DEFINE_STANDARD_RTTIEXT(GeomFill_UniformSection, GeomFill_SectionLaw)
index 76a7f108da5ae319d2f763c004edfaf4b93e1ace..787bac74ddc2917788e9ae0c9f9887921dda2d51 100644 (file)
@@ -31,7 +31,7 @@ class GeomInt
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Adjusts the parameter <thePar> to the range [theParMin,  theParMax]
+  //! Adjusts the parameter <thePar> to the range [theParMin, theParMax]
   Standard_EXPORT static Standard_Boolean AdjustPeriodic(const Standard_Real thePar,
                                                          const Standard_Real theParMin,
                                                          const Standard_Real theParMax,
index 258ab4ecd3b1d08dc78082a6689b2941caeb0bb2..a2abd589526dd582d77360da6771a0519914a1af 100644 (file)
@@ -155,7 +155,7 @@ public:
   //! returns the result of the approximation.
   Standard_EXPORT const AppParCurves_MultiBSpCurve& SplineValue();
 
-  //! returns the type  of  parametrization
+  //! returns the type of parametrization
   Standard_EXPORT Approx_ParametrizationType Parametrization() const;
 
   //! returns the new parameters of the approximation
index f6ad82496eaa998bcae048e7ec8de7a181f8d42b..73bb71180946bf334dd677601c1aebf0d1ee460b 100644 (file)
@@ -125,7 +125,7 @@ public:
   Standard_EXPORT void Perform(const GeomInt_TheMultiLineOfWLApprox& Line);
 
   //! The approximation will begin with the
-  //! set of  parameters <ThePar>.
+  //! set of parameters <ThePar>.
   Standard_EXPORT void SetParameters(const math_Vector& ThePar);
 
   //! The approximation will be done with the
index badfd85f4e91121619b45aeb174b38fd9f52521c..dc4283ddcf3e2ec68eda825176299dae7af6d999 100644 (file)
@@ -41,9 +41,9 @@ public:
 
   //! The class SvSurfaces is used when the approximation algorithm
   //! needs some extra points on the line <line>.
-  //! A New line  is then created which shares the same surfaces and functions.
+  //! A New line is then created which shares the same surfaces and functions.
   //! SvSurfaces is a deferred class which allows several implementations of
-  //! this  algorithm with different surfaces (bi-parametric ones, or
+  //! this algorithm with different surfaces (bi-parametric ones, or
   //! implicit and biparametric ones)
   Standard_EXPORT GeomInt_TheMultiLineOfWLApprox(const Handle(IntPatch_WLine)& line,
                                                  const Standard_Address        PtrSvSurfaces,
index 3b73388174f47560c1c01ad636231c898bdc84f8..d1fe1b91d8c3b554b10b08ec10ce8c4b8a2d51bd 100644 (file)
@@ -67,8 +67,8 @@ public:
   //! return OK if is a line.
   Standard_EXPORT Standard_Boolean IsLine() const;
 
-  //! computes the   minimal box  to include  all normal
-  //! projection points of the initial array  on the plane.
+  //! computes the minimal box to include all normal
+  //! projection points of the initial array on the plane.
   Standard_EXPORT void MinMaxBox(Standard_Real& Umin,
                                  Standard_Real& Umax,
                                  Standard_Real& Vmin,
index c132f3aaae9e38214cf9ee069216df22d6099612..30f3b43b889928e10ebad447cca7cb84331f479a 100644 (file)
@@ -55,16 +55,16 @@ class GeomPlate_BuildPlateSurface
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Constructor  compatible  with  the  old  version
+  //! Constructor compatible with the old version
   //! with this constructor the constraint are given in a Array of Curve on Surface
-  //! The array NbPoints  contains the number of points for each constraint.
+  //! The array NbPoints contains the number of points for each constraint.
   //! The Array Tang contains the order of constraint for each Constraint: The possible values for
   //! this order has to be -1 , 0 , 1 , 2 . Order i means constraint Gi. NbIter is the maximum
   //! number of iteration to optimise the number of points for resolution Degree is the degree of
   //! resolution for Plate Tol2d is the tolerance used to test if two points of different constraint
   //! are identical in the parametric space of the initial surface Tol3d is used to test if two
   //! identical points in the 2d space are identical in 3d space TolAng is used to compare the angle
-  //! between normal of two identical points in the 2d space Raises  ConstructionError;
+  //! between normal of two identical points in the 2d space Raises ConstructionError;
   Standard_EXPORT GeomPlate_BuildPlateSurface(const Handle(TColStd_HArray1OfInteger)&  NPoints,
                                               const Handle(GeomPlate_HArray1OfHCurve)& TabCurve,
                                               const Handle(TColStd_HArray1OfInteger)&  Tang,
@@ -189,13 +189,13 @@ public:
   //! Returns the max distance between the result and the constraints
   Standard_EXPORT Standard_Real G0Error() const;
 
-  //! Returns  the max angle between the result and the constraints
+  //! Returns the max angle between the result and the constraints
   Standard_EXPORT Standard_Real G1Error() const;
 
-  //! Returns  the max difference of curvature between the result and the constraints
+  //! Returns the max difference of curvature between the result and the constraints
   Standard_EXPORT Standard_Real G2Error() const;
 
-  //! Returns   the max distance between the result and the constraint Index
+  //! Returns the max distance between the result and the constraint Index
   Standard_EXPORT Standard_Real G0Error(const Standard_Integer Index);
 
   //! Returns the max angle between the result and the constraint Index
index 7b2235e813e6cbeff5c427f535021af2d49542bb..0bfcdd4422d268c8b075f15b0661fd942668e23b 100644 (file)
@@ -44,7 +44,7 @@ public:
   //! TolAng is the maximum error to satisfy for G1 constraints
   //! TolCurv is the maximum error to satisfy for G2 constraints
   //! These errors can be replaced by laws of criterion.
-  //! Raises    ConstructionError if Order is not -1 , 0,  1,  2
+  //! Raises ConstructionError if Order is not -1 , 0, 1, 2
   Standard_EXPORT GeomPlate_CurveConstraint(const Handle(Adaptor3d_Curve)& Boundary,
                                             const Standard_Integer         Order,
                                             const Standard_Integer         NPt     = 10,
@@ -83,7 +83,7 @@ public:
   //! defining the greatest angle allowed between the
   //! constraint and the target surface. If this criterion is not
   //! set, TolAng, the angular tolerance from the constructor, is used.
-  //! Raises  ConstructionError if  the  curve  is  not  on  a  surface
+  //! Raises ConstructionError if the curve is not on a surface
   Standard_EXPORT void SetG1Criterion(const Handle(Law_Function)& G1Crit);
 
   Standard_EXPORT void SetG2Criterion(const Handle(Law_Function)& G2Crit);
@@ -96,13 +96,13 @@ public:
   //! Returns the G1 criterion at the parametric point U on
   //! the curve. This is the greatest angle allowed between
   //! the constraint and the target surface at U.
-  //! Raises  ConstructionError if  the  curve  is  not  on  a  surface
+  //! Raises ConstructionError if the curve is not on a surface
   Standard_EXPORT Standard_Real G1Criterion(const Standard_Real U) const;
 
   //! Returns the G2 criterion at the parametric point U on
   //! the curve. This is the greatest difference in curvature
   //! allowed between the constraint and the target surface at U.
-  //! Raises  ConstructionError if  the  curve  is  not  on  a  surface
+  //! Raises ConstructionError if the curve is not on a surface
   Standard_EXPORT Standard_Real G2Criterion(const Standard_Real U) const;
 
   Standard_EXPORT Standard_Real FirstParameter() const;
@@ -133,7 +133,7 @@ public:
   //! Returns a 2d curve associated the surface resulting of the constraints
   Standard_EXPORT Handle(Geom2d_Curve) Curve2dOnSurf() const;
 
-  //! loads a 2d curve  resulting from the normal projection of
+  //! loads a 2d curve resulting from the normal projection of
   //! the curve on the initial surface
   Standard_EXPORT void SetProjectedCurve(const Handle(Adaptor2d_Curve2d)& Curve2d,
                                          const Standard_Real              TolU,
index 4465fce4076fcaf98fb5398d0898ce791d43798d..f89d7d31aadda92e580c13b61878b39d416b0324 100644 (file)
@@ -36,7 +36,7 @@ class GeomPlate_PointConstraint : public Standard_Transient
 {
 
 public:
-  //! Constructs a point constraint object defined by  Pt, a 3D point
+  //! Constructs a point constraint object defined by Pt, a 3D point
   //! Order gives the order of constraint, one of:
   //! -   -1 i.e. none, or 0 i.e.G0 when assigned to Pt
   //! -   -1 i.e. none, 0 i.e. G0, 1 i.e. G1, 2 i.e. G2 when
@@ -48,7 +48,7 @@ public:
   //! between the constraint and the target surface. Curvature
   //! tolerance represents the greatest difference in curvature
   //! allowed between the constraint and the target surface.
-  //! Raises   ConstructionError if Order  is  not  0  or  -1
+  //! Raises ConstructionError if Order is not 0 or -1
   Standard_EXPORT GeomPlate_PointConstraint(const gp_Pnt&          Pt,
                                             const Standard_Integer Order,
                                             const Standard_Real    TolDist = 0.0001);
@@ -94,7 +94,7 @@ public:
   //! defining the greatest angle allowed between the
   //! constraint and the target surface. If this criterion is not
   //! set, TolAng, the angular tolerance from the constructor, is used.
-  //! Raises   ConstructionError  if  the  point  is  not  on  the  surface
+  //! Raises ConstructionError if the point is not on the surface
   Standard_EXPORT void SetG1Criterion(const Standard_Real TolAng);
 
   //! Allows you to set the G2 criterion. This is the law
@@ -102,7 +102,7 @@ public:
   //! between the constraint and the target surface. If this
   //! criterion is not set, TolCurv, the curvature tolerance from
   //! the constructor, is used.
-  //! Raises   ConstructionError if  the  point  is  not  on  the  surface
+  //! Raises ConstructionError if the point is not on the surface
   Standard_EXPORT void SetG2Criterion(const Standard_Real TolCurv);
 
   //! Returns the G0 criterion. This is the greatest distance
@@ -111,12 +111,12 @@ public:
 
   //! Returns the G1 criterion. This is the greatest angle
   //! allowed between the constraint and the target surface.
-  //! Raises   ConstructionError if  the  point  is  not  on  the  surface.
+  //! Raises ConstructionError if the point is not on the surface.
   Standard_EXPORT Standard_Real G1Criterion() const;
 
   //! Returns the G2 criterion. This is the greatest difference
   //! in curvature allowed between the constraint and the target surface.
-  //! Raises   ConstructionError if  the  point  is  not  on  the  surface
+  //! Raises ConstructionError if the point is not on the surface
   Standard_EXPORT Standard_Real G2Criterion() const;
 
   Standard_EXPORT void D0(gp_Pnt& P) const;
index aa97182e63218567327d4a25173e746c2d89129f..86e176e40e9fc081c8bb4388ab26d75ee1e88ded 100644 (file)
@@ -54,7 +54,7 @@ public:
   //! The bounds of the surface are not modified.
   Standard_EXPORT void UReverse() Standard_OVERRIDE;
 
-  //! Return the  parameter on the  Ureversed surface for
+  //! Return the parameter on the Ureversed surface for
   //! the point of parameter U on <me>.
   //! @code
   //!   me->UReversed()->Value(me->UReversedParameter(U),V)
@@ -69,7 +69,7 @@ public:
   //! The bounds of the surface are not modified.
   Standard_EXPORT void VReverse() Standard_OVERRIDE;
 
-  //! Return the  parameter on the  Vreversed surface for
+  //! Return the parameter on the Vreversed surface for
   //! the point of parameter V on <me>.
   //! @code
   //!   me->VReversed()->Value(U,me->VReversedParameter(V))
@@ -80,7 +80,7 @@ public:
   //! @endcode
   Standard_EXPORT Standard_Real VReversedParameter(const Standard_Real V) const Standard_OVERRIDE;
 
-  //! Computes the  parameters on the  transformed  surface for
+  //! Computes the parameters on the transformed surface for
   //! the transform of the point of parameters U,V on <me>.
   //! @code
   //!   me->Transformed(T)->Value(U',V')
@@ -95,13 +95,13 @@ public:
   //! @endcode
   //! This methods does not change <U> and <V>
   //!
-  //! It  can be redefined.  For  example on  the Plane,
+  //! It can be redefined. For example on the Plane,
   //! Cylinder, Cone, Revolved and Extruded surfaces.
   Standard_EXPORT virtual void TransformParameters(Standard_Real& U,
                                                    Standard_Real& V,
                                                    const gp_Trsf& T) const Standard_OVERRIDE;
 
-  //! Returns a 2d transformation  used to find the  new
+  //! Returns a 2d transformation used to find the new
   //! parameters of a point on the transformed surface.
   //! @code
   //!   me->Transformed(T)->Value(U',V')
@@ -110,14 +110,14 @@ public:
   //! @code
   //!   me->Value(U,V).Transformed(T)
   //! @endcode
-  //! Where U',V' are  obtained by transforming U,V with
+  //! Where U',V' are obtained by transforming U,V with
   //! the 2d transformation returned by
   //! @code
   //!   me->ParametricTransformation(T)
   //! @endcode
   //! This method returns an identity transformation
   //!
-  //! It  can be redefined.  For  example on  the Plane,
+  //! It can be redefined. For example on the Plane,
   //! Cylinder, Cone, Revolved and Extruded surfaces.
   Standard_EXPORT virtual gp_GTrsf2d ParametricTransformation(const gp_Trsf& T) const
     Standard_OVERRIDE;
@@ -128,16 +128,16 @@ public:
                               Standard_Real& V2) const Standard_OVERRIDE;
 
   //! Is the surface closed in the parametric direction U ?
-  //! Returns True if for each parameter V  the distance
+  //! Returns True if for each parameter V the distance
   //! between the point P (UFirst, V) and P (ULast, V) is
-  //! lower or equal to Resolution from gp.  UFirst and ULast
+  //! lower or equal to Resolution from gp. UFirst and ULast
   //! are the parametric bounds in the U direction.
   Standard_EXPORT Standard_Boolean IsUClosed() const Standard_OVERRIDE;
 
   //! Is the surface closed in the parametric direction V ?
-  //! Returns True if for each parameter U  the distance
-  //! between the point P (U, VFirst) and  P (U, VLast) is
-  //! lower or equal to Resolution from gp.  VFirst and VLast
+  //! Returns True if for each parameter U the distance
+  //! between the point P (U, VFirst) and P (U, VLast) is
+  //! lower or equal to Resolution from gp. VFirst and VLast
   //! are the parametric bounds in the V direction.
   Standard_EXPORT Standard_Boolean IsVClosed() const Standard_OVERRIDE;
 
@@ -147,7 +147,7 @@ public:
   //! parametric direction and if the following relation is
   //! satisfied :
   //! for each parameter V the distance between the point
-  //! P (U, V)  and the point  P (U + T, V) is lower or equal
+  //! P (U, V) and the point P (U + T, V) is lower or equal
   //! to Resolution from package gp. T is the parametric period
   //! and must be a constant.
   Standard_EXPORT Standard_Boolean IsUPeriodic() const Standard_OVERRIDE;
@@ -162,7 +162,7 @@ public:
   //! parametric direction and if the following relation is
   //! satisfied :
   //! for each parameter V the distance between the point
-  //! P (U, V)  and the point  P (U + T, V) is lower or equal
+  //! P (U, V) and the point P (U + T, V) is lower or equal
   //! to Resolution from package gp. T is the parametric period
   //! and must be a constant.
   Standard_EXPORT Standard_Boolean IsVPeriodic() const Standard_OVERRIDE;
index 8de3ac37ced03b9b3000ac90ea04db21294f6214..ce0dca7bf3ae4b2be32265d7757928b92b446cd9 100644 (file)
@@ -27,45 +27,45 @@ class gp_Lin2d;
 class gp_Dir2d;
 class gp_Pnt2d;
 
-//! The Hatcher   is  an algorithm  to   compute cross
+//! The Hatcher is an algorithm to compute cross
 //! hatchings in a 2d plane. It is mainly dedicated to
 //! display purpose.
 //!
 //! Computing cross hatchings is a 3 steps process :
 //!
-//! 1.  The users stores in the   Hatcher a set  of 2d
-//! lines to   be  trimmed. Methods   in  the  "Lines"
+//! 1. The users stores in the Hatcher a set of 2d
+//! lines to be trimmed. Methods in the "Lines"
 //! category.
 //!
-//! 2.  The user trims the lines with a boundary.  The
-//! inside of a boundary is on the left side.  Methods
+//! 2. The user trims the lines with a boundary. The
+//! inside of a boundary is on the left side. Methods
 //! in the "Trimming" category.
 //!
-//! 3. The user reads  back the trimmed lines. Methods
+//! 3. The user reads back the trimmed lines. Methods
 //! in the "Results" category.
 //!
-//! The result is a set of parameter intervals  on the
-//! line. The first  parameter of an  Interval may  be
+//! The result is a set of parameter intervals on the
+//! line. The first parameter of an Interval may be
 //! RealFirst() and the last may be RealLast().
 //!
-//! A line can be a line parallel to the axis (X  or Y
+//! A line can be a line parallel to the axis (X or Y
 //! line or a 2D line.
 //!
 //! The Hatcher has two modes :
 //!
-//! *  The "Oriented" mode,  where the  orientation of
-//! the trimming curves is  considered. The  hatch are
-//! kept on  the left of  the  trimming curve. In this
+//! * The "Oriented" mode, where the orientation of
+//! the trimming curves is considered. The hatch are
+//! kept on the left of the trimming curve. In this
 //! mode infinite hatch can be computed.
 //!
-//! *   The "UnOriented"  mode,  where  the  hatch are
+//! * The "UnOriented" mode, where the hatch are
 //! always finite.
 class Hatch_Hatcher
 {
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Returns a empty  hatcher.  <Tol> is the  tolerance
+  //! Returns an empty hatcher. <Tol> is the tolerance
   //! for intersections.
   Standard_EXPORT Hatch_Hatcher(const Standard_Real    Tol,
                                 const Standard_Boolean Oriented = Standard_True);
@@ -74,16 +74,16 @@ public:
 
   Standard_Real Tolerance() const;
 
-  //! Add a line <L>  to  be trimmed.   <T> the  type is
-  //! only kept from information. It is not used  in the
+  //! Add a line <L> to be trimmed. <T> the type is
+  //! only kept from information. It is not used in the
   //! computation.
   Standard_EXPORT void AddLine(const gp_Lin2d& L, const Hatch_LineForm T = Hatch_ANYLINE);
 
-  //! Add an infinite line on  direction <D> at distance
-  //! <Dist> from the origin  to be  trimmed. <Dist> may
+  //! Add an infinite line on direction <D> at distance
+  //! <Dist> from the origin to be trimmed. <Dist> may
   //! be negative.
   //!
-  //! If O  is the origin  of the  2D plane, and   V the
+  //! If O is the origin of the 2D plane, and V the
   //! vector perpendicular to D (in the direct direction).
   //!
   //! A point P is on the line if :
@@ -92,31 +92,31 @@ public:
   //! OP dot D
   Standard_EXPORT void AddLine(const gp_Dir2d& D, const Standard_Real Dist);
 
-  //! Add an infinite line   parallel to the Y-axis   at
+  //! Add an infinite line parallel to the Y-axis at
   //! abciss <X>.
   Standard_EXPORT void AddXLine(const Standard_Real X);
 
-  //! Add an infinite line   parallel to the X-axis   at
+  //! Add an infinite line parallel to the X-axis at
   //! ordinate <Y>.
   Standard_EXPORT void AddYLine(const Standard_Real Y);
 
-  //! Trims the lines at intersections with  <L>.
+  //! Trims the lines at intersections with <L>.
   Standard_EXPORT void Trim(const gp_Lin2d& L, const Standard_Integer Index = 0);
 
-  //! Trims the lines at intersections  with <L>  in the
+  //! Trims the lines at intersections with <L> in the
   //! parameter range <Start>, <End>
   Standard_EXPORT void Trim(const gp_Lin2d&        L,
                             const Standard_Real    Start,
                             const Standard_Real    End,
                             const Standard_Integer Index = 0);
 
-  //! Trims the line at  intersection with  the oriented
+  //! Trims the line at intersection with the oriented
   //! segment P1,P2.
   Standard_EXPORT void Trim(const gp_Pnt2d&        P1,
                             const gp_Pnt2d&        P2,
                             const Standard_Integer Index = 0);
 
-  //! Returns the total number  of intervals on  all the
+  //! Returns the total number of intervals on all the
   //! lines.
   Standard_EXPORT Standard_Integer NbIntervals() const;
 
@@ -126,14 +126,14 @@ public:
   //! Returns the line of index <I>.
   Standard_EXPORT const gp_Lin2d& Line(const Standard_Integer I) const;
 
-  //! Returns  the type of the  line   of  index <I>.
+  //! Returns the type of the line of index <I>.
   Standard_EXPORT Hatch_LineForm LineForm(const Standard_Integer I) const;
 
-  //! Returns  True if the  line   of  index <I>  has  a
+  //! Returns True if the line of index <I> has a
   //! constant X value.
   Standard_Boolean IsXLine(const Standard_Integer I) const;
 
-  //! Returns  True if the  line   of  index <I>  has  a
+  //! Returns True if the line of index <I> has a
   //! constant Y value.
   Standard_Boolean IsYLine(const Standard_Integer I) const;
 
@@ -144,23 +144,23 @@ public:
   //! Returns the number of intervals on line of index <I>.
   Standard_EXPORT Standard_Integer NbIntervals(const Standard_Integer I) const;
 
-  //! Returns the first   parameter of  interval <J>  on
-  //! line  <I>.
+  //! Returns the first parameter of interval <J> on
+  //! line <I>.
   Standard_EXPORT Standard_Real Start(const Standard_Integer I, const Standard_Integer J) const;
 
-  //! Returns the first Index and Par2 of  interval <J>  on
-  //! line  <I>.
+  //! Returns the first Index and Par2 of interval <J> on
+  //! line <I>.
   Standard_EXPORT void StartIndex(const Standard_Integer I,
                                   const Standard_Integer J,
                                   Standard_Integer&      Index,
                                   Standard_Real&         Par2) const;
 
-  //! Returns the last   parameter of  interval <J>  on
-  //! line  <I>.
+  //! Returns the last parameter of interval <J> on
+  //! line <I>.
   Standard_EXPORT Standard_Real End(const Standard_Integer I, const Standard_Integer J) const;
 
-  //! Returns the last Index and Par2 of  interval <J>  on
-  //! line  <I>.
+  //! Returns the last Index and Par2 of interval <J> on
+  //! line <I>.
   Standard_EXPORT void EndIndex(const Standard_Integer I,
                                 const Standard_Integer J,
                                 Standard_Integer&      Index,
index 7a3d3cfdd82845ed250c101fed6c2e0cc743f528..0516689e525d4f1000979774f042af254139d7f2 100644 (file)
 #include <Hatch_LineForm.hxx>
 #include <Hatch_SequenceOfParameter.hxx>
 
-//! Stores a Line in the Hatcher. Represented by :
+//! Stores a Line in the Hatcher. Represented by:
 //!
 //! * A Lin2d from gp, the geometry of the line.
 //!
 //! * Bounding parameters for the line.
 //!
-//! * A sorted List  of Parameters, the  intersections
+//! * A sorted List of Parameters, the intersections
 //! on the line.
 class Hatch_Line
 {
index de8c49dbbff9ef09e25ff6b8f12bad416992ad2f..1f1fa2ea5f4cf2b9d994c89f6cb51d6389d0a3fd 100644 (file)
@@ -66,8 +66,8 @@ public:
   Standard_EXPORT Standard_Boolean IsLower(const HatchGen_PointOnHatching& Point,
                                            const Standard_Real             Confusion) const;
 
-  //! Tests if the  point is equal to an other.
-  //! A  point on hatching P1 is said to be equal to an
+  //! Tests if the point is equal to an other.
+  //! A point on hatching P1 is said to be equal to an
   //! other P2 if :
   //! | P2.myParam - P1.myParam | <= Confusion
   Standard_EXPORT Standard_Boolean IsEqual(const HatchGen_PointOnHatching& Point,
index 6a5a70e425897f304ec89246b2820f6edee7c66c..54f7b043d6e0ebd10ea507ab7e2ca41589dafc9d 100644 (file)
@@ -58,12 +58,12 @@ public:
 
   Standard_EXPORT void D2(const Standard_Real U, gp_Pnt2d& P, gp_Vec2d& T, gp_Vec2d& N) const;
 
-  //! Computes the value of the signed  distance between
+  //! Computes the value of the signed distance between
   //! the point P and the implicit curve.
   Standard_EXPORT Standard_Real Distance(const gp_Pnt2d& P) const;
 
-  //! Computes  the   Gradient  of  the  Signed Distance
-  //! between  a  point and  the  implicit curve, at the
+  //! Computes the Gradient of the Signed Distance
+  //! between a point and the implicit curve, at the
   //! point P.
   Standard_EXPORT gp_Vec2d GradDistance(const gp_Pnt2d& P) const;
 
index 9a24963670a6283934bd94a6319d5f650de05a57..71c925246d58288e2694736b8f0b6b219559ab2e 100644 (file)
@@ -30,11 +30,11 @@ class gp_Parab2d;
 class gp_Hypr2d;
 
 //! Provides methods to intersect two conics.
-//! The exception ConstructionError is raised  in constructors
-//! or in Perform methods  when a domain  (Domain from IntRes2d)
-//! is not correct, i-e when a Circle (Circ2d from  gp) or
-//! an Ellipse (i-e Elips2d from  gp) do not have a closed
-//! domain (use the  SetEquivalentParameters method for a domain
+//! The exception ConstructionError is raised in constructors
+//! or in Perform methods when a domain (Domain from IntRes2d)
+//! is not correct, i-e when a Circle (Circ2d from gp) or
+//! an Ellipse (i-e Elips2d from gp) do not have a closed
+//! domain (use the SetEquivalentParameters method for a domain
 //! on a circle or an ellipse).
 class IntCurve_IntConicConic : public IntRes2d_Intersection
 {
index 2e4a7ea2743833cb728bde475fa578c847a6512e..3462cf8efce251a776fef861d9971ed13811a234 100644 (file)
@@ -55,17 +55,17 @@ public:
 
   static GeomAbs_Shape Continuity(const Handle(Adaptor3d_Curve)& C) { return C->Continuity(); }
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>. May be one if Continuity(myclass) >= <S>
   static Standard_Integer NbIntervals(const Handle(Adaptor3d_Curve)& C, const GeomAbs_Shape S)
   {
     return C->NbIntervals(S);
   }
 
-  //! Stores in <T> the  parameters bounding the intervals
+  //! Stores in <T> the parameters bounding the intervals
   //! of continuity <S>.
   //!
-  //! The array must provide  enough room to  accommodate
+  //! The array must provide enough room to accommodate
   //! for the parameters. i.e. T.Length() > NbIntervals()
   static void Intervals(const Handle(Adaptor3d_Curve)& C,
                         TColStd_Array1OfReal&          T,
@@ -140,15 +140,15 @@ public:
     return C->DN(U, N);
   }
 
-  //! Returns the parametric  resolution corresponding
+  //! Returns the parametric resolution corresponding
   //! to the real space resolution <R3d>.
   static Standard_Real Resolution(const Handle(Adaptor3d_Curve)& C, const Standard_Real R3d)
   {
     return C->Resolution(R3d);
   }
 
-  //! Returns  the  type of the   curve  in the  current
-  //! interval :   Line,   Circle,   Ellipse, Hyperbola,
+  //! Returns the type of the curve in the current
+  //! interval: Line, Circle, Ellipse, Hyperbola,
   //! Parabola, BezierCurve, BSplineCurve, OtherCurve.
   static GeomAbs_CurveType GetType(const Handle(Adaptor3d_Curve)& C) { return C->GetType(); }
 
index 3752a451fafdd28f902811b825a6e652a83e2ebc..8f3fa7d6f9fe7bf8030c1907c7d268d75029740f 100644 (file)
@@ -48,7 +48,7 @@ public:
   //! Give the number of triangles in this polyhedral surface.
   static Standard_Integer NbTriangles(const IntCurveSurface_ThePolyhedronOfHInter& thePolyh);
 
-  //! Give the indices  of  the 3 points of  the triangle of
+  //! Give the indices of the 3 points of the triangle of
   //! address Index in the PolyhedronTool.
   static void Triangle(const IntCurveSurface_ThePolyhedronOfHInter& thePolyh,
                        const Standard_Integer                       Index,
@@ -60,12 +60,12 @@ public:
   static const gp_Pnt& Point(const IntCurveSurface_ThePolyhedronOfHInter& thePolyh,
                              const Standard_Integer                       Index);
 
-  //! Give the  address Tricon of   the triangle connexe to
+  //! Give the address Tricon of the triangle connexe to
   //! the triangle of address Triang by the edge Pivot Pedge
-  //! and the third point of this  connexe triangle. When we
-  //! are on  a free edge TriCon==0  but the function return
-  //! the value of  the triangle in the  other side of Pivot
-  //! on the free edge.  Used to turn around a vertex.
+  //! and the third point of this connexe triangle. When we
+  //! are on a free edge TriCon==0 but the function return
+  //! the value of the triangle in the other side of Pivot
+  //! on the free edge. Used to turn around a vertex.
   static Standard_Integer TriConnex(const IntCurveSurface_ThePolyhedronOfHInter& thePolyh,
                                     const Standard_Integer                       Triang,
                                     const Standard_Integer                       Pivot,
index e3aebb66dab44cee48224ffa082c0940c55796bf..90ec749e3943079bbfddd79b5392d2ed44fcf9d8 100644 (file)
@@ -34,8 +34,8 @@ public:
     const IntSurf_Quadric&         Q,
     const Handle(Adaptor3d_Curve)& C);
 
-  //! Computes the value of the signed  distance between
-  //! the  implicit surface and  the point  at parameter
+  //! Computes the value of the signed distance between
+  //! the implicit surface and the point at parameter
   //! Param on the parametrised curve.
   //! Value always returns True.
   Standard_EXPORT Standard_Boolean Value(const Standard_Real Param,
index 3c6475c3baa3968da9eeb73575e06eb6acc19789..4ba522ca45e3a7b915591f4dd284dce67248a72e 100644 (file)
@@ -33,7 +33,7 @@
 //! Surf =====-----=====
 //!
 //! ( Tangent )
-//! Crb and Surf are  C1
+//! Crb and Surf are C1
 enum IntCurveSurface_TransitionOnCurve
 {
   IntCurveSurface_Tangent,
index 60949485cd49c25508aade65b052a07f58bfca7d..6acea38301462b423f97a9e95877bcce07932ebc 100644 (file)
@@ -40,7 +40,7 @@ class IntImpParGen
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Template class for an implicit  curve.
+  //! Template class for an implicit curve.
   //! Math function, instantiated inside the Intersector.
   //! Tool used by the package IntCurve and IntImpParGen
   Standard_EXPORT static void DetermineTransition(const IntRes2d_Position Pos1,
index 82f45d79b728bd1de83061594f6a659a40aa47cd..a489769a72e6f93414d52af62c7667e4315eeb3f 100644 (file)
@@ -25,7 +25,7 @@
 class math_Matrix;
 
 //! this function is associated to the intersection between
-//! a curve on surface and a surface  .
+//! a curve on surface and a surface.
 class IntPatch_CSFunction : public math_FunctionSetWithDerivatives
 {
 public:
index 202090dc29c895ce6101e0a5d9aad9c603232498..831ee0d484dd28ac648bee25d5232131f49e0e3f 100644 (file)
@@ -129,7 +129,7 @@ public:
                                  const IntSurf_Situation Situ1,
                                  const IntSurf_Situation Situ2);
 
-  //! Creates an hyperbola as  intersection line
+  //! Creates an hyperbola as intersection line
   //! when the transitions are Undecided.
   Standard_EXPORT IntPatch_GLine(const gp_Hypr& H, const Standard_Boolean Tang);
 
index 40ccced431ff7806d9eeeff18fd291f99e96a74f..eb145858432d694cc49d958614b5a827ff04a82b 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef _IntPatch_SpecPntType_HeaderFile
 #define _IntPatch_SpecPntType_HeaderFile
 
-//! This enum describe the  different kinds of
+//! This enum describes the different kinds of
 //! special (singular) points of Surface-Surface
 //! intersection algorithm. Such as pole of sphere,
 //! apex of cone, point on U- or V-seam etc.
index e73ce8d738a4cdd8aa063c0b2f2623fcbd57cb88..5a13e3cc40ec09dec02e4f590b1e7168f3ecc141 100644 (file)
@@ -191,7 +191,7 @@ public:
   //! if (theMode == 0) then prints the information about WLine
   //! if (theMode == 1) then prints the list of 3d-points
   //! if (theMode == 2) then prints the list of 2d-points on the 1st surface
-  //! Otherwise,             prints list of 2d-points on the 2nd surface
+  //! Otherwise, prints list of 2d-points on the 2nd surface
   Standard_EXPORT void Dump(const Standard_Integer theMode) const;
 
   //! Allows or forbids purging of existing WLine
index 3952383f8cbe965b7d0d36bcb44e42b08602b53a..c54f80ff2636fde75d010b86ca2158d16a151900 100644 (file)
@@ -27,8 +27,8 @@
 class IntRes2d_IntersectionPoint;
 class IntRes2d_IntersectionSegment;
 
-//! Defines  the root   class  of  all  the  Intersections
-//! between  two 2D-Curves, and  provides all  the methods
+//! Defines the root class of all the Intersections
+//! between two 2D-Curves, and provides all the methods
 //! about the results of the Intersections Algorithms.
 class IntRes2d_Intersection
 {
index f09f565ddbeeca5834411d2e0cf0b63e0034439e..da893c4bb7042f8261a8eea3df3754e1483f7acc 100644 (file)
@@ -20,7 +20,7 @@
 #include <gp_Lin.hxx>
 #include <NCollection_Array1.hxx>
 
-//! Describes  a set of Straight Lines  to  intersect with the Polyhedron.
+//! Describes a set of Straight Lines to intersect with the Polyhedron.
 
 typedef NCollection_Array1<gp_Lin> Intf_Array1OfLin;
 
index 41a8cf32f768dfa95d0d4f2e7d943517e4f25ea8..6936666efbc79b36b227918914dacbef036729c4 100644 (file)
@@ -26,8 +26,8 @@
 class Intf_Polygon2d;
 class gp_Pnt2d;
 
-//! Computes the  interference between two  polygons or
-//! the    self intersection of    a  polygon  in  two
+//! Computes the interference between two polygons or
+//! the self intersection of a polygon in two
 //! dimensions.
 class Intf_InterferencePolygon2d : public Intf_Interference
 {
@@ -50,7 +50,7 @@ public:
   //! Computes the self interference of a Polygon.
   Standard_EXPORT void Perform(const Intf_Polygon2d& Obje);
 
-  //! Gives the  geometrical 2d point   of the  intersection
+  //! Gives the geometrical 2d point of the intersection
   //! point at address <Index> in the interference.
   Standard_EXPORT gp_Pnt2d Pnt2dValue(const Standard_Integer Index) const;
 
index f81c1ca2bc52ce6d8edd758171f03b01ba0fffc7..98dab66add84ff37812fbbf69ec1a3799c70eb30 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef _Intf_PIType_HeaderFile
 #define _Intf_PIType_HeaderFile
 
-//! Describes the different intersection  point types for this
+//! Describes the different intersection point types for this
 //! application.
 enum Intf_PIType
 {
index f50d008ced0b8badf192083557f8abace64cd178..8c6afd58fc12b5d7ceaf0c9ee78b505bd5249a31 100644 (file)
@@ -25,7 +25,7 @@
 #include <Standard_Boolean.hxx>
 class Intf_SectionPoint;
 
-//! Describe    a  polyline  of   intersection  between two
+//! Describe a polyline of intersection between two
 //! polyhedra as a sequence of points of intersection.
 class Intf_SectionLine
 {
@@ -35,7 +35,7 @@ public:
   //! Returns number of points in this SectionLine.
   Standard_Integer NumberOfPoints() const;
 
-  //! Gives the point of intersection of  address <Index>  in the
+  //! Gives the point of intersection of address <Index> in the
   //! SectionLine.
   Standard_EXPORT const Intf_SectionPoint& GetPoint(const Standard_Integer Index) const;
 
@@ -45,7 +45,7 @@ public:
   //! Returns True if ThePI is in the SectionLine <me>.
   Standard_EXPORT Standard_Boolean Contains(const Intf_SectionPoint& ThePI) const;
 
-  //! Checks if <ThePI>  is an end of  the SectionLine. Returns 1
+  //! Checks if <ThePI> is an end of the SectionLine. Returns 1
   //! for the beginning, 2 for the end, otherwise 0.
   Standard_EXPORT Standard_Integer IsEnd(const Intf_SectionPoint& ThePI) const;
 
@@ -71,14 +71,14 @@ public:
   //! Adds a point at the end of the SectionLine.
   Standard_EXPORT void Append(const Intf_SectionPoint& Pi);
 
-  //! Concatenates   the SectionLine  <LS>  at  the  end  of  the
+  //! Concatenates the SectionLine <LS> at the end of the
   //! SectionLine <me>.
   Standard_EXPORT void Append(Intf_SectionLine& LS);
 
   //! Adds a point to the beginning of the SectionLine <me>.
   Standard_EXPORT void Prepend(const Intf_SectionPoint& Pi);
 
-  //! Concatenates a SectionLine  <LS>  at the  beginning  of the
+  //! Concatenates a SectionLine <LS> at the beginning of the
   //! SectionLine <me>.
   Standard_EXPORT void Prepend(Intf_SectionLine& LS);
 
index 6cffacba4ef4f4c3db957c26ff55aed34e78ac03..c5998a4488703e6fe5f866a677d22fe55025c398 100644 (file)
@@ -36,7 +36,7 @@ class Law_Function : public Standard_Transient
 public:
   Standard_EXPORT virtual GeomAbs_Shape Continuity() const = 0;
 
-  //! Returns  the number  of  intervals for  continuity
+  //! Returns the number of intervals for continuity
   //! <S>. May be one if Continuity(me) >= <S>
   Standard_EXPORT virtual Standard_Integer NbIntervals(const GeomAbs_Shape S) const = 0;
 
@@ -52,15 +52,15 @@ public:
   //! function at the point of parameter X.
   Standard_EXPORT virtual void D1(const Standard_Real X, Standard_Real& F, Standard_Real& D) = 0;
 
-  //! Returns the value, first and seconde derivatives
+  //! Returns the value, first and second derivatives
   //! at parameter X.
   Standard_EXPORT virtual void D2(const Standard_Real X,
                                   Standard_Real&      F,
                                   Standard_Real&      D,
                                   Standard_Real&      D2) = 0;
 
-  //! Returns a  law equivalent of  <me>  between
-  //! parameters <First>  and <Last>. <Tol>  is used  to
+  //! Returns a law equivalent of <me> between
+  //! parameters <First> and <Last>. <Tol> is used to
   //! test for 3d points confusion.
   //! It is usfule to determines the derivatives
   //! in these values <First> and <Last> if
index 139d0031343a0df8808be3b0b88900d1c634ca49..3c86a61aa2500959779b173e93e3db2e5b500141 100644 (file)
@@ -48,7 +48,7 @@ public:
   //! Returns GeomAbs_CN
   Standard_EXPORT GeomAbs_Shape Continuity() const Standard_OVERRIDE;
 
-  //! Returns  1
+  //! Returns 1
   Standard_EXPORT Standard_Integer NbIntervals(const GeomAbs_Shape S) const Standard_OVERRIDE;
 
   Standard_EXPORT void Intervals(TColStd_Array1OfReal& T,
@@ -70,8 +70,8 @@ public:
                           Standard_Real&      D,
                           Standard_Real&      D2) Standard_OVERRIDE;
 
-  //! Returns a  law equivalent of  <me>  between
-  //! parameters <First>  and <Last>. <Tol>  is used  to
+  //! Returns a law equivalent of <me> between
+  //! parameters <First> and <Last>. <Tol> is used to
   //! test for 3d points confusion.
   //! It is usfule to determines the derivatives
   //! in these values <First> and <Last> if
index 12f58c39aa395c50e3578eaa85df7a6361a4eaa1..4790af820612cc2717b4675ba6ec46a532190f2a 100644 (file)
@@ -26,13 +26,13 @@ class LocalAnalysis_SurfaceContinuity;
 class LocalAnalysis_CurveContinuity;
 
 //! This package gives tools to check the local continuity
-//! between two  points situated  on two curves or two surfaces.
+//! between two points situated on two curves or two surfaces.
 class LocalAnalysis
 {
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! This  class  compute s and gives tools to check the local
+  //! This class computes and gives tools to check the local
   //! continuity between two points situated on 2 curves.
   //!
   //! This function gives information about a variable CurveContinuity
index c5efc567531be0ad023ef0ce2646d46e83adc6ea..05a86a11aea4cce3afb80566745fb0914ab97fef 100644 (file)
@@ -27,7 +27,7 @@ class gp_XY;
 class NLPlate_HPG0Constraint;
 DEFINE_STANDARD_HANDLE(NLPlate_HPG0Constraint, NLPlate_HGPPConstraint)
 
-//! define a PinPoint G0  Constraint  used to load a Non Linear
+//! define a PinPoint G0 Constraint used to load a Non Linear
 //! Plate
 class NLPlate_HPG0Constraint : public NLPlate_HGPPConstraint
 {
index abbb190d1cd77e5bd9b1812765ba3a3af3c7a76b..29dcca2b12b76b91108be57508ffd9f1d224b147 100644 (file)
@@ -28,7 +28,7 @@ class gp_XYZ;
 class NLPlate_HPG0G1Constraint;
 DEFINE_STANDARD_HANDLE(NLPlate_HPG0G1Constraint, NLPlate_HPG0Constraint)
 
-//! define a PinPoint G0+G1  Constraint  used to load a Non Linear
+//! define a PinPoint G0+G1 Constraint used to load a Non Linear
 //! Plate
 class NLPlate_HPG0G1Constraint : public NLPlate_HPG0Constraint
 {
index 05c412fccba1414a9c68c007e37939e899d187ca..8088aa06c13ee05e28a84f57004a09a7294d3186 100644 (file)
@@ -29,7 +29,7 @@ class Plate_D1;
 class NLPlate_HPG0G2Constraint;
 DEFINE_STANDARD_HANDLE(NLPlate_HPG0G2Constraint, NLPlate_HPG0G1Constraint)
 
-//! define a PinPoint G0+G2  Constraint  used to load a Non Linear
+//! define a PinPoint G0+G2 Constraint used to load a Non Linear
 //! Plate
 class NLPlate_HPG0G2Constraint : public NLPlate_HPG0G1Constraint
 {
index 913f205bdc7173f096e9ce2fa3eabd8a09dac528..3e62c87604b1b9d338738dc47fbcb9c4bf85f755 100644 (file)
@@ -30,7 +30,7 @@ class Plate_D2;
 class NLPlate_HPG0G3Constraint;
 DEFINE_STANDARD_HANDLE(NLPlate_HPG0G3Constraint, NLPlate_HPG0G2Constraint)
 
-//! define a PinPoint G0+G3  Constraint  used to load a Non Linear
+//! define a PinPoint G0+G3 Constraint used to load a Non Linear
 //! Plate
 class NLPlate_HPG0G3Constraint : public NLPlate_HPG0G2Constraint
 {
index b646333feeacc43ab5086726c8ae726aed1b3389..ed5439fcc4e57b04ed19d0bdcecc5accbb5a95be 100644 (file)
@@ -27,7 +27,7 @@ class gp_XY;
 class NLPlate_HPG1Constraint;
 DEFINE_STANDARD_HANDLE(NLPlate_HPG1Constraint, NLPlate_HGPPConstraint)
 
-//! define a PinPoint (no G0)  G1 Constraint used to load a Non
+//! define a PinPoint (no G0) G1 Constraint used to load a Non
 //! Linear Plate
 class NLPlate_HPG1Constraint : public NLPlate_HGPPConstraint
 {
index 3d7da729f04eb44a47da7e3bcfc10e3bc1962228..e245dff65472ac8c342a6a1083e1ea64f1b1dca1 100644 (file)
@@ -28,7 +28,7 @@ class Plate_D1;
 class NLPlate_HPG2Constraint;
 DEFINE_STANDARD_HANDLE(NLPlate_HPG2Constraint, NLPlate_HPG1Constraint)
 
-//! define a PinPoint (no G0)  G2 Constraint used to load a Non
+//! define a PinPoint (no G0) G2 Constraint used to load a Non
 //! Linear Plate
 class NLPlate_HPG2Constraint : public NLPlate_HPG1Constraint
 {
index 4d62e2734d6995da872cb45e1e441f0b55020a78..0bd33b3d9e4fc95d455bf903c73c3ada44962fd6 100644 (file)
@@ -29,7 +29,7 @@ class Plate_D2;
 class NLPlate_HPG3Constraint;
 DEFINE_STANDARD_HANDLE(NLPlate_HPG3Constraint, NLPlate_HPG2Constraint)
 
-//! define a PinPoint (no G0)  G3 Constraint used to load a Non
+//! define a PinPoint (no G0) G3 Constraint used to load a Non
 //! Linear Plate
 class NLPlate_HPG3Constraint : public NLPlate_HPG2Constraint
 {
index 6e81d66a046e3ee8d5b0e2a2ae86229755dfdf2b..5f43a38eba16b9039e9c06d145162505ac5e5071 100644 (file)
@@ -28,7 +28,7 @@ class gp_XYZ;
 class Plate_D2;
 class Plate_D3;
 
-//! define a G1, G2  or G3 constraint on the Plate
+//! define a G1, G2 or G3 constraint on the Plate
 class Plate_GtoCConstraint
 {
 public:
index 31b9203ecb61e82b06d38fe1394ed413c438ec1f..73d999317dbb98e7d8fb7aaf512a4db5f0d8194b 100644 (file)
@@ -92,9 +92,8 @@ public:
 
   const Contap_Line& Line(const Standard_Integer Index) const;
 
-  //! Returns    a     reference   on     the   internal
-  //! SurfaceFunction.  This is used to compute tangents
-  //! on the lines.
+  //! Returns a reference on the internal SurfaceFunction.
+  //! This is used to compute tangents on the lines.
   Contap_SurfFunction& SurfaceFunction();
 
 protected:
index 57152e4a7c9f5a6b3bfbd0a3ba9d9f62bba9dcf3..2e5287214ec4add946004bab5558d408a8fd5173 100644 (file)
@@ -64,7 +64,7 @@ public:
 
   //! Returns Contap_Lin for a line, Contap_Circle for
   //! a circle, and Contap_Walking for a Walking line,
-  //! Contap_Restriction for a part of  boundarie.
+  //! Contap_Restriction for a part of boundary.
   Contap_IType TypeContour() const;
 
   Standard_Integer NbPnts() const;
index a8be504d862118bf68d1755673f21a9030b52383..ea15da619138c200308471b626d5a70d84f9df31 100644 (file)
@@ -109,8 +109,8 @@ public:
   //! lines.
   Standard_Boolean IsMultiple() const;
 
-  //! Returns True if the point  is an internal one, i.e
-  //! if the  tangent to the line on  the point  and the
+  //! Returns True if the point is an internal one, i.e
+  //! if the tangent to the line on the point and the
   //! eye direction are parallel.
   Standard_Boolean IsInternal() const;
 
index 1888ed50dd0e771ecc5ea156959f5cc965570e1f..319dcb95d9977189da783493a7baa89ee61d60bd 100644 (file)
 class gp_Pnt;
 class gp_Vec;
 
-//! Internal tool used  to compute the  normal and its
+//! Internal tool used to compute the normal and its
 //! derivatives.
 class Contap_SurfProps
 {
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Computes  the point <P>, and  normal vector <N> on
+  //! Computes the point <P>, and normal vector <N> on
   //! <S> at parameters U,V.
   Standard_EXPORT static void Normale(const Handle(Adaptor3d_Surface)& S,
                                       const Standard_Real              U,
@@ -37,7 +37,7 @@ public:
                                       gp_Pnt&                          P,
                                       gp_Vec&                          N);
 
-  //! Computes  the point <P>, and  normal vector <N> on
+  //! Computes the point <P>, and normal vector <N> on
   //! <S> at parameters U,V.
   Standard_EXPORT static void DerivAndNorm(const Handle(Adaptor3d_Surface)& S,
                                            const Standard_Real              U,
index bb49d9465f5fa1219fd0ec94c368123b0f6b6886..1e748386df3b883b76bcb9f9b6e165959e8f9077 100644 (file)
@@ -28,8 +28,7 @@ class HLRAlgo_EdgeIterator
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Iterator  on the  visible or  hidden  parts of  an
-  //! edge.
+  //! Iterator on the visible or hidden parts of an edge.
   Standard_EXPORT HLRAlgo_EdgeIterator();
 
   Standard_EXPORT void InitHidden(HLRAlgo_EdgeStatus& status);
index 7ac6c13524bbec33107413b77c476bbb1764d3ac..08b01874becbe5233ff4a12b8276ffdbb6909c0d 100644 (file)
@@ -32,15 +32,16 @@ DEFINE_STANDARD_HANDLE(HLRAlgo_EdgesBlock, Standard_Transient)
 //! An EdgesBlock is a set of Edges. It is used by the
 //! DataStructure to structure the Edges.
 //!
-//! An EdgesBlock contains :
+//! An EdgesBlock contains:
 //!
-//! * An Array  of index of Edges.
+//! * An Array of index of Edges.
 //!
-//! * An Array of flagsf ( Orientation
-//! OutLine
-//! Internal
-//! Double
-//! IsoLine)
+//! * An Array of flagsf
+//! (Orientation
+//!  OutLine
+//!  Internal
+//!  Double
+//!  IsoLine)
 class HLRAlgo_EdgesBlock : public Standard_Transient
 {
 
index 4f618a9fd43e2b901ce94d2ee3c9f0c622f91104..e0a65340880ac56b5a5d97b1ecf91e7a6b21968f 100644 (file)
@@ -35,8 +35,8 @@ class gp_Pnt;
 class TopoDS_Wire;
 class TopoDS_Edge;
 
-//! Implementation  of  building  helix  wire
-//! Values  of  Error  Status  returned  by  algo:
+//! Implementation of building helix wire
+//! Values of Error Status returned by algo:
 //! 0 - OK
 //! 1 - object is just initialized, it means that no input parameters were set
 //! 2 - approximation fails
@@ -45,9 +45,9 @@ class TopoDS_Edge;
 //! 11 - step (Pitch) < tolerance
 //! 12 - Height < tolerance
 //! 13 - TaperAngle < 0 or TaperAngle > Pi/2 - TolAng
-//! Warning  Status:
-//! 0  -  OK
-//! 1  -  tolerance  reached  by  approximation  >  requested  tolerance.
+//! Warning Status:
+//! 0 - OK
+//! 1 - tolerance reached by approximation > requested tolerance.
 class HelixBRep_BuilderHelix
 {
 public:
index 18ac9d0c89fe49bebae96d522971fdec1b6f414a..f2d27100b4d79c780bd7824e487befa5e8957ab7 100644 (file)
@@ -42,7 +42,7 @@ class HelixGeom_BuilderHelixGen : public HelixGeom_BuilderApproxCurve
 public:
   DEFINE_STANDARD_ALLOC
 
-  //! Sets parameters  for  building  helix  curves
+  //! Sets parameters for building helix curves
   Standard_EXPORT void SetCurveParameters(const Standard_Real    aT1,
                                           const Standard_Real    aT2,
                                           const Standard_Real    aPitch,
@@ -50,7 +50,7 @@ public:
                                           const Standard_Real    aTaperAngle,
                                           const Standard_Boolean bIsClockwise);
 
-  //! Gets parameters  for  building  helix  curves
+  //! Gets parameters for building helix curves
   Standard_EXPORT void CurveParameters(Standard_Real&    aT1,
                                        Standard_Real&    aT2,
                                        Standard_Real&    aPitch,
@@ -59,7 +59,7 @@ public:
                                        Standard_Boolean& bIsClockwise) const;
 
 protected:
-  //! Sets default  parameters
+  //! Sets default parameters
   Standard_EXPORT HelixGeom_BuilderHelixGen();
   Standard_EXPORT virtual ~HelixGeom_BuilderHelixGen();
 
index 72223bc571c38b2e7b322f1465c36906d1c135c5..e9a1b5855079b667235bfc13b6fcfc88d1677f8a 100644 (file)
@@ -7795,7 +7795,7 @@ int AdvApp2Var_MathBase::mmmrslwd_(integer*    normax,
   /*     KEYWORDS : */
   /*     ----------- */
   /*        ALL, MATH_ACCES :: */
-  /*        SYSTEME&,EQUATION&, RESOLUTION,GAUSS ,&VECTEUR */
+  /*        SYSTEM&, EQUATION&, RESOLUTION, GAUSS, &VECTEUR */
 
   /*     INPUT ARGUMENTS : */
   /*     ------------------ */