Anonymous | Login | 2021-01-16 06:34 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0023199 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2012-06-08 20:12 | 2012-06-08 20:12 | ||||||||
Reporter | dc | ||||||||||||
Assigned To | jgv | ||||||||||||
Priority | normal | Severity | minor | ||||||||||
Status | new | Resolution | open | ||||||||||
Platform | 64bit | OS | Windows | OS Version | 7 | ||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0023199: GeomAPI_Interpolate -> Load - wrong behavior if only 2 points - tangentFlags are 'ignored' | ||||||||||||
Description | Load (const TColgp_Array1OfVec &Tangents, const Handle< TColStd_HArray1OfBoolean > &TangentFlags, const Standard_Boolean Scale=Standard_True) TangentFlags are ignored under the following conditions: 2 Points (x,y,z) P1 (0,0,0) P2 (0,10,0) 2 Directions (x,y,z) (as sizeof(points)==sizeof(tangents)) dir1 (1,0,1) dir2 (0,0,1) Array for TangentFlags: [1] false [2] true GeomAPI_Interpolate spline ... Load(tangents, tangentFlags, false); perform(); => dir1 is also evaluated the resulting spline is not planar as would be expected if there are 3 ore more points Load(...) works as expected | ||||||||||||
Tags | No tags attached. | ||||||||||||
Test case number | |||||||||||||
Attached Files | |||||||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2012-06-08 20:12 | dc | New Issue | |
2012-06-08 20:12 | dc | Assigned To | => jgv |
Copyright © 2000 - 2021 MantisBT Team |