1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

54
src/IntStart/IntStart.cdl Executable file
View File

@@ -0,0 +1,54 @@
-- File: IntStart.cdl
-- Created: Fri Sep 4 11:44:13 1992
-- Author: Jacques GOUSSARD
-- <jag@sdsun2>
---Copyright: Matra Datavision 1992
package IntStart
---Purpose: This package provides generic algorithms to
-- find specific points (points on boundaries
-- and points inside a surface) used as starting
-- points for marching algorithms.
---Level: Internal
--
-- All the methods of the classes of this package are Internal.
--
uses Standard, MMgt, TCollection, StdFail, TopAbs, GeomAbs, gp, IntSurf, math
is
deferred generic class ArcTool;
deferred generic class SOBTool;
deferred generic class TopolTool;
deferred generic class SOBFunction;
generic class Segment;
generic class PathPoint;
generic class SearchOnBoundaries, ThePathPoint, SequenceOfPathPoint,
TheSegment, SequenceOfSegment;
deferred generic class PSurfaceTool;
deferred generic class SITool;
deferred class SITopolTool;
deferred generic class SIFunction;
generic class SearchInside;
end IntStart;