Gets or sets the global element size growth ratio starting from regions of highest curvatures in all directions in a curvature-based mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property GrowthRatio As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As Double
instance.GrowthRatio = value
value = instance.GrowthRatio
|
C# | |
---|
double GrowthRatio {get; set;} |
C++/CLI | |
---|
property double GrowthRatio {
double get();
void set (double value);
} |
Return Value
Global element size growth ratio starting from regions of highest curvatures in all directions
Example
See Also
Availability
SolidWorks Simulation API 2011 SP0