ansys / pyansys-geometry

A Python wrapper for Ansys Geometry Services
https://geometry.docs.pyansys.com/
MIT License
45 stars 13 forks source link

Ease plotting of Sketches, Designs, Components, Bodies... together #541

Closed RobPasMue closed 1 year ago

RobPasMue commented 1 year ago

We should provide an easy way of just passing in any PyGeometry object and be able to plot them all together.

RobPasMue commented 1 year ago

Starting to work on this

RobPasMue commented 1 year ago
PlotterHelper.plot([...])

# Detect class 
# Plot
RobPasMue commented 1 year ago

@AlejandroFernandezLuces - please give prirority to these tasks

RobPasMue commented 1 year ago

What's the progress here @AlejandroFernandezLuces ?

AlejandroFernandezLuces commented 1 year ago

Not started yet, I've been closing other stuff

agvarghe commented 1 year ago

There is no way to visualize sketch and 3D bodies at the same time even in SpaceClaim. Such as to look at the imprints on a package in MLB. It is not possible via PyVista. Unable to plot imprint sketch and 3D body at the same time

RobPasMue commented 1 year ago

There is no way to visualize sketch and 3D bodies at the same time even in SpaceClaim. Such as to look at the imprints on a package in MLB. It is not possible via PyVista. Unable to plot imprint sketch and 3D body at the same time

@agvarghe - PyGeometry's plotter will allow you to visualize sketches together with 3D bodies. There is no actual limitation there.