コード例 #1
0
 public void GetLineAtt(Prs3d_Drawer aDrawer, AIS_TypeOfAttribute TheTypeOfAttributes,
                        ref Quantity_NameOfColor aCol, ref double aWidth, ref Aspect_TypeOfLine aTyp)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Aspect_TypeOfLine GetLineType(Prs3d_Drawer aDrawer, AIS_TypeOfAttribute TheTypeOfAttributes)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void GetLineColor(Prs3d_Drawer aDrawer, AIS_TypeOfAttribute TheTypeOfAttributes,
                          Quantity_Color TheLineColor)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public double GetLineWidth(Prs3d_Drawer aDrawer, AIS_TypeOfAttribute TheTypeOfAttributes)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public Quantity_NameOfColor GetLineColor(Prs3d_Drawer aDrawer, AIS_TypeOfAttribute TheTypeOfAttributes)
 {
     throw new NotImplementedException();
 }