Extern :
- C3d aggiornamento librerie ( 118037).
This commit is contained in:
@@ -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. \~
|
||||
|
||||
Reference in New Issue
Block a user