Usage: you must use this class as is. You should never derive it.
public class CATICGMHybBoundary
Class defining the operator that computes the boundary of a wire or a shell.
This operator completes on open bodies or bodies which have boundaries.
For example, it generates a result when the input body is a 2D cylinder
but it does not generate any result and throws an exception when the input body is a 2D sphere.
It throws an exception as well when the input body is a close wire.
This operator completes on multi-domain bodies.
In this case, an initial cell has to be specified as well as a propagation
mode to determine the area of boundaries to be computed.
If the body is a multi-domain body and if the domain is not specified,
the operator cannot complete and throws an exception.
The initial cell and the domain are default arguments of the CATCGMCreateTopBoundary global function.
They are not needed when the input body is a single domain body.
This operator 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.
public CATICGMHybBoundary( | ) |
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.