Exemple #1
0
 /// <summary>
 /// Add dimension to constrain the arc length.
 /// </summary>
 public override void Commit()
 {
     GetRebarShapeDefinitionByArc.AddConstraintArcLength(
         RebarShapeParameter.Parameter);
 }
Exemple #2
0
 /// <summary>
 /// Add dimension to constrain the radius of arc.
 /// </summary>
 public override void Commit()
 {
     GetRebarShapeDefinitionByArc.AddConstraintRadius(
         RebarShapeParameter.Parameter, ArcReferenceType);
 }