
Wed, 02/16/2022 - 11:49
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!
Wed, 02/16/2022 - 12:29
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,
Thu, 02/17/2022 - 09:54
Thanks for the comment!