1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
snn cec41bb93d 0030024: Data Exchange - STEP, IGES export support of BRep shapes based on tessellated geometry
Support of reading and writing tessellated geometry is added for the following STEP entities:
- triangulated face
- complex triangulated face
- tessellated shell
- tessellated solid
- tessellated shape representation

Models without BRep geometry (mesh formats like STL, OBJ and so on) are supported for writing to STEP.

New parameters are added to enable/disable tessellated geometry reading and writing:
- read.step.tessellated (On/Off/OnNoBRep) (On by default)
- write.step.tessellated (On/Off/OnNoBRep) (OnNoBRep by default)

OnNoBRep - tessellation is read/written only for entities for which there is no BRep representation.

Faces with poly triangulation are written in STEP as triangulated face entities with one coordinates list per face.
Only one poly triangulation per face (returned by BRep_Tool::Triangulation) is written to STEP.
2022-06-03 17:44:17 +03:00

40 lines
1.2 KiB
Plaintext

TopoDSToStep.cxx
TopoDSToStep.hxx
TopoDSToStep_Builder.cxx
TopoDSToStep_Builder.hxx
TopoDSToStep_BuilderError.hxx
TopoDSToStep_FacetedError.hxx
TopoDSToStep_FacetedTool.cxx
TopoDSToStep_FacetedTool.hxx
TopoDSToStep_MakeBrepWithVoids.cxx
TopoDSToStep_MakeBrepWithVoids.hxx
TopoDSToStep_MakeEdgeError.hxx
TopoDSToStep_MakeFaceError.hxx
TopoDSToStep_MakeFacetedBrep.cxx
TopoDSToStep_MakeFacetedBrep.hxx
TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.cxx
TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.hxx
TopoDSToStep_MakeGeometricCurveSet.cxx
TopoDSToStep_MakeGeometricCurveSet.hxx
TopoDSToStep_MakeManifoldSolidBrep.cxx
TopoDSToStep_MakeManifoldSolidBrep.hxx
TopoDSToStep_MakeShellBasedSurfaceModel.cxx
TopoDSToStep_MakeShellBasedSurfaceModel.hxx
TopoDSToStep_MakeStepEdge.cxx
TopoDSToStep_MakeStepEdge.hxx
TopoDSToStep_MakeStepFace.cxx
TopoDSToStep_MakeStepFace.hxx
TopoDSToStep_MakeStepVertex.cxx
TopoDSToStep_MakeStepVertex.hxx
TopoDSToStep_MakeStepWire.cxx
TopoDSToStep_MakeStepWire.hxx
TopoDSToStep_MakeVertexError.hxx
TopoDSToStep_MakeWireError.hxx
TopoDSToStep_Root.cxx
TopoDSToStep_Root.hxx
TopoDSToStep_Tool.cxx
TopoDSToStep_Tool.hxx
TopoDSToStep_WireframeBuilder.cxx
TopoDSToStep_WireframeBuilder.hxx
TopoDSToStep_MakeTessellatedItem.cxx
TopoDSToStep_MakeTessellatedItem.hxx