| SoCSGOperation Class |
Note: This API is now obsolete.
Class which computes a CSG operation (OR, AND, SUB, etc) from 2 solid objects.
Namespace: OIV.SolidViz
The SoCSGOperation type exposes the following members.
| Name | Description | |
|---|---|---|
| SoCSGOperation | Constructor. | |
| SoCSGOperation(SoCSGOperationOperationTypes) | Constructor. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
| GetOperationType | Gets the current operation. | |
| GetSceneGraph | Returns the result objectA OperationType objectB The scenegraph returned contains an SoFaceSet shape. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetOperationType | Defines the current operation. | |
| SetSceneGraphs | Defines the 2 solid objects used for the CSG operation. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Each input solid object is given by a scene graph. The result is also given by a scene graph.
<font color="#0000FF">NOTE:</font> This class is provided on an as-is basis, with no support or warranty.