Exemple #1
0
 public SampleCsSurfaceDirectionConduit()
     : base(new MSupportChannels(MSupportChannels.SC_DRAWOVERLAY), false)
 {
     m_brep    = null;
     m_bFlip   = false;
     m_points  = new ArrayOn3dPoint();
     m_normals = new ArrayOn3dVector();
 }
 public SampleCsSurfaceDirectionConduit()
     : base(new MSupportChannels(MSupportChannels.SC_DRAWOVERLAY), false)
 {
     m_brep = null;
       m_bFlip = false;
       m_points = new ArrayOn3dPoint();
       m_normals = new ArrayOn3dVector();
 }