예제 #1
0
 public bool InsertLayerAfter(ref int theNewLayerId, Graphic3d_ZLayerSettings theSettings, int theLayerBefore)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void SetZLayerSettings(int theLayerId, Graphic3d_ZLayerSettings theSettings)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public bool AddZLayer(ref int theLayerId, Graphic3d_ZLayerSettings theSettings)
 {
     throw new NotImplementedException();
 }