Skip to content

Problems importing SolidWorks or NX CAD files with NamedSelections #1474

Discussion options

You must be logged in to vote

That is expected - using PyAnsys Geometry you have several export methods which you can see in this link: https://geometry.docs.pyansys.com/version/stable/examples/03_modeling/export_design.html#Export-the-design

However, if you want to do it directly on the GUI, you will need to specify a dedicated environment variable on your system called SPACECLAIM_MODE and set it to 0 or 1. PyAnsys Geometry will set it to 2 by default if it is not defined by the user on env variables, which uses the Parasolid backend. For exporting to scdoc, you need the ACIS backend specified (0 or 1, I'm currently not sure). This is only available starting on 0.7.4 version.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@RobPasMue
Comment options

@aglowinski-danfoss
Comment options

@aglowinski-danfoss
Comment options

@RobPasMue
Comment options

Answer selected by aglowinski-danfoss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants