File indexing completed on 2026-09-20 09:19:14
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _STEPSelections_AssemblyComponent_HeaderFile
0018 #define _STEPSelections_AssemblyComponent_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_Type.hxx>
0022
0023 #include <STEPSelections_AssemblyLink.hxx>
0024 #include <NCollection_Sequence.hxx>
0025 #include <NCollection_HSequence.hxx>
0026 #include <Standard_Transient.hxx>
0027 class StepShape_ShapeDefinitionRepresentation;
0028
0029 class STEPSelections_AssemblyComponent : public Standard_Transient
0030 {
0031
0032 public:
0033 Standard_EXPORT STEPSelections_AssemblyComponent();
0034
0035 Standard_EXPORT STEPSelections_AssemblyComponent(
0036 const occ::handle<StepShape_ShapeDefinitionRepresentation>& sdr,
0037 const occ::handle<NCollection_HSequence<occ::handle<STEPSelections_AssemblyLink>>>& list);
0038
0039 occ::handle<StepShape_ShapeDefinitionRepresentation> GetSDR() const;
0040
0041 occ::handle<NCollection_HSequence<occ::handle<STEPSelections_AssemblyLink>>> GetList() const;
0042
0043 void SetSDR(const occ::handle<StepShape_ShapeDefinitionRepresentation>& sdr);
0044
0045 void SetList(
0046 const occ::handle<NCollection_HSequence<occ::handle<STEPSelections_AssemblyLink>>>& list);
0047
0048 DEFINE_STANDARD_RTTIEXT(STEPSelections_AssemblyComponent, Standard_Transient)
0049
0050 private:
0051 occ::handle<StepShape_ShapeDefinitionRepresentation> mySDR;
0052 occ::handle<NCollection_HSequence<occ::handle<STEPSelections_AssemblyLink>>> myList;
0053 };
0054
0055 #include <STEPSelections_AssemblyComponent.lxx>
0056
0057 #endif