<Code Lib>
2025 Method
Changes 0
M

RebarConstraint.GetRebarConstraintTargetHostFaceType(Int32)

Description:
Returns the RebarConstraintTargetHostFaceType of the host Element face to which the RebarConstraint is attached. The RebarConstraintType of the RebarConstraint must be 'FixedDistanceToHostFace' or 'ToCover'.
Overloads (2):
GetRebarConstraintTargetHostFaceType(Int32)

public RebarConstraintTargetHostFaceType GetRebarConstraintTargetHostFaceType(
	int targetIndex
)

  • targetIndex
    The index of the target. Should be between 0 and NumberOfTargets().
Return Value RebarConstraintTargetHostFaceType Returns the RebarConstraintTargetHostFaceType of the host Element face to which the RebarConstraint is attached.

Loading…