LineLoad.SetCurve
Method
Description:
Sets the curve for the line load.
Sets the curve for the line load.
Remarks:
The curve must be bounded. The curve can be:
The curve must be bounded. The curve can be:
- Line
- Arc
- Ellipse
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input curve is not bound. -or- The provided curve is not supported. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This LineLoad is not a hosted load. -or- This LineLoad is a constrained load. |