Public Sub SelectVoxelLockedSection( _ ByVal section As LockedSectionDefinition _ )
public void SelectVoxelLockedSection( LockedSectionDefinition section )
Parameters
- section
Public Sub SelectVoxelLockedSection( _ ByVal section As LockedSectionDefinition _ )
public void SelectVoxelLockedSection( LockedSectionDefinition section )
{
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 Home, Pro, Enterprise (64 bit)