mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-16 02:28:35 +05:00
35 lines
618 B
Plaintext
35 lines
618 B
Plaintext
-- File: GEOMAlgo_ShellSolid.cdl
|
|
-- Created: Wed Jan 12 12:45:20 2005
|
|
-- Author: Peter KURNEV
|
|
-- <pkv@irinox>
|
|
---Copyright: Matra Datavision 2005
|
|
|
|
|
|
class ShellSolid from GEOMAlgo
|
|
inherits ShapeSolid from GEOMAlgo
|
|
---Purpose:
|
|
|
|
--uses
|
|
--raises
|
|
|
|
is
|
|
Create
|
|
returns ShellSolid from GEOMAlgo;
|
|
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_ShellSolid();"
|
|
|
|
Perform (me:out)
|
|
is redefined;
|
|
|
|
Prepare(me:out)
|
|
is redefined protected;
|
|
|
|
BuildResult (me:out)
|
|
is redefined protected;
|
|
|
|
DetectSDFaces(me:out)
|
|
is protected;
|
|
|
|
--fields
|
|
|
|
end ShellSolid;
|