- C3d aggiornamento librerie ( 118037).
This commit is contained in:
SaraP
2025-06-05 08:23:20 +02:00
parent eebbd2f314
commit 52f91a1dbb
46 changed files with 430 additions and 915 deletions
-9
View File
@@ -80,9 +80,6 @@ public:
const c3d::IndicesVector & GetFixedEdges() const { return _fixedEdges; }
///< \ru Зафиксировать открытые границы. \en Fix open boundaries.
void FixOpenBoundaries( MbPolymesh & mesh );
///< \ru Зафиксировать открытые границы. \en Fix open borders.
DEPRECATE_DECLARE_REPLACE( FixOpenBoundaries )
void FixOpenBorders( MbPolymesh & mesh );
OBVIOUS_PRIVATE_COPY( MbRemeshParams );
};
@@ -591,9 +588,6 @@ public:
void SetMaxIter( size_t maxIter ) { _maxIter = maxIter; }
// \ru Установить флаг сохранения границ. \en Set the save boundaries flag. \~
void SetFixBoundaries( bool bFixBoundaries ) { _bFixBoundaries = bFixBoundaries; }
// \ru Установить флаг сохранения границ. \en Set the save boundaries flag. \~
DEPRECATE_DECLARE_REPLACE( SetFixBoundaries )
void SetFixBorders( bool bFixBorders ) { _bFixBoundaries = bFixBorders; }
// \ru Установить набор индексов фасетов для сглаживания. \en Set facet indices to smooth. \~
void SetFacets( const c3d::IndicesVector & facets ) { _facets = facets; }
// \ru Установить набор фиксированных вершин. \en Set the fixed vertex indices. \~
@@ -608,9 +602,6 @@ public:
size_t GetMaxIter() const { return _maxIter; }
// \ru Получить флаг сохранения границ. \en Get the save boundaries flags. \~
bool GetFixBoundaries() const { return _bFixBoundaries; }
// \ru Получить флаг сохранения границ. \en Get the save boundaries flags. \~
DEPRECATE_DECLARE_REPLACE( GetFixBoundaries )
bool GetFixBorders() const { return _bFixBoundaries; }
// \ru Получить набор индексов фасетов для сглаживания. \en Get facet indices to smooth. \~
const c3d::IndicesVector & GetFacets() const { return _facets; }
// \ru Получить набор фиксированных вершин. \en Get the fixed vertex indices. \~