public Graphic3d_AspectFillArea3d(Aspect_InteriorStyle theInterior, Quantity_Color theInteriorColor,
                                   Quantity_Color theEdgeColor, Aspect_TypeOfLine theEdgeLineType, double theEdgeWidth,
                                   Graphic3d_MaterialAspect theFrontMaterial, Graphic3d_MaterialAspect theBackMaterial)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public AIS_RubberBand(Quantity_Color theLineColor, Aspect_TypeOfLine theType, Quantity_Color theFillColor)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public AIS_RubberBand(Quantity_Color theLineColor, Aspect_TypeOfLine theType, Quantity_Color theFillColor,
                       double theTransparency, double theLineWidth, bool theIsPolygonClosed)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void SetLineType(Aspect_TypeOfLine theType)
 {
     throw new NotImplementedException();
 }
 public Prs3d_IsoAspect(Quantity_Color theColor, Aspect_TypeOfLine theType, double theWidth, int theNumber)
     : base()
 {
     throw new NotImplementedException();
 }
 public Graphic3d_AspectLine3d(Quantity_Color theColor, Aspect_TypeOfLine theType, double theWidth)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public void GetLineAtt(Prs3d_Drawer aDrawer, AIS_TypeOfAttribute TheTypeOfAttributes,
                        ref Quantity_NameOfColor aCol, ref double aWidth, ref Aspect_TypeOfLine aTyp)
 {
     throw new NotImplementedException();
 }