示例#1
0
 public AIS_Plane(Geom_Axis2Placement aComponent, AIS_TypeOfPlane aPlaneType)
     : base()
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void SetAxis2Placement(Geom_Axis2Placement aComponent, AIS_TypeOfPlane aPlaneType)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public AIS_Trihedron(Geom_Axis2Placement theComponent)
     : base()
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void SetComponent(Geom_Axis2Placement theComponent)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public AIS_Axis(Geom_Axis2Placement aComponent, AIS_TypeOfAxis anAx_isType)
     : base()
 {
     throw new NotImplementedException();
 }