Skip to content

Conversation

@agvarghe
Copy link
Contributor

Description

A new argument has been added to the api from geometry, this allows the user the ability to control how the new part is created.

Issue linked

#1180

Checklist

  • I have tested my changes locally.
  • [] I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: wrap with feature edges)

@agvarghe agvarghe linked an issue Nov 14, 2025 that may be closed by this pull request
2 tasks
@github-actions github-actions bot added the bug Something isn't working label Nov 14, 2025
@agvarghe agvarghe linked an issue Nov 14, 2025 that may be closed by this pull request
2 tasks
@agvarghe agvarghe requested a review from waltersma November 14, 2025 16:39
@github-actions
Copy link

The documentation for this pull request will be available at https://prime.docs.pyansys.com/pull/1181. Please allow some time for the documentation to be deployed.

import_type : ImportTypes, optional
Type of import. The default is ImportTypes.FMD.
append: bool, optional
Append imported CAD into existing model when true.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Append imported CAD into existing model when true.
Whether to append the Ansys Design object to the model. The default is ``False``,
in which case the model contents is overwritten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug located in ...lucid.Mesh.from_geometry API

5 participants