Gets or sets whether to check for a negative Jacobian ratio while meshing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NegativeJacobianRatioCheck As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
instance.NegativeJacobianRatioCheck = value
value = instance.NegativeJacobianRatioCheck |
C# | |
---|
System.int NegativeJacobianRatioCheck {get; set;} |
C++/CLI | |
---|
property System.int NegativeJacobianRatioCheck {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to check for a negative Jacobian ratio, 0 to not
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2020 SP0