VectorDraw Web Library 新版本發表

Released: Jan 4, 2024

10.1005.1.0 中的更新

特性

  • Added new vdgeo.IntersectionLL2D method which calculates the intersection point between two lines that belong to the same plane (z values of the lines are equal).
  • Added support for custom objects with grips and custom osnaps.
  • New pointonline and distPointFromLine methods have been added for vdcanvas.vdgeo, so that you can check if the passed point is on a line.

修補程式

  • Default mouse cursor is clipped out when section clips applied.
  • Fitting Splines are not draw properly.
  • ActiveLayOut property is...

Released: Sep 5, 2023

10.1004.1.0 中的更新

特性

  • Added several new export methods that manipulate matrix operations.
  • Improved undo history - The redo stack is now cleared when more items are added to the undo stack. Entities added by the 'MergeDocument 'method are now also added to the undo stack inside a single group.
  • The 'select' command of 'vdcanvas.scriptCommand.parseCommands' now supports 'grip' parameter.
  • Added a new 'ActiveSelectionModify' event to 'vdcanvas.scriptCommand' object.
  • Added support for custom objects with grips.

修補程式

  • VDS...

Released: Mar 21, 2023

10.1003.1.0 中的更新

特性

  • Improved drawing image quality.
  • 'CmdMirror' now has the option to keep source objects.
  • Added the ability to get affected entities from the 'UndoHistory' redo stack.

Released: Jan 12, 2023

10.1002.1.0 中的更新

特性

  • Format length and angle using linear and angular units.
  • Improved action pan performance.

Released: Oct 3, 2022

10.1002.0 中的更新

特性

  • Added ability to add AccessToken parameters in the SelectDocument method.

修補程式

  • Mtext is not exported properly in vds file format.
  • Polyline with Widths is not displayed properly on WebControl.
  • Save vds with excludeFromSave items is not working properly.
  • ScriptCommand.select not triggering callback if being canceled by user. 

Released: Jun 16, 2022

10.1001.1.0 中的更新

特性

  • Added support for Window Polygon and Crossing Polygon selection.
    • Added new methods to 'vdcanvas' object:
      • GetEntitiesInWindowPolygon - A window polygon selection that returns an array of vdraw entities that lie entirely inside a specified closed polygon. Even if a small part of an entity lies outside the polygon, the entity is ignored.
      • GetEntitiesFromPolygon - A crossing polygon selection that returns an array of vdraw entities that cross a specified closed polygon. Even if a small part of an...

Released: Feb 1, 2022

9.9003.1.0 中的更新

特性

  • The DoNotChangeExternalReferencePaths property has now been exported to ExportScriptFlags in the ExportScript method which allows the user to keep the External Reference Path unchanged.
  • Improved the performance of WebGL 3D render modes - The SetBlockSize method has been modified so it can get positive and negative values with a different meaning. This new implementation makes redraw in WebGL 3D render modes, 5 to 8 times faster.
  • Added a new property to the vdrawobj.GetDocument...

Released: Sep 16, 2021

9.9002.1.0 中的更新

特性

  • Added a new useraction command which allows you to save a modified drawing in SimpleExample.
  • Text undefined properties now use reference style properties.
  • Added support for insert object attribute grips.

修補程式

  • MergeDocument does not keep the source document handles.
  • Bind Xref using AddBlockFromFile is not working properly.
  • Web control FilterEntities method throws an exception.
  • ExplodeObjects is thrown an exception with insert entities that contains Attributes.
  • Hebrew text characters order in...

Released: Nov 24, 2020

8.8006.x 中的更新

特性

  • Added export AddImageDefinition method with a loaded callback.
  • Added support for vdcanvas.CmdMirror and vdcanvas.scriptCommand.mirror methods.
  • Added support for vdPointCloud objects in web control.
  • Added new GIS example to the samples.
  • Added the ability to use both Grips and Crossing Select in web control.
  • Improved graphics context refresh action.
  • Added the ability to export script to memory string data.
  • Added the ability to change whether the action will be hidden or not when the cursor is...

Released: May 12, 2020

8.8005.x 中的更新

特性

  • Supports Alpha value for bkcolor of printToImageData method.

修補程式

  • Bug: 70001716 GetEntitiesFence() method raises an error.
  • Bug: 70001736 Fill hatch with BackGround is not working.