#include "PreCompiled.h"#include <fcntl.h>#include <BRep_Builder.hxx>#include <TopTools_HSequenceOfShape.hxx>#include <STEPControl_Writer.hxx>#include <STEPControl_Reader.hxx>#include <StepData_StepModel.hxx>#include <TopoDS.hxx>#include <TopoDS_Shape.hxx>#include <TopoDS_Shell.hxx>#include <TopoDS_Solid.hxx>#include <TopoDS_Compound.hxx>#include <TopExp_Explorer.hxx>#include <Handle_XSControl_WorkSession.hxx>#include <Handle_XSControl_TransferReader.hxx>#include <XSControl_WorkSession.hxx>#include <XSControl_TransferReader.hxx>#include <Transfer_TransientProcess.hxx>#include <STEPConstruct_Styles.hxx>#include <TColStd_HSequenceOfTransient.hxx>#include <STEPConstruct.hxx>#include <StepVisual_StyledItem.hxx>#include <Handle_StepShape_ShapeRepresentation.hxx>#include <Handle_StepVisual_PresentationStyleByContext.hxx>#include <StepVisual_StyleContextSelect.hxx>#include <StepVisual_PresentationStyleByContext.hxx>#include <Interface_EntityIterator.hxx>#include <StepRepr_RepresentedDefinition.hxx>#include <StepShape_ShapeDefinitionRepresentation.hxx>#include <StepRepr_CharacterizedDefinition.hxx>#include <StepRepr_ProductDefinitionShape.hxx>#include <Handle_StepRepr_AssemblyComponentUsage.hxx>#include <StepRepr_AssemblyComponentUsage.hxx>#include <StepRepr_SpecifiedHigherUsageOccurrence.hxx>#include <Quantity_Color.hxx>#include <TCollection_ExtendedString.hxx>#include <StepBasic_Product.hxx>#include <Handle_StepBasic_Product.hxx>#include <StepBasic_ProductDefinition.hxx>#include <Handle_StepBasic_ProductDefinition.hxx>#include <StepBasic_ProductDefinitionFormation.hxx>#include <Base/Console.h>#include <Base/Sequencer.h>#include <App/Application.h>#include <App/Document.h>#include "ImportStep.h"#include "PartFeature.h"#include "ProgressIndicator.h"Go to the source code of this file.
Namespaces | |
| namespace | Part |
Functions | |
| static void | findStyledSR (const Handle(StepVisual_StyledItem)&style, Handle(StepShape_ShapeRepresentation)&aSR) |
| bool | Part::ReadColors (const Handle(XSControl_WorkSession)&WS, std::map< int, Quantity_Color > &hash_col) |
| bool | Part::ReadNames (const Handle(XSControl_WorkSession)&WS) |
| static void findStyledSR | ( | const Handle(StepVisual_StyledItem)& | style, | |
| Handle(StepShape_ShapeRepresentation)& | aSR | |||
| ) | [static] |
Definition at line 229 of file ImportStep.cpp.
References Handle().
Referenced by Part::ReadColors().
1.6.1