 | APIOS_NDfiberSectionsOption Property |
Get or set flag for using NDFiber sections in OpenSees fiber models
REST path: /op/opt/os/ndfibersects
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntaxpublic bool OS_NDfiberSectionsOption { get; set; }Public Property OS_NDfiberSectionsOption As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.OS_NDfiberSectionsOption
instance.OS_NDfiberSectionsOption = value
public:
property bool OS_NDfiberSectionsOption {
bool get ();
void set (bool value);
}member OS_NDfiberSectionsOption : bool with get, set
function get_OS_NDfiberSectionsOption();
function set_OS_NDfiberSectionsOption(value);
Return Value
BooleanBoolean property, default is false
See Also