public Graphic3dAspectFillArea3d(AspectInteriorStyle Interior, QuantityColor InteriorColor, QuantityColor EdgeColor, AspectTypeOfLine EdgeLineType, double EdgeWidth, Graphic3dMaterialAspect FrontMaterial, Graphic3dMaterialAspect BackMaterial)
     :
     base(Graphic3d_AspectFillArea3d_Ctor173C01E9((int)Interior, InteriorColor.Instance, EdgeColor.Instance, (int)EdgeLineType, EdgeWidth, FrontMaterial.Instance, BackMaterial.Instance))
 {
 }
 public Prs3dIsoAspect(QuantityColor aColor, AspectTypeOfLine aType, double aWidth, int aNumber)
     :
     base(Prs3d_IsoAspect_CtorE8121D05(aColor.Instance, (int)aType, aWidth, aNumber))
 {
 }
 public Prs3dIsoAspect(QuantityNameOfColor aColor, AspectTypeOfLine aType, double aWidth, int aNumber)
     :
     base(Prs3d_IsoAspect_CtorC2594F57((int)aColor, (int)aType, aWidth, aNumber))
 {
 }
 public void SetLineAttributes(AspectTypeOfLine AType, double AWidth)
 {
     Visual3d_Layer_SetLineAttributes4A74B177(Instance, (int)AType, AWidth);
 }
 public Prs3dLineAspect(QuantityColor aColor, AspectTypeOfLine aType, double aWidth)
     :
     base(Prs3d_LineAspect_Ctor94ED4A31(aColor.Instance, (int)aType, aWidth))
 {
 }
 public Prs3dLineAspect(QuantityNameOfColor aColor, AspectTypeOfLine aType, double aWidth)
     :
     base(Prs3d_LineAspect_Ctor1A9E9376((int)aColor, (int)aType, aWidth))
 {
 }