Method Create
Create(OasysUnits.Force, OasysUnits.Moment, OasysUnits.Moment)
Declaration
static ILoad Create(OasysUnits.Force x, OasysUnits.Moment yy, OasysUnits.Moment zz)
Parameters
Type | Name | Description |
---|---|---|
OasysUnits.Force | x | The axial force. |
OasysUnits.Moment | yy | The moment about local y-axis. |
OasysUnits.Moment | zz | The moment about local z-axis. |
Returns
Type | Description |
---|---|
ILoad | Load with the specified axial force and moments about local y and z axes. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When any of its inputs is not a finite value. |