- C3d aggiornamento librerie ( 118044).
This commit is contained in:
SaraP
2025-08-28 14:47:28 +02:00
parent daccdfc398
commit f05795ffff
53 changed files with 1756 additions and 520 deletions
+16 -3
View File
@@ -1069,6 +1069,19 @@ MATH_FUNC (bool) RemoveEdgeSmoothnessAttributes( MbFaceShell & shell );
*/ //---
MATH_FUNC (const MbDoubleRangeAttribute *) GetEdgeSmoothnessAttribute( const MbCurveEdge & edge );
//------------------------------------------------------------------------------
/** \brief \ru Обновить атрибут гладкости ребра.
\en Update edge smoothness attribute. \~
\details \ru Обновить атрибут гладкости ребра.
\en Update edge smoothness attribute. \~
\param[in] edge - \ru Ребро, которое проверяем.
\en Edge to check. \~
\return \ru Возвращает true, если атрибут есть в ребре и обновлен.
\en Returns true if this attribute is present in the edge and is updated.\~
\ingroup Algorithms_3D
*/ //---
MATH_FUNC( bool ) UpdateEdgeSmoothnessAttribute( MbCurveEdge & edge );
//------------------------------------------------------------------------------
/** \brief \ru Проверить, вырожденная ли поверхность.
@@ -1108,9 +1121,9 @@ class MATH_CLASS MbSurfaceSelfIntParams {
public:
/// \ru Метод проверки самопересечений. \en Method of self intersection checking.
enum class MbeCheckSelfIntMethod {
csim_Auto , /// \ru Автоматический режим. \en Auto mode.
csim_UVLine , /// \ru Вдоль uv линий. \en Along uv lines.
csim_SegmIntersect /// \ru Сегментированное пересечение. \en Segmented intersection.
csim_Auto , ///< \ru Автоматический режим. \en Auto mode.
csim_UVLine , ///< \ru Вдоль uv линий. \en Along uv lines.
csim_SegmIntersect ///< \ru Сегментированное пересечение. \en Segmented intersection.
};
private: