Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slicing KO with shape surface #8

Open
yvanblanchard opened this issue Mar 3, 2023 · 1 comment
Open

Slicing KO with shape surface #8

yvanblanchard opened this issue Mar 3, 2023 · 1 comment

Comments

@yvanblanchard
Copy link

yvanblanchard commented Mar 3, 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.

image

STEP file:
gyroide surf seule.zip

@yvanblanchard yvanblanchard changed the title Slicing KO for a STEP file (empty ply file) Slicing KO of gyroid surface (empty ply file) Mar 3, 2023
@yvanblanchard
Copy link
Author

yvanblanchard commented Mar 20, 2023

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 yvanblanchard changed the title Slicing KO of gyroid surface (empty ply file) Slicing KO with shape surface Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant