File indexing completed on 2026-09-21 09:18:32
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
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
0054 Standard_EXPORT StepAP214_DocumentReferenceItem();
0055
0056
0057 Standard_EXPORT int CaseNum(const occ::handle<Standard_Transient>& ent) const override;
0058
0059
0060 Standard_EXPORT occ::handle<StepBasic_Approval> Approval() const;
0061
0062
0063 Standard_EXPORT occ::handle<StepRepr_DescriptiveRepresentationItem>
0064 DescriptiveRepresentationItem() const;
0065
0066
0067 Standard_EXPORT occ::handle<StepRepr_MaterialDesignation> MaterialDesignation() const;
0068
0069
0070 Standard_EXPORT occ::handle<StepBasic_ProductDefinition> ProductDefinition() const;
0071
0072
0073 Standard_EXPORT occ::handle<StepBasic_ProductDefinitionRelationship>
0074 ProductDefinitionRelationship() const;
0075
0076
0077 Standard_EXPORT occ::handle<StepRepr_PropertyDefinition> PropertyDefinition() const;
0078
0079
0080 Standard_EXPORT occ::handle<StepRepr_Representation> Representation() const;
0081
0082
0083 Standard_EXPORT occ::handle<StepRepr_ShapeAspect> ShapeAspect() const;
0084
0085
0086 Standard_EXPORT occ::handle<StepRepr_ShapeAspectRelationship> ShapeAspectRelationship() const;
0087
0088
0089 Standard_EXPORT occ::handle<StepAP214_AppliedExternalIdentificationAssignment>
0090 AppliedExternalIdentificationAssignment() const;
0091
0092
0093 Standard_EXPORT occ::handle<StepRepr_AssemblyComponentUsage> AssemblyComponentUsage() const;
0094
0095
0096 Standard_EXPORT occ::handle<StepBasic_CharacterizedObject> CharacterizedObject() const;
0097
0098
0099 Standard_EXPORT occ::handle<StepShape_DimensionalSize> DimensionalSize() const;
0100
0101
0102 Standard_EXPORT occ::handle<StepBasic_ExternallyDefinedItem> ExternallyDefinedItem() const;
0103
0104
0105 Standard_EXPORT occ::handle<StepBasic_Group> Group() const;
0106
0107
0108 Standard_EXPORT occ::handle<StepBasic_GroupRelationship> GroupRelationship() const;
0109
0110
0111 Standard_EXPORT occ::handle<StepRepr_MeasureRepresentationItem> MeasureRepresentationItem() const;
0112
0113
0114 Standard_EXPORT occ::handle<StepBasic_ProductCategory> ProductCategory() const;
0115
0116
0117 Standard_EXPORT occ::handle<StepBasic_ProductDefinitionContext> ProductDefinitionContext() const;
0118
0119
0120 Standard_EXPORT occ::handle<StepRepr_RepresentationItem> RepresentationItem() const;
0121 };
0122
0123 #endif