![]() | SectionItemBoundBox Property |
Namespace: VIZCore3DX.NET.Data
// VIZCore3DX.NET Control private VIZCore3DX.NET.VIZCore3DXControl vizcore3dx; private void Example() { Data.Section section = vizcore3dx.Section.SelectedItem; if (section == null) return; Data.BoundBox3D box = section.BoundBox; if (box == null) return; List<Data.Node> items = vizcore3dx.Object3D.FromZone( box , Data.BoundBoxSearchOption.FullyContained ); }