Gets or sets the maximum polynomial order of the mesh at which to end the p-adaptive mesh iteration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PAdaptiveMaxPOrder As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Integer
instance.PAdaptiveMaxPOrder = value
value = instance.PAdaptiveMaxPOrder |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWStaticStudyOptions~PAdaptiveMaxPOrder.html# | |
---|
System.int PAdaptiveMaxPOrder {get; set;} |
C++/CLI | |
---|
property System.int PAdaptiveMaxPOrder {
System.int get();
void set ( & System.int value);
} |
Property Value
2 <= Maximum polynomial order of the mesh at which to end iteration <= 5
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0