mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0029229: Crash at Poly_Triangulation::Normal
Fixed creation of returning gp_Dir
This commit is contained in:
@@ -189,7 +189,7 @@ public:
|
||||
|
||||
//! @return normal at the given index.
|
||||
//! Raises Standard_OutOfRange exception.
|
||||
Standard_EXPORT const gp_Dir Normal (const Standard_Integer theIndex) const;
|
||||
Standard_EXPORT gp_Dir Normal (const Standard_Integer theIndex) const;
|
||||
|
||||
//! Changes normal at the given index.
|
||||
//! Raises Standard_OutOfRange exception.
|
||||
|
Reference in New Issue
Block a user