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 System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Double
instance.GrowthRatio = value
value = instance.GrowthRatio |
C# | |
---|
System.double GrowthRatio {get; set;} |
C++/CLI | |
---|
property System.double GrowthRatio {
System.double get();
void set ( & System.double value);
} |
Property Value
Global element size growth ratio starting from regions of highest curvatures in all directions
Example
See Also
Availability
SolidWorks Simulation API 2011 SP0