Gets or sets whether to perform a Jacobian check for shells.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseJacobianCheckForShells As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
instance.UseJacobianCheckForShells = value
value = instance.UseJacobianCheckForShells |
C# | |
---|
System.int UseJacobianCheckForShells {get; set;} |
C++/CLI | |
---|
property System.int UseJacobianCheckForShells {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to perform the Jacobian check, 0 to not
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0