Gets or sets whether to allow h-adaptive mesh coarsening.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HAdaptiveMeshCoarsening As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Integer
instance.HAdaptiveMeshCoarsening = value
value = instance.HAdaptiveMeshCoarsening |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWStaticStudyOptions~HAdaptiveMeshCoarsening.html# | |
---|
System.int HAdaptiveMeshCoarsening {get; set;} |
C++/CLI | |
---|
property System.int HAdaptiveMeshCoarsening {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to allow mesh coarsening in areas that do not need a highly defined mesh, 0 to not
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0