Forum archiveIssue archiveData Exchange and Application Framework

Archived discussion

Convert StepGeom to TopoDS_Shape

Data Exchange and Application FrameworkWed, 02/16/2022 - 11:492 replies

Browse this forum
QuestionAuthor

Hi,

I encountered a case where a "composite_curve" defined in a complex entity in a STEP file is not converted to a TopoDS_Shape while importing the STEP file.

Can somebody let me know how to convert a StepGeom entity into a TopoDS_Shape?
e.g., StepGeom_CompositeCurve → TopoDS_Shape

Thanks!

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Hi

You can use a common tool - StepToTopoDS_TranslateCompositeCurve. It converts composite_curve to the TopoDS_Wire.

StepToTopoDS toolkit contains special convertors to TopoDS for all step entity.

Best regards,

Dmitry,

02Author

Thanks for the comment!