Gets or sets whether to perform the Jacobian check at the element's six nodes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseJacobianCheckForShells As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As Integer
instance.UseJacobianCheckForShells = value
value = instance.UseJacobianCheckForShells
|
C# | |
---|
int UseJacobianCheckForShells {get; set;} |
C++/CLI | |
---|
property int UseJacobianCheckForShells {
int get();
void set (int value);
} |
Return Value
1 to perform the Jacobian check, 0 to not
See Also
Availability
SolidWorks Simulation API 2008 SP1.0