public IReadOnlyList<IsosurfaceDefinition> GetSelectedIsosurfaces()
Public Function GetSelectedIsosurfaces() As IReadOnlyList(Of IsosurfaceDefinition)
Return Value
The collection of voxel isosurfaces selected in the TOC.
public IReadOnlyList<IsosurfaceDefinition> GetSelectedIsosurfaces()
Public Function GetSelectedIsosurfaces() As IReadOnlyList(Of IsosurfaceDefinition)
var surfaces = MapView.Active.GetSelectedIsosurfaces(); //set selected w/ MapView.Active.SelectVoxelIsosurface(isoSurface) var slices = MapView.Active.GetSelectedSlices(); //set selected w/ MapView.Active.SelectVoxelSlice(slice) var sections = MapView.Active.GetSelectedSections(); //set selected w/ MapView.Active.SelectVoxelSection(section) var locked_sections = MapView.Active.GetSelectedLockedSections(); //set selected w/ MapView.Active.SelectVoxelLockedSection(locked_section)
Target Platforms: Windows 11, Windows 10