You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In versions > 2.1.0, The constructor MeshKernel is no longer parametrised by an optional boolean (used to be false for Cartesian coordinates, which is the default, and true for spherical). Now it takes an optional enum, ProjectionType, which is can be CARTESIAN, SPHERICAL or SPHERICALACCURATE. Only the first 2 are supported. The 3rd should result in an exception.
The text was updated successfully, but these errors were encountered:
In versions > 2.1.0, The constructor
MeshKernel
is no longer parametrised by an optional boolean (used to be false for Cartesian coordinates, which is the default, and true for spherical). Now it takes an optional enum,ProjectionType
, which is can beCARTESIAN
,SPHERICAL
orSPHERICALACCURATE
. Only the first 2 are supported. The 3rd should result in an exception.The text was updated successfully, but these errors were encountered: