Ejemplo n.º 1
0
 public TwistProfile(Barrel barrel)
 {
     Init();
 }
Ejemplo n.º 2
0
 public BarrelProfile(Barrel barrel, string dxfFilename, BarrelProfileType type, double meshSize) : base(dxfFilename, meshSize)
 {
     this._barrel = barrel;
     Twist        = new TwistProfile(_barrel);
     xSectionType = type;
 }
Ejemplo n.º 3
0
 public DimensionData(Barrel barrel, string filename)
 {
     _barrel = barrel;
     InitValues(filename);
 }