Gets or sets whether to prepare the grid force balance at every node.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ComputeFreeBodyForce2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Boolean
instance.ComputeFreeBodyForce2 = value
value = instance.ComputeFreeBodyForce2 |
C# | |
---|
System.bool ComputeFreeBodyForce2 {get; set;} |
C++/CLI | |
---|
property System.bool ComputeFreeBodyForce2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to compute free body forces, 0 or false to not (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04