public void SelectVoxelSection( SectionDefinition section )
Public Sub SelectVoxelSection( _ ByVal section As SectionDefinition _ )
Parameters
- section
public void SelectVoxelSection( SectionDefinition section )
Public Sub SelectVoxelSection( _ ByVal section As SectionDefinition _ )
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