zl程序教程

您现在的位置是:首页 >  其它

当前栏目

devDept Eyeshot 2022.2 -22年收官版 Eyeshot Fem Edition

22 edition 收官 2022.2
2023-09-14 09:13:46 时间

Fem Edition is back!

Eyeshot FEM edition is back in this version. It now includes a TET4/TET10 volume mesher (the one and only 100% pure .NET on the market) with mesh control, multi-material support, vertex/edge/face boundary conditions application and much more.

 

2022.3.544

September 05, 2022 21:44

Follow

  • Fixed crash when zooming with mouse wheel during application startup
  • Fixed flickering drawing after applying a transformation using ObjectManipulator
  • Added the rotation parameter to WritePDF3D.AddText() and AddImage() methods
  • Changed constraints type for Rectangle in Sketch.AddRectangle() method
  • Updated ODA assemblies to version 23.7
  • Added SkethEllipticalArc sketch entity
  • Added SketchManager.Trim() method to allow interactive sketch curves trimming
  • Added Manufacture.SetHomeView() override to properly rotate according to the work plane
  • Fixed cloning and sorting of collinear points constraints
  • Added feature history to SketcherDemo code sample
  • Added IfcAdvancedBrep support in ReadIFC class
  • Fixed BlockEx class export to 3D PDF
  • Fixed SimulationStock export in WriteOBJ and WriteWebGL classes
  • Removed in-domain restrictions in Surface.IsocurveU() and IsocurveV() methods
  • Fixed Visual Studio project settings not removing some Trace calls from the source code
  • Fixed coordinate system icon labels GDI+ drawing for custom orientations
  • Fixed crash on empty offset result
  • Added Milling.Project3D class and improved Parallel3D computation accuracy
  • Added projected leads in Contour3D machining with a boundary defined
  • Fixed file thumbnail issues in WPF when the control is minimized
  • Added AreaAndVolume.GetPrincipalAxes() method
  • Improved Visual Studio detection during setup
  • Fixed transparency in Wireframe display mode
  • Fixed Dimension.Compile() method when TextOverride has no angular brackets
  • Fixed Mesh export in OBJ for MulticolorSmooth case
  • Added BlockKeyedCollection.DefaultRootBlockName, Block.DefaultUnits and Block.DefaultMassUnits public static fields
  • Fixed import of missing spatial elements in ReadIFC class
  • Fixed plane change in Leader entity
  • Fixed import of nested external references in ReadAutodesk class
  • Fixed GDI+ exception for images in ReadAutodesk class
  • Fixed bug in Toolpath entity translation
  • Fixed bug in Surface.Decompose() method
  • Moved HiddenLinesViewSettings.ScaleTrianglesToWorld() method to HiddenLinesView class and removed the data parameter
  • Fixed return value of Solid.SplitBy() method
  • Fixed extension of AngularDim
  • Fixed issue after UpdateBoundingBox() call with regenerated Blocks
  • Fixed reading of Brep with empty Edges, Vertices, Faces, or Loops arrays.

Breaking Changes

BC-184Removed SketchCurve.Projected property

BC-183Removed SketchManager.ProjectedCurvesColor property

BC-180Changed Surface.ConvertToMesh() method signature

The last parameter of Surface.ConvertToMesh(double, double, GMesh.natureType, bool) method has been changed from skipEdges to weld. The skipEdges is now the last parameter of the new overload Surface.ConvertToMesh(double, double, GMesh.natureType, bool, bool).

The same changes have been made on GSurface.