2027 Method
Changes 8
M

RebarFreeFormAccessor.GetDefaultPositiveDirectionForMorphedTargetEdgesHandle

Description:
Gets the default positive direction of the specified target rebar edge in terms of how Morphed Free Form Rebar is defining the default positive direction.
public static XYZ GetDefaultPositiveDirectionForMorphedTargetEdgesHandle(
	Document document,
	TargetRebarEdge targetRebarEdge,
	int barIndex
)
  • document
    The document that contains the target rebar.
  • targetRebarEdge
    The target rebar edge for which it will get the default positive direction.
  • Int32
    barIndex
    The index of the bar in the target set. Should be between 0 and NumberOfBars() - 1.
Return Value XYZ Returns the default positive direction of the specified target rebar edge.