SoCubeDetail Class |
Stores detail information about the OIV.Inventor.Nodes.SoCube node.
Namespace: OIV.Inventor.Details
The SoCubeDetail type exposes the following members.
Name | Description | |
---|---|---|
SoCubeDetail | Constructor. |
Name | Description | |
---|---|---|
Clone | (Inherited from SoDetail.) | |
Copy | Returns an instance that is a copy of this instance. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetPart | Returns the part in the detail. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetPart | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class contains detail information about a point on a cube. It contains the part of the cube that was hit.
Part values are as follows:
0 | Front |
1 | Back |
2 | Left |
3 | Right |
4 | Top |
5 | Bottom |