 | VariableGridPriority Property |
Gets/Sets the variable grid priority for the meshing engine.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic int Priority { get; set; }
Public Property Priority As Integer
Get
Set
public:
property int Priority {
int get ();
void set (int value);
}
member Priority : int with get, set
Property Value
Int32
Remarks
0 corresponds to the highest priority grid.
Priority is mutually exclusive, setting priority to a value occupied by another
grid will shift other grid priorities in the appropriate direction.
See Also