Open CASCADE Technology  6.9.0
Static Public Member Functions

STEPEdit Class Reference

Provides tools to exploit and edit a set of STEP data : editors, selections .. More...

#include <STEPEdit.hxx>

Static Public Member Functions

static Handle< Interface_ProtocolProtocol ()
 Returns a Protocol fit for STEP (creates the first time) More...
 
static Handle< StepData_StepModelNewModel ()
 Returns a new empty StepModel fit for STEP i.e. with its header determined from Protocol. More...
 
static Handle< IFSelect_SignatureSignType ()
 Returns a SignType fit for STEP (creates the first time) More...
 
static Handle
< IFSelect_SelectSignature
NewSelectSDR ()
 Creates a Selection for ShapeDefinitionRepresentation By default searches among root entities. More...
 
static Handle
< IFSelect_SelectSignature
NewSelectPlacedItem ()
 Creates a Selection for Placed Items, i.e. MappedItem or ContextDependentShapeRepresentation, which itself refers to a RepresentationRelationship with possible subtypes (Shape... and/or ...WithTransformation) By default in the whole StepModel. More...
 
static Handle
< IFSelect_SelectSignature
NewSelectShapeRepr ()
 Creates a Selection for ShapeRepresentation and its sub-types, plus ContextDependentShapeRepresentation (which is not a sub-type of ShapeRepresentation) By default in the whole StepModel. More...
 

Detailed Description

Provides tools to exploit and edit a set of STEP data : editors, selections ..

Member Function Documentation

static Handle< StepData_StepModel > STEPEdit::NewModel ( )
static

Returns a new empty StepModel fit for STEP i.e. with its header determined from Protocol.

static Handle< IFSelect_SelectSignature > STEPEdit::NewSelectPlacedItem ( )
static

Creates a Selection for Placed Items, i.e. MappedItem or ContextDependentShapeRepresentation, which itself refers to a RepresentationRelationship with possible subtypes (Shape... and/or ...WithTransformation) By default in the whole StepModel.

static Handle< IFSelect_SelectSignature > STEPEdit::NewSelectSDR ( )
static

Creates a Selection for ShapeDefinitionRepresentation By default searches among root entities.

static Handle< IFSelect_SelectSignature > STEPEdit::NewSelectShapeRepr ( )
static

Creates a Selection for ShapeRepresentation and its sub-types, plus ContextDependentShapeRepresentation (which is not a sub-type of ShapeRepresentation) By default in the whole StepModel.

static Handle< Interface_Protocol > STEPEdit::Protocol ( )
static

Returns a Protocol fit for STEP (creates the first time)

static Handle< IFSelect_Signature > STEPEdit::SignType ( )
static

Returns a SignType fit for STEP (creates the first time)


The documentation for this class was generated from the following file: