<Code Lib>
2021 Method
Changes 0
M

RebarConstraint.GetTargetElement(Int32)

Description:
Gets the Element object (either Host or Rebar) which provides the constraint. Will return the Element which contains the face at targetIndex.
Overloads (2):
GetTargetElement(Int32)

public Element GetTargetElement(
	int targetIndex
)

  • Int32
    targetIndex
    The index of the target. Should be between 0 and NumberOfTargets().
Return Value Element Returns the Element object (either Host or Rebar) which provides the constraint. Will return the Element which contains the face at targetIndex.

Loading…