RebarConstraint.CreateConstraintToSurface
Method
Description:
This method creates a constraint of 'To Surface' type for a given RebarConstrainedHandle.The RebarConstrainedHandle should belong to a shape driven rebar, otherwise it will throw exception.
This method creates a constraint of 'To Surface' type for a given RebarConstrainedHandle.The RebarConstrainedHandle should belong to a shape driven rebar, otherwise it will throw exception.
Syntax
public static RebarConstraint CreateConstraintToSurface(
RebarConstrainedHandle handle,
Surface surface
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| handle | RebarConstrainedHandle | The handle of the rebar that will be constrained. |
| surface | Surface | The surface that will be used by the constraint. |
Return Value
| Type | Description |
|---|---|
| RebarConstraint | Returns the newly created RebarConstraint. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | handle is no longer valid. -or- Constrained rebar isn't a shape driven rebar element. -or- |
| ArgumentNullException | A non-optional argument was null |