GeomTools
OCCT package GeomTools: GeomTools, GeomTools_Curve2dSet, GeomTools_CurveSet, GeomTools_SurfaceSet.
GeomTools
The GeomTools package provides utilities for Geometry.
- SurfaceSet, CurveSet, Curve2dSet : Tools used for dumping, writing and reading.
- Methods to dump, write, read curves and surfaces.
Constructors(1)
GeomTools_Curve2dSet
Stores a set of Curves from Geom2d.
Constructors(1)
Returns an empty set of Curves.
Instance methods(4)
- Clear(): void
Clears the content of the set.
- Add(C: Geom2d_Curve): number
Incorporate a new Curve in the set and returns its index.
Parameters (1)C
- Curve2d(I: number): Geom2d_Curve
Returns the Curve of index .
Parameters (1)I
- Index(C: Geom2d_Curve): number
Returns the index of <L>.
Parameters (1)C
GeomTools_CurveSet
Stores a set of Curves from Geom.
Constructors(1)
Returns an empty set of Curves.
Instance methods(4)
- Clear(): void
Clears the content of the set.
- Add(C: Geom_Curve): number
Incorporate a new Curve in the set and returns its index.
Parameters (1)C
- Curve(I: number): Geom_Curve
Returns the Curve of index .
Parameters (1)I
- Index(C: Geom_Curve): number
Returns the index of <L>.
Parameters (1)C
GeomTools_SurfaceSet
Stores a set of Surfaces from Geom.
Constructors(1)
Returns an empty set of Surfaces.
Instance methods(4)
- Clear(): void
Clears the content of the set.
- Add(S: Geom_Surface): number
Incorporate a new Surface in the set and returns its index.
Parameters (1)S
- Surface(I: number): Geom_Surface
Returns the Surface of index .
Parameters (1)I
- Index(S: Geom_Surface): number
Returns the index of <L>.
Parameters (1)S