File indexing completed on 2026-09-27 09:19:08
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 StepGeom_CartesianTransformationOperator3d;
0028 class StepRepr_NextAssemblyUsageOccurrence;
0029 class StepShape_ContextDependentShapeRepresentation;
0030 class Interface_Graph;
0031
0032
0033
0034
0035
0036
0037
0038
0039 class STEPConstruct_Assembly
0040 {
0041 public:
0042 DEFINE_STANDARD_ALLOC
0043
0044 Standard_EXPORT STEPConstruct_Assembly();
0045
0046
0047
0048
0049
0050
0051 Standard_EXPORT void Init(const occ::handle<StepShape_ShapeDefinitionRepresentation>& aSR,
0052 const occ::handle<StepShape_ShapeDefinitionRepresentation>& SDR0,
0053 const occ::handle<StepGeom_Axis2Placement3d>& Ax0,
0054 const occ::handle<StepGeom_Axis2Placement3d>& Loc);
0055
0056
0057
0058
0059
0060 Standard_EXPORT void Init(
0061 const occ::handle<StepShape_ShapeDefinitionRepresentation>& theSR,
0062 const occ::handle<StepShape_ShapeDefinitionRepresentation>& theSDR0,
0063 const occ::handle<StepGeom_CartesianTransformationOperator3d>& theTrsfOp);
0064
0065
0066
0067 Standard_EXPORT void MakeRelationship();
0068
0069
0070
0071 Standard_EXPORT occ::handle<Standard_Transient> ItemValue() const;
0072
0073
0074 Standard_EXPORT occ::handle<StepGeom_Axis2Placement3d> ItemLocation() const;
0075
0076
0077 Standard_EXPORT occ::handle<StepRepr_NextAssemblyUsageOccurrence> GetNAUO() const;
0078
0079
0080
0081 Standard_EXPORT static bool CheckSRRReversesNAUO(
0082 const Interface_Graph& theGraph,
0083 const occ::handle<StepShape_ContextDependentShapeRepresentation>& CDSR);
0084
0085 private:
0086 occ::handle<StepShape_ShapeDefinitionRepresentation> thesdr;
0087 occ::handle<StepShape_ShapeDefinitionRepresentation> thesdr0;
0088 occ::handle<StepShape_ShapeRepresentation> thesr;
0089 occ::handle<StepShape_ShapeRepresentation> thesr0;
0090 occ::handle<Standard_Transient> theval;
0091 occ::handle<StepGeom_Axis2Placement3d> theloc;
0092 occ::handle<StepGeom_Axis2Placement3d> theax0;
0093 occ::handle<StepGeom_CartesianTransformationOperator3d> myTrsfOp;
0094 bool myIsCartesianTrsf;
0095 };
0096
0097 #endif