Skip to content

Exported x_t file fails to reimport via open_file and insert_file #2162

@RyanJWard

Description

@RyanJWard

🔍 Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

🐞 Description of the bug

test_import_export_reimport_design_x_t and test_import_export_open_file_design fail after updating to latest ApiServer

📝 Steps to reproduce

  1. Import\insert a x_t file
  2. Save as x_t
  3. Import\Insert the saved x_t file
  4. We get an error

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

261

🐍 Which Python version are you using?

3.12

📦 Installed packages

from pathlib import Path

import numpy as np
import pytest

from ansys.geometry.core import Modeler
from ansys.geometry.core.connection.backend import BackendType
from ansys.geometry.core.designer import Component, Design, DesignFileFormat
from ansys.geometry.core.math import Plane, Point2D, Point3D, UnitVector3D, Vector3D
from ansys.geometry.core.sketch import Sketch

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions