2027 Method
Changes 8
M

RebarConstraint.CreateConstraintToCustomTarget

Description:
This method creates a constraint of 'ToCustomTarget' type for a given RebarConstrainedHandle.The RebarConstrainedHandle should belong to a Free Form Rebar should allow constrains to custom target.
public static RebarConstraint CreateConstraintToCustomTarget(
	RebarConstrainedHandle handle,
	double distanceToCustomTarget
)
  • handle
    The handle of the rebar that will be constrained.
  • Double
    distanceToCustomTarget
    The distance to the custom target.
Return Value RebarConstraint Returns the newly created RebarConstraint.