mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
0025763: SSP sample is unable to build the proper surface on the given cloud of points
Some improvements to work with periodic splines
This commit is contained in:
@@ -430,9 +430,10 @@ Standard_Integer BSplCLib::KnotSequenceLength
|
||||
void BSplCLib::KnotSequence
|
||||
(const TColStd_Array1OfReal& Knots,
|
||||
const TColStd_Array1OfInteger& Mults,
|
||||
TColStd_Array1OfReal& KnotSeq)
|
||||
TColStd_Array1OfReal& KnotSeq,
|
||||
const Standard_Boolean Periodic)
|
||||
{
|
||||
BSplCLib::KnotSequence(Knots,Mults,0,Standard_False,KnotSeq);
|
||||
BSplCLib::KnotSequence(Knots,Mults,0,Periodic,KnotSeq);
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user