コード例 #1
0
 public bool IsEqual(Graphic3dMaterialAspect Other)
 {
     return(Graphic3d_MaterialAspect_IsEqualC0044920(Instance, Other.Instance));
 }
コード例 #2
0
 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))
 {
 }
コード例 #3
0
 public bool IsDifferent(Graphic3dMaterialAspect Other)
 {
     return(Graphic3d_MaterialAspect_IsDifferentC0044920(Instance, Other.Instance));
 }