 | LatticeDivisions Property |
Gets/Sets MPI block divisions.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic Point Divisions { get; set; }
Public Property Divisions As Point
Get
Set
public:
property Point Divisions {
Point get ();
void set (Point value);
}
member Divisions : Point with get, set
Property Value
Point
RemarksPoint values should be integers, non-integer values will be truncated.
See Also