Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
STEPControl_StepModelType.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  STEPControl_StepModelType {
  STEPControl_AsIs, STEPControl_ManifoldSolidBrep, STEPControl_BrepWithVoids, STEPControl_FacetedBrep,
  STEPControl_FacetedBrepAndBrepWithVoids, STEPControl_ShellBasedSurfaceModel, STEPControl_GeometricCurveSet, STEPControl_Hybrid
}
 Gives you the choice of translation mode for an Open
CASCADE shape that is being translated to STEP.
More...

Enumeration Type Documentation

  • STEPControl_AsIs translates an Open CASCADE shape to its
    highest possible STEP representation.
  • STEPControl_ManifoldSolidBrep translates an Open CASCADE shape
    to a STEP manifold_solid_brep or brep_with_voids entity.
  • STEPControl_FacetedBrep translates an Open CASCADE shape
    into a STEP faceted_brep entity.

STEPControl_ShellBasedSurfaceModel translates an Open CASCADE shape
into a STEP shell_based_surface_model entity.

  • STEPControl_GeometricCurveSet
    translates an Open CASCADE shape into a STEP geometric_curve_set entity.
Enumerator:
STEPControl_AsIs 
STEPControl_ManifoldSolidBrep 
STEPControl_BrepWithVoids 
STEPControl_FacetedBrep 
STEPControl_FacetedBrepAndBrepWithVoids 
STEPControl_ShellBasedSurfaceModel 
STEPControl_GeometricCurveSet 
STEPControl_Hybrid