File indexing completed on 2025-01-18 10:05:05
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _STEPConstruct_Assembly_HeaderFile
0018 #define _STEPConstruct_Assembly_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 class StepShape_ShapeDefinitionRepresentation;
0025 class StepShape_ShapeRepresentation;
0026 class StepGeom_Axis2Placement3d;
0027 class StepRepr_NextAssemblyUsageOccurrence;
0028 class StepShape_ContextDependentShapeRepresentation;
0029 class Interface_Graph;
0030
0031
0032
0033
0034
0035
0036
0037
0038
0039 class STEPConstruct_Assembly
0040 {
0041 public:
0042
0043 DEFINE_STANDARD_ALLOC
0044
0045
0046 Standard_EXPORT STEPConstruct_Assembly();
0047
0048
0049
0050
0051
0052
0053 Standard_EXPORT void Init (const Handle(StepShape_ShapeDefinitionRepresentation)& aSR, const Handle(StepShape_ShapeDefinitionRepresentation)& SDR0, const Handle(StepGeom_Axis2Placement3d)& Ax0, const Handle(StepGeom_Axis2Placement3d)& Loc);
0054
0055
0056
0057 Standard_EXPORT void MakeRelationship();
0058
0059
0060
0061 Standard_EXPORT Handle(Standard_Transient) ItemValue() const;
0062
0063
0064 Standard_EXPORT Handle(StepGeom_Axis2Placement3d) ItemLocation() const;
0065
0066
0067 Standard_EXPORT Handle(StepRepr_NextAssemblyUsageOccurrence) GetNAUO() const;
0068
0069
0070
0071 Standard_EXPORT static Standard_Boolean CheckSRRReversesNAUO (const Interface_Graph& theGraph, const Handle(StepShape_ContextDependentShapeRepresentation)& CDSR);
0072
0073
0074
0075
0076 protected:
0077
0078
0079
0080
0081
0082 private:
0083
0084
0085
0086 Handle(StepShape_ShapeDefinitionRepresentation) thesdr;
0087 Handle(StepShape_ShapeDefinitionRepresentation) thesdr0;
0088 Handle(StepShape_ShapeRepresentation) thesr;
0089 Handle(StepShape_ShapeRepresentation) thesr0;
0090 Handle(Standard_Transient) theval;
0091 Handle(StepGeom_Axis2Placement3d) theloc;
0092 Handle(StepGeom_Axis2Placement3d) theax0;
0093
0094
0095 };
0096
0097
0098
0099
0100
0101
0102
0103 #endif