mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
// File: StepToTopoDS_TranslateCompositeCurve.lxx
|
|
// Created: Jan 16 12:08:12 2012
|
|
// Author: ANNA MASALSKAYA
|
|
// Copyright: Open CASCADE SAS 2012
|
|
|
|
#include <StepToTopoDS_TranslateCompositeCurve.hxx>
|
|
|
|
//=======================================================================
|
|
//function : IsInfiniteSegment
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
inline Standard_Boolean StepToTopoDS_TranslateCompositeCurve::IsInfiniteSegment() const
|
|
{
|
|
return myInfiniteSegment;
|
|
}
|