- C3d aggiornamento delle librerie ( 117957).
This commit is contained in:
SaraP
2023-09-12 15:07:38 +02:00
parent 239bc2e632
commit 12eac5a4f2
31 changed files with 616 additions and 224 deletions
+7 -2
View File
@@ -6646,7 +6646,7 @@ public:
MbSectionResults & operator = ( const MbSectionResults & other ) {
_tolerance = other._tolerance;
_hotPoint = other._hotPoint;
_solid = _solid;
_solid = other._solid;
return *this;
}
/// \ru Получить результирующее тело. \en Get resulting solid.
@@ -6675,12 +6675,17 @@ public:
\en The intersection point of median from vertex the enclosing triangle and cross section curve. \~
\param[out] v3 - \ru Вектор направления медианы из вершины охватывающего треугольника.
\en The direction vector of median from vertex of the enclosing triangle. \~
\param[out] pl - \ru Плоскость охватывающего треугольника (XY) в сечении c центром в точке пересечения прямых, ортогональных векторам dir1 и dir2.
\en The plane of the enclosing triangle (XY) at the section with center at intersection of lines which are orthogonal to dir1 and dir2.\~
\param[out] a - \ru Точка пересечения вершинной кривой и плоскости XY - является вершиной охватывающего треугольника (может быть в бесконечности).
\en The intersection point of the apex curve ans XY plane is the vertex of the enclosing triangle (may be on infinity). \~
\return \ru true, в случае успеха.
\en true if success. \~
*/
bool GetHotPointsLayout( size_t id,
MbCartPoint3D & p1, MbVector3D & v1,
MbCartPoint3D & p2, MbVector3D & v2,
MbCartPoint3D & p3, MbVector3D & v3 ) const;
MbCartPoint3D & p3, MbVector3D & v3,
MbPlacement3D & pl, MbCartPoint3D & a ) const;
};
#endif // __OP_SHELL_PARAMETERS_H