mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024784: Move documentation in CDL files to proper location
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
This commit is contained in:
@@ -231,10 +231,8 @@ is
|
||||
end TransitionMode;
|
||||
|
||||
deferred class Command;
|
||||
---Purpose: Root class for all BRepBuilderAPI commands.
|
||||
|
||||
deferred class MakeShape;
|
||||
---Purpose: Root class for all shape constructions.
|
||||
|
||||
--
|
||||
-- Construction of topology from geometry
|
||||
@@ -260,10 +258,6 @@ is
|
||||
--
|
||||
|
||||
class Sewing;
|
||||
---Purpose: Provides a tool to
|
||||
-- - identify contigous boundaries (for control
|
||||
-- of continuity: C0, C1, ...)
|
||||
-- - assemble contigous shapes into one shape.
|
||||
|
||||
--
|
||||
-- Construction of composite topologies
|
||||
@@ -284,9 +278,6 @@ is
|
||||
class Transform;
|
||||
|
||||
class NurbsConvert ;
|
||||
---Purpose: converts all 3D analytical representation of surfaces
|
||||
-- and curves to NURBS execpt for Planes
|
||||
--
|
||||
|
||||
class GTransform;
|
||||
|
||||
|
@@ -16,11 +16,12 @@
|
||||
|
||||
class NurbsConvert from BRepBuilderAPI inherits ModifyShape from BRepBuilderAPI
|
||||
|
||||
---Purpose: Conversion of the complete geometry of a shape into
|
||||
-- NURBS geometry. For example, all curves supporting
|
||||
-- edges of the basis shape are converted into BSpline
|
||||
-- curves, and all surfaces supporting its faces are
|
||||
-- converted into BSpline surfaces.
|
||||
---Purpose: Conversion of the complete geometry of a shape
|
||||
-- (all 3D analytical representation of surfaces and curves)
|
||||
-- into NURBS geometry (execpt for Planes). For example,
|
||||
-- all curves supporting edges of the basis shape are converted
|
||||
-- into BSpline curves, and all surfaces supporting its faces are
|
||||
-- converted into BSpline surfaces.
|
||||
|
||||
uses
|
||||
|
||||
|
@@ -26,7 +26,7 @@ class Sewing from BRepBuilderAPI inherits TShared from MMgt
|
||||
---Purpose: Provides methods to
|
||||
--
|
||||
-- - identify possible contigous boundaries (for control
|
||||
-- afterwards)
|
||||
-- afterwards (of continuity: C0, C1, ...))
|
||||
--
|
||||
-- - assemble contigous shapes into one shape.
|
||||
-- Only manifold shapes will be found. Sewing will not
|
||||
|
Reference in New Issue
Block a user