2023 Members
Changes 4
M

RebarCurvesData

Name Return Type Description Inherited From
M AddBarGeometry(IList.Curve.) RebarFreeFormValidationResult Adds a new bar to the new rebar geometry. This information is set to the rebar after the API execution is finished successfully.
M AddBarGeometry(CurveLoop) RebarFreeFormValidationResult Adds a new bar to the new rebar geometry. This information is set to the rebar after the API execution is finished successfully.
M CanAddBarGeometry() bool If the layout rule is Singe or FixedNumber or NumberWithSpacing this function will return true if getNumberOfBarGeometry() is less getBarsNumber(), false otherwise. If the layout rule is MaximumSpacing or MinimumClearSpacing this function will return always true.
M ClearAllAddedBarGeometry() None This function will remove all bars geometry that were added by calling AddBarGeometry().
M Dispose() None Releases all resources used by the RebarCurvesData
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetAddedBarGeometry(Int32) IList<Curve> Gets the added curves that will represent the bar at index barIndex.
M GetDistributionPath() IList<Curve> Gets the distribution path currently stored in the rebar.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetNumberOfBarGeometry() int Gets the number of Bar Geometry that were added.
M GetRebarUpdateCurvesData() RebarUpdateCurvesData Gets a class that contains information used as input and output for rebar free form calculation.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SetDistributionPath(IList<Curve>) None Sets a new distribution path to be applied to the rebar. This information is set to the rebar after the API execution is finished successfully.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.