Gets or sets whether to prepare the grid force balance at every node.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ComputeFreeBodyForce As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As Integer
instance.ComputeFreeBodyForce = value
value = instance.ComputeFreeBodyForce
|
C# | |
---|
int ComputeFreeBodyForce {get; set;} |
C++/CLI | |
---|
property int ComputeFreeBodyForce {
int get();
void set (int value);
} |
Return Value
1 to compute free body forces, 0 to not
See Also
Availability
SolidWorks Simulation API 2008 SP1.0