 | APIautoMassInZ Property |
Set the auto-mass in Z direction.
REST path: /mass/autoZ
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 autoMassInZ { get; set; }
Public Property autoMassInZ As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.autoMassInZ
instance.autoMassInZ = value
public:
property bool autoMassInZ {
bool get ();
void set (bool value);
}
member autoMassInZ : bool with get, set
Property Value
BooleanReturn Value
Boolean
See Also