Conversation
BREAKING CHANGE: attribute are now identified with uuid instead of strings which changes a lot of input parameters for attribute mananger methods. Also find_or_create_attribute was divided into two differents methods find_attribute and create_attribute
Feat/add UUID to attribute
BREAKING CHANGE: create_attribute now requires an additional parameter to specify the no-value property.
…rty_to_attribute feat(Attributes): add no-value property support
BREAKING CHANGE: change members name in Logger struct
BREAKING CHANGE: rename Sign struct to SIGN
…rn_with_warning fix(Logger): replace warn with warning
Cpp-Linter Report
|
…_caps fix(SIGN): rename signe struct
…sskey_constructor Feat/add explicit to passkey constructor
…d_tuple fix(MakeTuple): remove std::make_tuple and std::make_pair
BREAKING CHANGE: take components instead of uuid in model builders such as set_surface_name
…eters_of_functions_in_model_builders feat(ModelBuilders): change parameters in model builder functions
…trical operations on mesh
…ons_on_mesh fix(GeometricalOperationsOnMesh): update template parameter for geome…
No description provided.