All Frameworks Class Hierarchy This Framework Previous Next Indexes
TopologicalOperators Class CATHybIntersect
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---NewTopologicalObjects.CATTopOperator
|
+---TopologicalOperators.CATHybOperator
|
+---TopologicalOperators.CATHybOperatorImp
|
+---CATHybIntersect
Usage: you must use this class as is. You should never derive it.
public class CATHybIntersect
Class defining the operator that intersects two bodies.
This operator operates on the 2D (CATShell), 1D (CATWire) and 0D (CATVertexInVolume)
domains of a CATBody.
It follows the general frame of all operator and satisfies to the smart mechanism: the
input bodies are not modified. A new resulting body is created,
possibly sharing data with the input bodies.
- CATHybIntersect is created with the CATCreateTopIntersect global function.
It must be
directly deleted with the usual C++ delete operator after use.
It is not streamable.
- The intersection can be restricted on a given domain on each body with the methods
SetFirstDomainToIntersect and SetSecondDomainToIntersect
- The result is accessed with the GetResult method. If you do not want
to keep the resulting body, use the CATICGMContainer.Remove method to remove it from the geometric factory.
- See also:
- CATCreateTopIntersect
Constructor and Destructor Index
- o
~CATHybIntersect()
-
Method Index
- o
SetFirstDomainToIntersect(CATDomain*)
- Defines which domain of the first body must be intersected.
- o
SetSecondDomainToIntersect(CATDomain*)
- Defines which domain of the second body must be intersected.
Constructor and Destructor
o ~CATHybIntersect
public ~CATHybIntersect( | ) |
-
Methods
o SetFirstDomainToIntersect
public void SetFirstDomainToIntersect( | CATDomain* | iDomainOnFirstBody) |
-
Defines which domain of the first body must be intersected.
- Parameters:
-
- iDomainOnFirstBody
- The pointer to the domain to intersect.
o SetSecondDomainToIntersect
public void SetSecondDomainToIntersect( | CATDomain* | iDomainOnSecondBody) |
-
Defines which domain of the second body must be intersected.
- Parameters:
-
- iDomainOnSecondBody
- The pointer to the domain to intersect.
This object is included in the file: CATHybIntersect.h
If needed, your Imakefile.mk should include the module: CATTopologicalOperators