Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-21 09:18:32

0001 // Created on: 1999-03-10
0002 // Created by: data exchange team
0003 // Copyright (c) 1999 Matra Datavision
0004 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0005 //
0006 // This file is part of Open CASCADE Technology software library.
0007 //
0008 // This library is free software; you can redistribute it and/or modify it under
0009 // the terms of the GNU Lesser General Public License version 2.1 as published
0010 // by the Free Software Foundation, with special exception defined in the file
0011 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0012 // distribution for complete text of the license and disclaimer of any warranty.
0013 //
0014 // Alternatively, this file may be used under the terms of Open CASCADE
0015 // commercial license or contractual agreement.
0016 
0017 #ifndef _StepAP214_DocumentReferenceItem_HeaderFile
0018 #define _StepAP214_DocumentReferenceItem_HeaderFile
0019 
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023 
0024 #include <StepData_SelectType.hxx>
0025 #include <Standard_Integer.hxx>
0026 class Standard_Transient;
0027 class StepBasic_Approval;
0028 class StepRepr_DescriptiveRepresentationItem;
0029 class StepRepr_MaterialDesignation;
0030 class StepBasic_ProductDefinition;
0031 class StepBasic_ProductDefinitionRelationship;
0032 class StepRepr_PropertyDefinition;
0033 class StepRepr_Representation;
0034 class StepRepr_ShapeAspect;
0035 class StepRepr_ShapeAspectRelationship;
0036 class StepAP214_AppliedExternalIdentificationAssignment;
0037 class StepRepr_AssemblyComponentUsage;
0038 class StepBasic_CharacterizedObject;
0039 class StepShape_DimensionalSize;
0040 class StepBasic_ExternallyDefinedItem;
0041 class StepBasic_Group;
0042 class StepBasic_GroupRelationship;
0043 class StepBasic_ProductCategory;
0044 class StepRepr_MeasureRepresentationItem;
0045 class StepBasic_ProductDefinitionContext;
0046 class StepRepr_RepresentationItem;
0047 
0048 class StepAP214_DocumentReferenceItem : public StepData_SelectType
0049 {
0050 public:
0051   DEFINE_STANDARD_ALLOC
0052 
0053   //! Returns a DocumentReferenceItem SelectType
0054   Standard_EXPORT StepAP214_DocumentReferenceItem();
0055 
0056   //! Recognizes a DocumentReferenceItem Kind Entity that is :
0057   Standard_EXPORT int CaseNum(const occ::handle<Standard_Transient>& ent) const override;
0058 
0059   //! returns Value as a Approval (Null if another type)
0060   Standard_EXPORT occ::handle<StepBasic_Approval> Approval() const;
0061 
0062   //! returns Value as a (Null if another type)
0063   Standard_EXPORT occ::handle<StepRepr_DescriptiveRepresentationItem>
0064                   DescriptiveRepresentationItem() const;
0065 
0066   //! returns Value as a MaterialDesignation (Null if another type)
0067   Standard_EXPORT occ::handle<StepRepr_MaterialDesignation> MaterialDesignation() const;
0068 
0069   //! returns Value as a ProductDefinition (Null if another type)
0070   Standard_EXPORT occ::handle<StepBasic_ProductDefinition> ProductDefinition() const;
0071 
0072   //! returns Value as aProductDefinitionRelationship (Null if another type)
0073   Standard_EXPORT occ::handle<StepBasic_ProductDefinitionRelationship>
0074                   ProductDefinitionRelationship() const;
0075 
0076   //! returns Value as a PropertyDefinition (Null if another type)
0077   Standard_EXPORT occ::handle<StepRepr_PropertyDefinition> PropertyDefinition() const;
0078 
0079   //! returns Value as a Representation (Null if another type)
0080   Standard_EXPORT occ::handle<StepRepr_Representation> Representation() const;
0081 
0082   //! returns Value as a ShapeAspect (Null if another type)
0083   Standard_EXPORT occ::handle<StepRepr_ShapeAspect> ShapeAspect() const;
0084 
0085   //! returns Value as a ShapeAspectRelationship (Null if another type)
0086   Standard_EXPORT occ::handle<StepRepr_ShapeAspectRelationship> ShapeAspectRelationship() const;
0087 
0088   //! returns Value as a AppliedExternalIdentificationAssignment (Null if another type)
0089   Standard_EXPORT occ::handle<StepAP214_AppliedExternalIdentificationAssignment>
0090                   AppliedExternalIdentificationAssignment() const;
0091 
0092   //! returns Value as a AssemblyComponentUsage (Null if another type)
0093   Standard_EXPORT occ::handle<StepRepr_AssemblyComponentUsage> AssemblyComponentUsage() const;
0094 
0095   //! returns Value as a CharacterizedObject (Null if another type)
0096   Standard_EXPORT occ::handle<StepBasic_CharacterizedObject> CharacterizedObject() const;
0097 
0098   //! returns Value as a DimensionalSize (Null if another type)
0099   Standard_EXPORT occ::handle<StepShape_DimensionalSize> DimensionalSize() const;
0100 
0101   //! returns Value as a ExternallyDefinedItem (Null if another type)
0102   Standard_EXPORT occ::handle<StepBasic_ExternallyDefinedItem> ExternallyDefinedItem() const;
0103 
0104   //! returns Value as a Group (Null if another type)
0105   Standard_EXPORT occ::handle<StepBasic_Group> Group() const;
0106 
0107   //! returns Value as a GroupRelationship (Null if another type)
0108   Standard_EXPORT occ::handle<StepBasic_GroupRelationship> GroupRelationship() const;
0109 
0110   //! returns Value as a MeasureRepresentationItem (Null if another type)
0111   Standard_EXPORT occ::handle<StepRepr_MeasureRepresentationItem> MeasureRepresentationItem() const;
0112 
0113   //! returns Value as a ProductCategory (Null if another type)
0114   Standard_EXPORT occ::handle<StepBasic_ProductCategory> ProductCategory() const;
0115 
0116   //! returns Value as a ProductDefinitionContext (Null if another type)
0117   Standard_EXPORT occ::handle<StepBasic_ProductDefinitionContext> ProductDefinitionContext() const;
0118 
0119   //! returns Value as a RepresentationItem (Null if another type)
0120   Standard_EXPORT occ::handle<StepRepr_RepresentationItem> RepresentationItem() const;
0121 };
0122 
0123 #endif // _StepAP214_DocumentReferenceItem_HeaderFile