Пример #1
0
        //--------------------------------------------------------------------------------------------------

        public ClipPlane(Pln plane)
        {
            _OcClipPlane = new Graphic3d_ClipPlane(plane);

            _UpdateAspects();
            _OcClipPlane.SetOn(true);
        }
Пример #2
0
 public void RemoveClipPlane(Graphic3d_ClipPlane thePlane)
 {
     throw new NotImplementedException();
 }