1 // Created on: 2000-04-18
2 // Created by: Andrey BETENEV
3 // Copyright (c) 2000-2014 OPEN CASCADE SAS
5 // This file is part of Open CASCADE Technology software library.
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
16 // Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
18 #include <Standard_Type.hxx>
19 #include <StepRepr_ShapeAspect.hxx>
20 #include <StepShape_DimensionalSize.hxx>
21 #include <TCollection_HAsciiString.hxx>
23 IMPLEMENT_STANDARD_RTTIEXT(StepShape_DimensionalSize,Standard_Transient)
25 //=======================================================================
26 //function : StepShape_DimensionalSize
28 //=======================================================================
29 StepShape_DimensionalSize::StepShape_DimensionalSize ()
33 //=======================================================================
36 //=======================================================================
38 void StepShape_DimensionalSize::Init (const Handle(StepRepr_ShapeAspect) &aAppliesTo,
39 const Handle(TCollection_HAsciiString) &aName)
42 theAppliesTo = aAppliesTo;
47 //=======================================================================
48 //function : AppliesTo
50 //=======================================================================
52 Handle(StepRepr_ShapeAspect) StepShape_DimensionalSize::AppliesTo () const
57 //=======================================================================
58 //function : SetAppliesTo
60 //=======================================================================
62 void StepShape_DimensionalSize::SetAppliesTo (const Handle(StepRepr_ShapeAspect) &aAppliesTo)
64 theAppliesTo = aAppliesTo;
67 //=======================================================================
70 //=======================================================================
72 Handle(TCollection_HAsciiString) StepShape_DimensionalSize::Name () const
77 //=======================================================================
80 //=======================================================================
82 void StepShape_DimensionalSize::SetName (const Handle(TCollection_HAsciiString) &aName)