RebarFreeFormAccessor Members


The RebarFreeFormAccessor type exposes the following members.

Methods

Name Description
Public method CanBeHookNormal
A vector can be hook normal if for a bar specified by index, the bar direction is not parallel with the vector.
Public method DisconnectFromServer
Sets the GUID of the API server to invalid value and removes all the server related data from the Rebar (ex. the current constraints and the handle tags are removed). Calling this method will result in a Rebar that will not react to host changes anymore, however it will still have all the properties that it used to have.
Public method Dispose
Releases all resources used by the RebarFreeFormAccessor
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetCustomDistributionPath
Gets the custom distribution path for free form rebar set.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetHookOrientationAngle
Get the hook orientation angle at end.
Public method GetHookPlaneNormalForBarIdx
Returns the normal of plane in which the hook at end of bar with index barPositionIndex will stay.
Public method GetServerGUID
Returns the GUID of the API server.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method HasValidServer
Returns true if the current rebar contains a valid server GUID, false otherwise.
Public method IsUnconstrained
Returns true if the current rebar doesn't contains a valid server GUID, or contains a valid server GUID and no valid constraints.
Public method SetCurves(IList IList Curve )
Set the curves into a free form Rebar. Will throw exception if the rebar has valid constraints.
Public method SetCurves(IList CurveLoop )
Set the curves into a free form Rebar. Will throw exception if the rebar has valid constraints.
Public method SetHookOrientationAngle
Set the hook orientation angle at end. Will throw exception if the rebar has valid constraints.
Public method SetHookPlaneNormalForBarIdx
Set the normal of plane in which the hook at end of bar with index barPositionIndex will stay. Will throw exception if the rebar has valid constraints.
Public method SetLayoutAsFixedNumber
Sets the Layout Rule property of rebar set to Fixed Number.
Public method SetLayoutAsMaximumSpacing
Sets the Layout Rule property of rebar set to Maximum Spacing.
Public method SetLayoutAsMinimumClearSpacing
Sets the Layout Rule property of rebar set to Minimum Clear Spacing.
Public method SetLayoutAsNumberWithSpacing
Sets the Layout Rule property of rebar set to Number With Spacing.
Public method SetLayoutAsSingle
Sets the Layout Rule property of rebar set to Single.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also