<Code Lib>
2025.3 Method
Changes 1
M

RebarConstraint.IsReferenceValidForConstraint

Description:
Checks if the reference provided can be used in creating Rebar constraints
Remarks:
Reference is valid if it points to an uncut face of a structural that can host rebar.

public bool IsReferenceValidForConstraint(
	Reference targetReference
)

  • targetReference
    The reference to be checked
Return Value Boolean returns true if reference can be used in a constraint, false otherwise

Loading…