예제 #1
0
 public RebarSpacing(RebarShape rebarShape, Vector3d startEndVector, double spacingLength, int spacingType, double tolerance)
 {
     OriginRebarShape = rebarShape;
     UseVectorLengthSpacing(startEndVector, spacingLength, spacingType, tolerance);
 }
예제 #2
0
 public RebarSpacing(RebarShape rebarShape, int count, Curve spaceCurve, double angle)
 {
     OriginRebarShape = rebarShape;
     UseCurveSpacing(count, spaceCurve, angle);
 }
예제 #3
0
 public RebarSpacing(RebarShape rebarShape, Vector3d startEndVector, int count)
 {
     OriginRebarShape = rebarShape;
     UseVectorCountSpacing(startEndVector, count);
 }