You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to slice a STEP surface (gyroid) using that way:
STEPToXSection.exe -i %stepFile% -o GyroSeul.ply -f xyz -d 0.01 -p 1.0,0.0,0.0,0
but the output ply file is empty.
It appears that my issue (intersection failure) is related to my input shape: it's a surface, and not a solid. It seems that "BRepAlgoAPI_Section" with a TopoDS_Shape as surface does not work.
Do you think it would be possible to change/extend that in your code ?
Thank you
yvanblanchard
changed the title
Slicing KO of gyroid surface (empty ply file)
Slicing KO with shape surface
Mar 20, 2023
Hello,
I tried to slice a STEP surface (gyroid) using that way:
STEPToXSection.exe -i %stepFile% -o GyroSeul.ply -f xyz -d 0.01 -p 1.0,0.0,0.0,0
but the output ply file is empty.
STEP file:
gyroide surf seule.zip
The text was updated successfully, but these errors were encountered: