 | 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.6.0.0 (2.6.0.0)
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
Return Value
BooleanBoolean property, default is false
See Also