![]() | SectionManagerAdd Method (Boolean, Boolean, Axis) |
Namespace: VIZCore3DX.NET.Manager
public SectionItem Add( bool partSection, bool visibleOthers, Axis direction = Axis.X )
// VIZCore3DX.NET Control private VIZCore3DX.NET.VIZCore3DXControl vizcore3dx; private void Example() { bool partSection = false; VIZCore3DX.NET.Data.SectionItem section = vizcore3dx.Section.Add( partSection , false , Data.Axis.X ); }