VectorDraw Developer Framework (VDF) (All in one)

Add dynamic 2D/3D graphics to your application.

Published by VectorDraw
Distributed by ComponentSource since 2002

Prices from: $ 2,735.56 Version: 11.4.1 NEW Updated: Mar 18, 2025 4.50 Star Average Review4.50 Star Average Review4.50 Star Average Review4.50 Star Average Review4.50 Star Average Review (9)

i

Please note that as of January 2024 VectorDraw Developers Framework (VDF), VectorDraw Web Library , VectorDraw IFC library and VectorDraw Ray Tracing Engine (vdRay) will be combined into one product called VectorDraw Developers Framework (VDF) (All in one).

Existing customers should choose the new combined product renewal when their Annual License is due for renewal.

VectorDraw Developer Framework (VDF) Releases

Released: Mar 18, 2025

Updates in 11.4.1

Features

  • WebJS
    • Added support to draw edges with specific EdgeColor for polyfaces and solid polygons.
    • Added support for SmoothAngle for polyfaces in webcontrol.
    • Changed the move grip points action in the webcontrol to start and end with the left mouse down with the standard mouse pointer. With touch screen pointer it starts with touch down and ends with touch up.
    • Added a method to get the grip indexes from a point.
  • Engine
    • Added a new Printer Dialog.
    • Added a method to get the outline boundary of...

Released: Feb 18, 2025

Updates in 11.3.20

Fixes

  • Fixed issue where 'Osnap' points ignored 'SectionClips' visibility.

Released: Feb 5, 2025

Updates in 11.3.7

Fixes

  • OnFilterOsnap was fired with Trim Extend Break and Fillet commands.
  • PDF export with DrawTextAsSelected was not working with PDF browsers when searching for no Latin characters.
  • Solid filled hatches throw stack overflow exception.
  • The default value of 0 in Delaunay Triangulate method did not work correctly.
  • Color dialog was not scaled properly on high DPI monitor using HighDpiMode.PerMonitorV2.

Released: Jan 29, 2025

Updates in 11.3.6

Features

  • Engine
    • Added the ability to manage PDFImportProperties with PDFImport dialog.

Fixes

  • WebJS
    • vdcanvas GetUserRect throws an exception.
    • SaveDocument throws an exception with Edge browser.
  • Engine
    • TTF strings are not exported properly in PDF with DrawTextAsSelected.

Released: Jan 22, 2025

Updates in 11.3.5

Features

  • Engine
    • Added two new commands in the CommandAction of vdDocument to create bulges to a polyline from points that are very close to each other so they form an arc.
    • Added two more points in the point dialog. One is for RemoveEqualPoints and the other is to RemoveInlinePoints.
    • Added a new static property VectorDraw.Geometry.Offset.OffsetStatic.OffsetFlags, enables offset polyline to keep inline vertexes.
    • Added a new static property to the points dialog to control the color of the cross...

Released: Jan 8, 2025

Updates in 11.3.4

Features

  • WebJS
    • Webcontrol adds support for new Osnap modes Apparent Intersection and Apparent Extension.
  • Engine
    • The cursor will now lock on the Osnaps when they are visible like it does for the grips.
    • New property to control if AddPixelsBound will be applied or not to Printer Output.

Fixes

  • Engine
    • When exporting PDF and then re-opening it, some texts are exploded to polyhatches.
    • Debug in x86 platform is too slow.
    • Dimensions inside exploded purged block when saved in DXF keep the block in the...

Released: Dec 10, 2024

Updates in 11.3.3

Features

  • Visual improvement of some of the cmd commands and actions.
  • Changed the default value of SelectionPreview and vdDocument.

Fixes

  • SKP save is thrown an exception when save drawing with very small line segments.
  • SearchText form raises an exception when loaded in WPF form.

Released: Nov 27, 2024

Updates in 11.3.2

Features

  • vdRay
    • Implemented a SnapModeAffect for JavaScript web control.
  • Engine
    • Added a new property to control the Snap affect with mouse movements.
    • Added ability to insert a block from another drawing using serialization and deserialization.
    • Improved GarbageCollection performance of VDF serializing and deserializing.
    • Added Fillet command to work with polylines.

Fixes

  • WebJS
    • Fixed: Newly created images are not saved properly in web vds format.
  • vdIFC
    • Fixed: Description of a product is not saved in...

Released: Nov 5, 2024

Updates in 11.3.1

Features

  • WebJS
    • A new MergeEntities method has been added to the vdcanvas object.
  • Engine
    • Added the ability to input rotation, width and height in CmdRect.
    • Added a new method in the commandLine that subtracts one or more closed shapes (polylines, rectangles, or circles) from a main polyline. The resulting new polyline is added to the active layout.
    • Added a new method in the gPoints class which allows you to calculate the outline boundaries of the points taking into consideration the aValue...

Released: Oct 1, 2024

Updates in 11.2.4

Fixes

  • vdocument Dispose throws an unexpected exception.
  • SubtractSimple method of vdPolyline does not produce correct result in a spacial occasion.
  • Converter
    • Default active dim style overrides are not updated properly when exporting to DWG format.
  • Engine
    • Public export BaseAction.RaiseOnWorldToUserMatrix method.