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