RebarTrimExtendData Members


The RebarTrimExtendData type exposes the following members.

Methods

  NameDescription
Public methodAddBarGeometry(IListCurve)
Adds a new rebar geometry. This information is set to the rebar after the API execution is finished successfully.
Public methodAddBarGeometry(CurveLoop)
Adds a new rebar geometry. This information is set to the rebar after the API execution is finished successfully.
Public methodCanAddBarGeometry
Returns true if getNumberOfBarGeometry() is less than GetNumberOfBars(), false otherwise.
Public methodClearAllAddedBarGeometry
This function will remove all bars geometry that were added by calling AddBarGeometry().
Public methodCreateEndConstraint
Creates a constraint for the end handle of the rebar. This constraint will be set preferred after the API execution is finished successfully.
Public methodCreateStartConstraint
Creates a constraint for the start handle of the rebar. This constraint will be set preferred after the API execution is finished successfully.
Public methodDispose
Releases all resources used by the RebarTrimExtendData
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAddedBarGeometry
Gets the added curves that will represent the bar at index barIndex.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumberOfBarGeometry
Gets the number of Bar Geometry that were added.
Public methodGetRebarUpdateCurvesData
Gets a class that contains information used as input and output for rebar free form calculation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also