1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +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:
ski
2014-05-29 16:05:47 +04:00
committed by apn
parent bdd1223f46
commit ff8178ef85
533 changed files with 1047 additions and 2921 deletions

View File

@@ -70,44 +70,18 @@ enumeration ValueType
class GProps;
--- Purpose :
-- Computes the global properties of a compound geometric
-- system in 3d space. It gives facilities to compose the
-- properties of hetegogeneous elements of the system
-- (PGProps, CGProps, SGProps, VGProps or GProps). A density
-- can be associated with each component of the system.
class PGProps;
--- Purpose :
-- Computes the global properties of a set of points in 3d.
-- This class inherits GProps.
class CelGProps;
---Purpose :
-- Computes the global properties of a gp curve in 3d
-- This class inherits GProps.
class SelGProps;
---Purpose :
-- Computes the global properties and the area of a bounded
-- elementary surface in 3d. This class inherits GProps.
class VelGProps;
---Purpose :
-- Computes the global properties and the volume of a region
-- of space. the region of space is defined by an elementary
-- surface. This class inherits GProps.
class PrincipalProps;
---Purpose :
-- Returns the principal inertia properties of a GProps.
--- Purpose :
-- The following abstract classes define templates
-- with the minimum of methods required to implement
-- the computation of the global properties for a curve

View File

@@ -17,8 +17,8 @@
class SelGProps from GProp inherits GProps
---Purpose:
-- Computes the global properties of an elementary
-- surface (surface of the gp package)
-- Computes the global properties of a bounded
-- elementary surface in 3d (surface of the gp package)
uses Cylinder from gp,
Cone from gp,

View File

@@ -17,9 +17,9 @@
class VelGProps from GProp inherits GProps
--- Purpose :
-- Computes the global properties of a geometric solid
-- (3D closed region of space)
-- The solid can be elementary(definition in the gp package)
-- Computes the global properties and the volume of a geometric solid
-- (3D closed region of space)
-- The solid can be elementary(definition in the gp package)
uses Cone from gp,