コード例 #1
0
        //--------------------------------------------------------------------------------------------------

        static Prs3d_PointAspect CreateImagePointAspect(Image image)
        {
            Debug.Assert(image.PixMap != null);
            var aspectMarker = new Graphic3d_AspectMarker3d(image.PixMap);
            var aspectPoint  = new Prs3d_PointAspect(aspectMarker);

            return(aspectPoint);
        }
コード例 #2
0
ファイル: V3d_Viewer.cs プロジェクト: Oblikovati/CascadeSharp
 public void SetGridEcho(Graphic3d_AspectMarker3d aMarker)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void SetAspect(Graphic3d_AspectMarker3d theAspect)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Prs3d_PointAspect(Graphic3d_AspectMarker3d theAspect)
     : base()
 {
     throw new NotImplementedException();
 }