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
When importing the attached .step file, the imported curves are incomplete unless the import_points option is also set to True. ply_boundaries.step.txt
The curves are defined as B_SPLINE_CURVE_WITH_KNOTS. These do reference CARTESIAN_POINT objects in their definition, but I don't understand why the curve import works in some cases, but not in others. Presumably, the curve import should read the points which make up the curve definition, but not import them as separate point objects. And indeed, in neither case are the points separately present in the imported geometry.
[1] I am using launch_modeler_with_discovery for being able to make screenshots, but the issue originally occurred using launch_modeler_with_geometry_service.
📝 Steps to reproduce
Download the STEP file linked above, rename it to remove the .txt extension
🔍 Before submitting the issue
🐞 Description of the bug
When importing the attached
.step
file, the imported curves are incomplete unless theimport_points
option is also set toTrue
.ply_boundaries.step.txt
Screenshot with
import_points=False
[1]Screenshot with
import_points=True
Reproducing code:
The curves are defined as
B_SPLINE_CURVE_WITH_KNOTS
. These do referenceCARTESIAN_POINT
objects in their definition, but I don't understand why the curve import works in some cases, but not in others. Presumably, the curve import should read the points which make up the curve definition, but not import them as separate point objects. And indeed, in neither case are the points separately present in the imported geometry.[1] I am using
launch_modeler_with_discovery
for being able to make screenshots, but the issue originally occurred usinglaunch_modeler_with_geometry_service
.📝 Steps to reproduce
.txt
extension💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2025R1
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: