SectionManagerAdd Method (Boolean, Boolean, Axis) |
Namespace: VIZCore3D.NET.Manager
public Section Add( bool partSection, bool visibleOthers, Axis direction = Axis.X )
// VIZCore3D.NET Control private VIZCore3D.NET.VIZCore3DControl vizcore3d; private void Example() { bool partSection = false; VIZCore3D.NET.Data.Section section = vizcore3d.Section.Add( partSection , false , Data.Axis.X ); }