Click or drag to resize

VariableGridPriority Property

Gets/Sets the variable grid priority for the meshing engine.

Namespace: ema3d.Api.V25.Core.Domain
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public int Priority { 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