Exemple #1
0
 public Prs3d_PointAspect(Quantity_Color theColor, int theWidth, int theHeight, TColStd_HArray1OfByte theTexture)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public Graphic3d_AspectMarker3d(Quantity_Color theColor, int theWidth, int theHeight,
                                 TColStd_HArray1OfByte theTextureBitmap)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void SetBitMap(int theWidth, int theHeight, TColStd_HArray1OfByte theTexture)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public Graphic3d_MarkerImage(TColStd_HArray1OfByte theBitMap, int theWidth, int theHeight)
     : base()
 {
     throw new NotImplementedException();
 }