 | APIresCalc_refinement Property |
Get or set the refinement in resistance calculation domain (e.g. more domain points in the zone of interest)
REST path: /op/opt/calcrefinement
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 resCalc_refinement { get; set; }
Public Property resCalc_refinement As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.resCalc_refinement
instance.resCalc_refinement = value
public:
property bool resCalc_refinement {
bool get ();
void set (bool value);
}
member resCalc_refinement : bool with get, set
Return Value
Boolean
See Also