public RebarSpacing(RebarShape rebarShape, Vector3d startEndVector, double spacingLength, int spacingType, double tolerance) { OriginRebarShape = rebarShape; UseVectorLengthSpacing(startEndVector, spacingLength, spacingType, tolerance); }
public RebarSpacing(RebarShape rebarShape, int count, Curve spaceCurve, double angle) { OriginRebarShape = rebarShape; UseCurveSpacing(count, spaceCurve, angle); }
public RebarSpacing(RebarShape rebarShape, Vector3d startEndVector, int count) { OriginRebarShape = rebarShape; UseVectorCountSpacing(startEndVector, count); }