Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:02

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 
0052   DEFINE_STANDARD_ALLOC
0053 
0054   
0055   //! Returns a DocumentReferenceItem SelectType
0056   Standard_EXPORT StepAP214_DocumentReferenceItem();
0057   
0058   //! Recognizes a DocumentReferenceItem Kind Entity that is :
0059   Standard_EXPORT Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const;
0060   
0061   //! returns Value as a Approval (Null if another type)
0062   Standard_EXPORT Handle(StepBasic_Approval) Approval() const;
0063   
0064   //! returns Value as a  (Null if another type)
0065   Standard_EXPORT Handle(StepRepr_DescriptiveRepresentationItem) DescriptiveRepresentationItem() const;
0066   
0067   //! returns Value as a MaterialDesignation (Null if another type)
0068   Standard_EXPORT Handle(StepRepr_MaterialDesignation) MaterialDesignation() const;
0069   
0070   //! returns Value as a ProductDefinition (Null if another type)
0071   Standard_EXPORT Handle(StepBasic_ProductDefinition) ProductDefinition() const;
0072   
0073   //! returns Value as aProductDefinitionRelationship (Null if another type)
0074   Standard_EXPORT Handle(StepBasic_ProductDefinitionRelationship) ProductDefinitionRelationship() const;
0075   
0076   //! returns Value as a PropertyDefinition (Null if another type)
0077   Standard_EXPORT Handle(StepRepr_PropertyDefinition) PropertyDefinition() const;
0078   
0079   //! returns Value as a Representation (Null if another type)
0080   Standard_EXPORT Handle(StepRepr_Representation) Representation() const;
0081   
0082   //! returns Value as a ShapeAspect (Null if another type)
0083   Standard_EXPORT Handle(StepRepr_ShapeAspect) ShapeAspect() const;
0084   
0085   //! returns Value as a ShapeAspectRelationship (Null if another type)
0086   Standard_EXPORT Handle(StepRepr_ShapeAspectRelationship) ShapeAspectRelationship() const;
0087 
0088   //! returns Value as a AppliedExternalIdentificationAssignment (Null if another type)
0089   Standard_EXPORT Handle(StepAP214_AppliedExternalIdentificationAssignment) AppliedExternalIdentificationAssignment() const;
0090 
0091   //! returns Value as a AssemblyComponentUsage (Null if another type)
0092   Standard_EXPORT Handle(StepRepr_AssemblyComponentUsage) AssemblyComponentUsage() const;
0093 
0094   //! returns Value as a CharacterizedObject (Null if another type)
0095   Standard_EXPORT Handle(StepBasic_CharacterizedObject) CharacterizedObject() const;
0096 
0097   //! returns Value as a DimensionalSize (Null if another type)
0098   Standard_EXPORT Handle(StepShape_DimensionalSize) DimensionalSize() const;
0099 
0100   //! returns Value as a ExternallyDefinedItem (Null if another type)
0101   Standard_EXPORT Handle(StepBasic_ExternallyDefinedItem) ExternallyDefinedItem() const;
0102 
0103   //! returns Value as a Group (Null if another type)
0104   Standard_EXPORT Handle(StepBasic_Group) Group() const;
0105 
0106   //! returns Value as a GroupRelationship (Null if another type)
0107   Standard_EXPORT Handle(StepBasic_GroupRelationship) GroupRelationship() const;
0108 
0109   //! returns Value as a MeasureRepresentationItem (Null if another type)
0110   Standard_EXPORT Handle(StepRepr_MeasureRepresentationItem) MeasureRepresentationItem() const;
0111 
0112   //! returns Value as a ProductCategory (Null if another type)
0113   Standard_EXPORT Handle(StepBasic_ProductCategory) ProductCategory() const;
0114 
0115   //! returns Value as a ProductDefinitionContext (Null if another type)
0116   Standard_EXPORT Handle(StepBasic_ProductDefinitionContext) ProductDefinitionContext() const;
0117 
0118   //! returns Value as a RepresentationItem (Null if another type)
0119   Standard_EXPORT Handle(StepRepr_RepresentationItem) RepresentationItem() const;
0120 
0121 protected:
0122 
0123 
0124 
0125 
0126 
0127 private:
0128 
0129 
0130 
0131 
0132 
0133 };
0134 
0135 
0136 
0137 
0138 
0139 
0140 
0141 #endif // _StepAP214_DocumentReferenceItem_HeaderFile