GitXplorerGitXplorer
c

plugin-displayGrouper

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
641abdd8bf707bf7f1f67c8170462d5e04512f2a

Merge pull request #2 from costerwi/bugfix

ccosterwi committed 7 months ago
Unverified
dfcadb1b08185c4a7084813438fc88c2b6666123

Fix bug that would crash CAE when repeating an ElementSelectProcedure

ccosterwi committed 7 months ago
Verified
1e1c5b51288abddd9ffe0b32b628127621ddfec1

Merge pull request #1 from costerwi/bugfix

ccosterwi committed 9 months ago
Unverified
9784f7e6ceb77b6f98fa0fe3d6aebcf0d8be61cd

Create step in getFirstDialog for improved stability in older versions

ccosterwi committed 9 months ago
Unverified
3315bf757575e5cda2f05e35c6562bee1d0f0fab

Correct typos

ccosterwi committed 9 months ago
Verified
d09b6c3c4790d606400484a96aa59facce5b7a9a

Update README.md

ccosterwi committed 9 months ago

README

The README file for this repository.

plugin-displayGrouper

This is a collection of Abaqus/CAE plugins to help work with the currently displayed elements (display group) in the Visualizer module. Display group manipulations are performed in a compatible way such that the "Undo" and "Redo" buttons in the "Create Display Group" dialog will operate as expected.

Display Grouper plugins

The following functions are included.

  • Add adjacent elements - Search for elements which share nodes with the currently active elements. These elements will be added to the display group.
  • Add attached elements - Search for elements which share nodes with the currently active elements directly or indirectly through other elements. These elements will be added to the display group.
  • Add nearby elements... - Add elements with undeformed nodes close to the currently active undeformed nodes. The plugin will prompt the user for a search radius. This works best with a small number of active elements and a relatively small search radius.
  • Add same section assignment elements - Add elements with the same section assignment as active elements.
  • Create named from section assignments - Create a named display group for each element section definition. This may be useful to assign different plot states in the Display Group Manager.
  • List section assignments of active elements
  • Remove elements with picked section assignment - Allow user to click on an element, remove all elements with the same section assignment, and then prompt user to click another element. Repeat until cancelled. Useful to peel back the onion of an assembly.
  • Remove picked elements - Remove elements selected in viewport and then prompt for more elements to remove. Repeat until cancelled.

Installation instructions

  1. Download and unzip the latest version
  2. Double-click the included install.cmd or manually copy files into your abaqus_plugins directory
  3. Restart Abaqus CAE and you will find the above scripts in the Visualization module plug-ins menu

image