VoxelVariableProfile Class Methods
In This Topic
For a list of all members of this type, see VoxelVariableProfile members.
Public Methods
| Name | Description |
 | CreateIsosurface |
Create an isosurface for the variable profile.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | DeleteIsosurface |
Delete the specified isosurface. This method must be called on the MCT. Use QueuedTask.Run.
|
 | DeleteIsosurfaces |
Delete the specified collection of isosurfaces.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetIsosurfaceColor |
Gets the corresponding isosurface color for the specific value.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetIsosurfaces |
Gets the collection of isosurfaces
|
 | SetRenderer |
Sets the variable profile's renderer object. This method must be called on the MCT. Use QueuedTask.Run.
|
 | UpdateIsosurface |
Update the specified isosurface. This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also