Name | Description | |
---|---|---|
DataUnit | Gets the variable data unit. |
The following tables list the members exposed by VoxelVariableProfile.
Name | Description | |
---|---|---|
CanCreateIsosurface | Gets whether an isosurface can be added to this variable profile. | |
DataType | Gets the variable profile's data type. Data can be continuous or discrete. | |
Description | Gets the variable profile's description. | |
MaxNumberOfIsosurfaces | Gets the maximum number of isosurface. | |
Renderer | Gets the variable profile renderer. | |
Statistics | Gets the variable statistics. | |
Variable | Gets the variable profile variable name. | |
Volume | Gets the volume that this variable profile belong to. |
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. |