summaryrefslogtreecommitdiff
path: root/inc/STEPSelections_AssemblyComponent.lxx
blob: 26017ed7393dc820eb666fafa9de49be5b42eafe (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
// File:	STEPSelections_AssemblyComponent.lxx
// Created:	Wed Mar 24 15:52:38 1999
// Author:	data exchange team
//		<det@friendox.nnov.matra-dtv.fr>

//=======================================================================
//function : GetSDR
//purpose  : 
//=======================================================================

inline Handle(StepShape_ShapeDefinitionRepresentation) STEPSelections_AssemblyComponent::GetSDR() const
{
  return mySDR;
}

//=======================================================================
//function : GetList
//purpose  : 
//=======================================================================

inline Handle(STEPSelections_HSequenceOfAssemblyLink) STEPSelections_AssemblyComponent::GetList() const
{
  return myList;
}

//=======================================================================
//function : SetSDR
//purpose  : 
//=======================================================================

inline void STEPSelections_AssemblyComponent::SetSDR(const Handle(StepShape_ShapeDefinitionRepresentation)& sdr)
{
  mySDR = sdr;
}

inline void STEPSelections_AssemblyComponent::SetList(const Handle(STEPSelections_HSequenceOfAssemblyLink)& list)
{
  myList = list;
}