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();
 }
Exemple #2
0
 public Graphic3d_MaterialAspect(Graphic3d_MaterialAspect parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public bool IsEqual(Graphic3d_MaterialAspect theOther)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public void SetCappingMaterial(Graphic3d_MaterialAspect theMat)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public void SetFrontMaterial(Graphic3d_MaterialAspect theMaterial)
 {
     throw new NotImplementedException();
 }