OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    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 occ::handle< Interface_ProtocolProtocol ()
     Returns a Protocol fit for STEP (creates the first time).
    static occ::handle< StepData_StepModelNewModel ()
     Returns a new empty StepModel fit for STEP i.e. with its header determined from Protocol.
    static occ::handle< IFSelect_SignatureSignType ()
     Returns a SignType fit for STEP (creates the first time).
    static occ::handle< IFSelect_SelectSignatureNewSelectSDR ()
     Creates a Selection for ShapeDefinitionRepresentation By default searches among root entities.
    static occ::handle< IFSelect_SelectSignatureNewSelectPlacedItem ()
     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 occ::handle< IFSelect_SelectSignatureNewSelectShapeRepr ()
     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.

    Detailed Description

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

    Member Function Documentation

    ◆ NewModel()

    occ::handle< StepData_StepModel > STEPEdit::NewModel ( )
    static

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

    ◆ NewSelectPlacedItem()

    occ::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.

    ◆ NewSelectSDR()

    occ::handle< IFSelect_SelectSignature > STEPEdit::NewSelectSDR ( )
    static

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

    ◆ NewSelectShapeRepr()

    occ::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.

    ◆ Protocol()

    occ::handle< Interface_Protocol > STEPEdit::Protocol ( )
    static

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

    ◆ SignType()

    occ::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: