+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
+ add method to make image view unclosable for user + fix possible crash in MeshAlgorithm::GetMeshBorder + fix possible crash in MeshAlgorithm::ConnectLines
This commit is contained in:
@@ -361,8 +361,8 @@ public:
|
||||
bool IsDegenerated() const;
|
||||
/**
|
||||
* Checks whether the triangle is deformed. The definition of a deformed triangles is not as strong
|
||||
* as the definition of a degenerated triangle. A triangle is deformed if the maximum angle exceeds 120°
|
||||
* or the minimum angle falls below 30°.
|
||||
* as the definition of a degenerated triangle. A triangle is deformed if the maximum angle exceeds 120 deg
|
||||
* or the minimum angle falls below 30 deg.
|
||||
* A degenerated triangle is also a deformed triangle.
|
||||
*/
|
||||
bool IsDeformed() const;
|
||||
|
||||
Reference in New Issue
Block a user