All Frameworks Class Hierarchy This Framework Previous Next Indexes
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---NewTopologicalObjects.CATTopOperator
|
+---TopologicalOperators.CATDynOperator
|
+---CATDynShell
Usage: you must use this class as is. You should never derive it.
public class CATDynShell
Interface representing the topological operator of shell.
A shell operation is available on bodies containing volumes: it corresponds to
two thickness operations on the body, with two different
offset values, followed by a subtraction between
the results of the thicknes operations.
As all the topological operators, the input objects are not modified. The resulting body is
a new one, that you can get by using the CATDynOperator::GetResult method.
To use it:
| public virtual ~CATDynShell( | ) |
| public virtual void Append( | const CATLISTP(CATFace)& | iOpening)=0 |
| public virtual void Append( | const CATLISTP(CATFace)& | iSpecialOffset, |
| double | iInternalSpecialOffset, | |
| double | iExternalSpecialOffset)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.