Open CASCADE Technology
7.5.0
|
Provides tools for creating STEP structures associated with part (SDR), such as PRODUCT, PDF etc., as requied by current schema Also allows to investigate and modify this data. More...
#include <STEPConstruct_Part.hxx>
Provides tools for creating STEP structures associated with part (SDR), such as PRODUCT, PDF etc., as requied by current schema Also allows to investigate and modify this data.
STEPConstruct_Part::STEPConstruct_Part | ( | ) |
Handle< StepBasic_ApplicationContext > STEPConstruct_Part::AC | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::ACapplication | ( | ) | const |
Standard_Boolean STEPConstruct_Part::IsDone | ( | ) | const |
void STEPConstruct_Part::MakeSDR | ( | const Handle< StepShape_ShapeRepresentation > & | aShape, |
const Handle< TCollection_HAsciiString > & | aName, | ||
const Handle< StepBasic_ApplicationContext > & | AC | ||
) |
Handle< StepBasic_ProductContext > STEPConstruct_Part::PC | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PCdisciplineType | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PCname | ( | ) | const |
Handle< StepBasic_ProductDefinition > STEPConstruct_Part::PD | ( | ) | const |
Handle< StepBasic_ProductDefinitionContext > STEPConstruct_Part::PDC | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PDCname | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PDCstage | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PDdescription | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::Pdescription | ( | ) | const |
Handle< StepBasic_ProductDefinitionFormation > STEPConstruct_Part::PDF | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PDFdescription | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PDFid | ( | ) | const |
Handle< StepRepr_ProductDefinitionShape > STEPConstruct_Part::PDS | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PDSdescription | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PDSname | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::Pid | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::Pname | ( | ) | const |
Handle< StepBasic_Product > STEPConstruct_Part::Product | ( | ) | const |
Handle< StepBasic_ProductRelatedProductCategory > STEPConstruct_Part::PRPC | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PRPCdescription | ( | ) | const |
Handle< TCollection_HAsciiString > STEPConstruct_Part::PRPCname | ( | ) | const |
void STEPConstruct_Part::ReadSDR | ( | const Handle< StepShape_ShapeDefinitionRepresentation > & | aShape | ) |
Handle< StepShape_ShapeDefinitionRepresentation > STEPConstruct_Part::SDRValue | ( | ) | const |
Returns SDR or Null if not done.
void STEPConstruct_Part::SetACapplication | ( | const Handle< TCollection_HAsciiString > & | text | ) |
void STEPConstruct_Part::SetPCdisciplineType | ( | const Handle< TCollection_HAsciiString > & | label | ) |
void STEPConstruct_Part::SetPCname | ( | const Handle< TCollection_HAsciiString > & | name | ) |
void STEPConstruct_Part::SetPDCname | ( | const Handle< TCollection_HAsciiString > & | label | ) |
void STEPConstruct_Part::SetPDCstage | ( | const Handle< TCollection_HAsciiString > & | label | ) |
void STEPConstruct_Part::SetPDdescription | ( | const Handle< TCollection_HAsciiString > & | text | ) |
void STEPConstruct_Part::SetPdescription | ( | const Handle< TCollection_HAsciiString > & | text | ) |
void STEPConstruct_Part::SetPDFdescription | ( | const Handle< TCollection_HAsciiString > & | text | ) |
void STEPConstruct_Part::SetPDFid | ( | const Handle< TCollection_HAsciiString > & | id | ) |
void STEPConstruct_Part::SetPDSdescription | ( | const Handle< TCollection_HAsciiString > & | text | ) |
void STEPConstruct_Part::SetPDSname | ( | const Handle< TCollection_HAsciiString > & | label | ) |
void STEPConstruct_Part::SetPid | ( | const Handle< TCollection_HAsciiString > & | id | ) |
void STEPConstruct_Part::SetPname | ( | const Handle< TCollection_HAsciiString > & | label | ) |
void STEPConstruct_Part::SetPRPCdescription | ( | const Handle< TCollection_HAsciiString > & | text | ) |
void STEPConstruct_Part::SetPRPCname | ( | const Handle< TCollection_HAsciiString > & | label | ) |
Handle< StepShape_ShapeRepresentation > STEPConstruct_Part::SRValue | ( | ) | const |
Returns SDR->UsedRepresentation() or Null if not done.