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();
 }
Esempio n. 2
0
 public void SetInteriorStyle(Aspect_InteriorStyle theStyle)
 {
     throw new NotImplementedException();
 }