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