Warning, file /include/opencascade/StepShape_DimensionalLocationWithPath.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepShape_DimensionalLocationWithPath_HeaderFile
0017 #define _StepShape_DimensionalLocationWithPath_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <StepShape_DimensionalLocation.hxx>
0023 class StepRepr_ShapeAspect;
0024 class TCollection_HAsciiString;
0025
0026
0027 class StepShape_DimensionalLocationWithPath : public StepShape_DimensionalLocation
0028 {
0029
0030 public:
0031
0032 Standard_EXPORT StepShape_DimensionalLocationWithPath();
0033
0034
0035 Standard_EXPORT void Init(
0036 const occ::handle<TCollection_HAsciiString>& aShapeAspectRelationship_Name,
0037 const bool hasShapeAspectRelationship_Description,
0038 const occ::handle<TCollection_HAsciiString>& aShapeAspectRelationship_Description,
0039 const occ::handle<StepRepr_ShapeAspect>& aShapeAspectRelationship_RelatingShapeAspect,
0040 const occ::handle<StepRepr_ShapeAspect>& aShapeAspectRelationship_RelatedShapeAspect,
0041 const occ::handle<StepRepr_ShapeAspect>& aPath);
0042
0043
0044 Standard_EXPORT occ::handle<StepRepr_ShapeAspect> Path() const;
0045
0046
0047 Standard_EXPORT void SetPath(const occ::handle<StepRepr_ShapeAspect>& Path);
0048
0049 DEFINE_STANDARD_RTTIEXT(StepShape_DimensionalLocationWithPath, StepShape_DimensionalLocation)
0050
0051 private:
0052 occ::handle<StepRepr_ShapeAspect> thePath;
0053 };
0054
0055 #endif