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