Eyeshot 2022 Beta

 

devDept Software is proud to announce the Eyeshot 2022 Beta program.

 

New Features

  1. Geometric kernel/UI separation, Stage I (Read Article)
    We completed the first step of separating geometric kernel and UI. Eyeshot 2022 includes geometric entities under devDept.Geometry.Entities namespace and standard entities under devDept.Eyeshot.Entities namespace) Standard entities can be created from geometric entities.
  2. Minimum frame rate and progressive drawing (Play Video) (Read Article)
    The graphics pipeline has been completely redesigned to challenge geometries of any complexity. We strongly ask you to test this new feature in your environment to ensure that nothing was left behind, we won't accept any complaints once the official version will be released (scheduled for Jan 2022).
  3. Constraint solver and Sketch entity (Play Video)
    As any CAD system to be respected, Eyeshot 2022 includes a constraint solver and the related Sketch entity.
  4. Toolpath with lead and ramp color
    In Eyeshot 2022 you can control the feed and color of lead and ramp motions.
  5. WriteOBJ with custom object names
    If Entity.EntityData field contains a string, it will be used in the OBJ file object name to simplify identification in receiving systems.
  6. Histogram UI element (Play Video)
    Introduced to display FEM mesh quality, the Histogram UI element can now be used for your application-specific needs.
  7. Improved Volume Mesher (Play Video)
    The one and only 100% pure .NET volume mesher on the market. We are continuing to optimize the speed of this module, which currently is about 10K th/s.

 

New Code Samples

  • Sketcher (Eyeshot Ultimate & Fem only, will be ported to Pro, Play Video)
    Constraint solver on 2D sketches
  • Workspaces (Eyeshot Fem only, will be ported to Ultimate, Play Video)
    History-based parametric solid modeling, sketching, and workspace integration.
  • Simulation (Eyeshot Fem only, Play Video 1, Video 2, Video 3)
    FEA on BRep including, linear/quadratic elements, boundary conditions on Face/Edge/Vertex, mesh size control on Face/Edge, mesh quality histogram, multi-material support.

 

Renaming

  • Environment class was renamed Workspace
  • Model class was renamed Design
  • Drawings class was renamed Drawing (no ending `s` letter)

To recap, Eyeshot 2022 now includes four workspaces: Design, Drawing, Manufacture and Simulation.

 

Documentation

Only the API Reference of the Eyeshot 2022 documentation is periodically updated.

 

Licensing

Runtime licensing has been refactored. The Unlock() call doesn't need to be located into Form/Window constructor anymore, but only once when the app starts.
In particular, for WinForms apps, you can place it in Program.cs/ApplicationEvents.vb files, and for WPF apps in App.xaml.cs/Application.xaml.vb files.

 

Proprietary file format data integrity is not guaranteed during Beta.

Project Converter tool currently does only essential renaming.

Eyeshot 2022 is based on .NET Framework 4.7.2 and compatible with Windows 11 and Visual Studio 2022 (a bug in Visual Studio 2022 designer is still present, it affects our toolbox items as well)

Eyeshot 2022 Beta can be installed side-by-side to other older Eyeshot versions.

 


 

New Product Editions

Eyeshot Fem edition is back with its own pricing, all the Fem features are now included in this product edition only.

Eyeshot Professional edition now includes Solid entity and ReadIFC class, the price has changed.

You could be interested in testing a feature not included in your product edition. In this case, please open a support ticket to request the Eyeshot Fem 2022 Beta setup, you'll be able to test it in trial mode.

1

Comments

6 comments
Date Votes
  • I see each Entity has its geometric primitive in the class. (ie: Line.Primitive is a GLine)

    Is it possible to expose this relationship in ICurve... for instance, ICurve.Primitive can return the IGCurve?

    0
  • In v2021. I rely on Entity.BoxMin & Entity.BoxMax. I understand these are computed in the same process as Regen() which is not in GEntity, however Box Min/Max are useful for many geometric operations. Since BoxMin/Max are computed once and saved in the object, we do not have to recompute everytime which is great for performance.

    Is there a way we can compute or store BoxMin/Max on GEntity objects while maintaining the same performance? Of course we can not call an expensive operation like Regen everytime we want BoxMin/Max. I also understand storing BoxMin/Max in the GEntity defeats the purpose of separating geometry from graphical objects...

     

    0
  • When will the final version 2022 go on sale?

    0
  • Hi Carlos, end of Jan 2022.

    2
  • No .NET 5 or 6 support in 2022 ?

    0
  • We are working to have a geometric kernel only compatible with modern .NET platforms, more details here: https://devdept.zendesk.com/hc/en-us/community/posts/360005919439--NET-Core-3-0-support-at-least-for-geometry-kernel-

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post