Gets or sets whether to check the Jacobian for solid elements.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseJacobianCheckForSolids As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As Integer
instance.UseJacobianCheckForSolids = value
value = instance.UseJacobianCheckForSolids
|
C# | |
---|
int UseJacobianCheckForSolids {get; set;} |
C++/CLI | |
---|
property int UseJacobianCheckForSolids {
int get();
void set (int value);
} |
Return Value
1 to check the Jacobian for solids, 0 to not
See Also