Beispiel #1
0
 public bool MaterialFromName(string theName, ref Graphic3d_NameOfMaterial theMat)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public Graphic3d_MaterialAspect(Graphic3d_NameOfMaterial theName)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void init(Graphic3d_NameOfMaterial theName)
 {
     throw new NotImplementedException();
 }
        //--------------------------------------------------------------------------------------------------

        public static Graphic3d_MaterialAspect ToAspect(this Graphic3d_NameOfMaterial materialName)
        {
            return(new Graphic3d_MaterialAspect(materialName));
        }