summaryrefslogtreecommitdiff
path: root/src/IGESBasic/IGESBasic_ExternalRefName.cxx
blob: d2dd2fce91d76323e8c6238c97befc9dbbb55447 (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
//--------------------------------------------------------------------
//
//  File Name : IGESBasic_ExternalRefName.cxx
//  Date      :
//  Author    : CKY / Contract Toubro-Larsen
//  Copyright : MATRA-DATAVISION 1993
//
//--------------------------------------------------------------------

#include <IGESBasic_ExternalRefName.ixx>


    IGESBasic_ExternalRefName::IGESBasic_ExternalRefName ()    {  }


    void  IGESBasic_ExternalRefName::Init
  (const Handle(TCollection_HAsciiString)& anExtName)
{
  theExtRefEntitySymbName = anExtName;
  InitTypeAndForm(416,3);
}

    Handle(TCollection_HAsciiString)  IGESBasic_ExternalRefName::ReferenceName
  () const
{
  return theExtRefEntitySymbName;
}