Name | Description | |
---|---|---|
![]() | Id | Gets the ID of the volume |
The following tables list the members exposed by VoxelVolume.
Name | Description | |
---|---|---|
![]() | CanLockSection | Determines whether a section can be locked. Sections are locked to the current variable profile. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CreateSection | Create a (dynamic) section. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CreateSlice | Create a slice. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteSection | Delete the specified section. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteSlice | Deletes the specified slice. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPositionRange | Gets the range of positions in voxel coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetSections | Gets the collection of (dynamic) sections |
![]() | GetSlices | Gets the collection of slices |
![]() | GetVariableProfile | Get the variable profile with the given name. |
![]() | GetVariableProfiles | Gets the collection of variable profiles. |
![]() | GetVolumeSize | Gets the volume size in voxel coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | LockSection | Locks the specified section to the currently selected variable profile. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | UpdateSection | Updates the section identified by the input SectionDefinition. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | UpdateSlice | Updates the slice identified by the input SliceDefinition. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | VoxelCoordinateToWorld | Convert a position from voxel space to world or "layer" space. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | VoxelNormalToWorld | Convert a vector normal from voxel space to world or "layer" space. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | WorldCoordinateToVoxel | Convert a position from world or "layer" space to voxel space. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | WorldNormalToVoxel | Convert a vector normal from world or "layer" space to voxel space. This method must be called on the MCT. Use QueuedTask.Run. |