Is your feature request related to a problem? Please describe.
There is no validation when creating a DSS model (Volume4D/3D). Invalid models are detected when executing some operations lilke CalculateSpatialCovering.
Describe the solution you'd like
Prevent creation of invalid DSS model to handle errors early on durion conversion from the API
This will allow to:
- Factorze some validation made in the API
- Operation on the model can assume its correctness and skip validation
Describe alternatives you've considered
Have a IsValid method receiver on the model for validation called by all model operations
Is your feature request related to a problem? Please describe.
There is no validation when creating a DSS model (Volume4D/3D). Invalid models are detected when executing some operations lilke
CalculateSpatialCovering.Describe the solution you'd like
Prevent creation of invalid DSS model to handle errors early on durion conversion from the API
This will allow to:
Describe alternatives you've considered
Have a
IsValidmethod receiver on the model for validation called by all model operations