Extern :
- C3d aggiornamento librerie ( 118019).
This commit is contained in:
@@ -1011,6 +1011,22 @@ public:
|
||||
bool GetOffsetFacesHotPoint( MbCartPoint3D & pnt,
|
||||
MbVector3D & dir ) const;
|
||||
|
||||
/** \brief \ru Получить хот-точку и её вектор направления смещения для операции замены группы граней.
|
||||
\en Get hot point and its displacement direction vector for the replacement faces group operation. \~
|
||||
\details \ru В случае успешного выполнения операции хот-точка размещается в центре грани, ближайшей к центру заменяющей группы граней.
|
||||
В случае неудачного выполнения операции хот-точка располагается в центре заменяющей группы граней плюс смещение.
|
||||
\en If the operation is successful, the hot point is placed in the center of the face, closest to the replacement group faces center.
|
||||
If the operation fails, the hot point is located in the center of a replacement group faces, plus the offset is taken relative to this center.\~
|
||||
\param[out] pnt - \ru Хот-точка.
|
||||
\en Hot point. \~
|
||||
\param[out] dir - \ru Вектор направления смещения хот-точки.
|
||||
\en Hot point displacement direction vector.\~
|
||||
\return \ru Возвращает "true", если хот-точка была рассчитана.
|
||||
\en Returns "true" if the hot-point is calculated. \~
|
||||
*/
|
||||
bool GetReplaceFacesGroupHotPoint( MbCartPoint3D & pnt,
|
||||
MbVector3D & dir ) const;
|
||||
|
||||
/** \brief \ru Получить константную ссылку на массив вариантов замены граней.
|
||||
\en Get a constant reference to an array of face replacement options. \~
|
||||
\details \ru Получить константную ссылку на массив вариантов замены граней.
|
||||
|
||||
Reference in New Issue
Block a user