Gets or sets the ratio of the average element size for element layer (i) to that of layer (i-1) for the mesh control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Ratio As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWMeshControl
Dim value As Double
instance.Ratio = value
value = instance.Ratio
|
C# | |
---|
double Ratio {get; set;} |
C++/CLI | |
---|
property double Ratio {
double get();
void set (double value);
} |
Return Value
Ratio of the average element size for element layer (i) to that of layer (i-1)
See Also
Availability
SolidWorks Simulation API 2008 SP1.0