 | APIOS_beamWithHingesOption Property |
Get or set flag for using beamWithHinges instead of forceBeamColumn in OpenSees fiber models
REST path: /op/opt/os/beamwithhinges
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool OS_beamWithHingesOption { get; set; }
Public Property OS_beamWithHingesOption As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.OS_beamWithHingesOption
instance.OS_beamWithHingesOption = value
public:
property bool OS_beamWithHingesOption {
bool get ();
void set (bool value);
}
member OS_beamWithHingesOption : bool with get, set
Return Value
BooleanBoolean property, default is false
See Also