summaryrefslogtreecommitdiff
path: root/src/StepFEA/StepFEA_CurveElementIntervalLinearlyVarying.cxx
blob: f6856c1456fcd824d1bfcd6f5c8e9d5c7e0f82d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// File:	StepFEA_CurveElementIntervalLinearlyVarying.cxx
// Created:	Wed Jan 22 17:31:43 2003 
// Author:	data exchange team
// Generator:	ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
// Copyright:	Open CASCADE 2002

#include <StepFEA_CurveElementIntervalLinearlyVarying.ixx>

//=======================================================================
//function : StepFEA_CurveElementIntervalLinearlyVarying
//purpose  : 
//=======================================================================

StepFEA_CurveElementIntervalLinearlyVarying::StepFEA_CurveElementIntervalLinearlyVarying ()
{
}

//=======================================================================
//function : Init
//purpose  : 
//=======================================================================

void StepFEA_CurveElementIntervalLinearlyVarying::Init (const Handle(StepFEA_CurveElementLocation) &aCurveElementInterval_FinishPosition,
                                                        const Handle(StepBasic_EulerAngles) &aCurveElementInterval_EuAngles,
                                                        const Handle(StepElement_HArray1OfCurveElementSectionDefinition) &aSections)
{
  StepFEA_CurveElementInterval::Init(aCurveElementInterval_FinishPosition,
                                     aCurveElementInterval_EuAngles);

  theSections = aSections;
}

//=======================================================================
//function : Sections
//purpose  : 
//=======================================================================

Handle(StepElement_HArray1OfCurveElementSectionDefinition) StepFEA_CurveElementIntervalLinearlyVarying::Sections () const
{
  return theSections;
}

//=======================================================================
//function : SetSections
//purpose  : 
//=======================================================================

void StepFEA_CurveElementIntervalLinearlyVarying::SetSections (const Handle(StepElement_HArray1OfCurveElementSectionDefinition) &aSections)
{
  theSections = aSections;
}