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) (All in one) 11.1.3
Released: Mar 21, 2024
11.1.3 での更新項目
機能
WebJS
Added new parameter to 'use3d' method in order to help it work when passing World Coordinate system points.
Added support for custom object transformation events.
'Pixelated Osnap Nearest' is now separated from 'Geometrical Osnap Nearest'.
Added ExplodeObjects support for the following objects:
vdInsert.
vdRect.
vdPolyline (with lines and bulges).
vd3dFace.
vdPolyface.
Entities with 'Explode' collection property like dimensions or 'vdProxyFigures'.
Added a new explode command added to 'vdcanvas.scriptCommand'.
Engine
Added the ability to change the size of the icons in the popup form of the commandline.
Added methods to calculate the outer boundary of some entities.
Implemented the 'IvdObjectCollection' on more VDF collections objects.
Added an export sort method for 'vdLayers' and 'vdLayouts' collections.
不具合の修正
WebJS
UpdateFig method throws an exception.
Engine
Import OBJ file with support multi image attach material in a single polyface.
Very simplified DXF does not load polyfaces.
Osnaps of vdPolyhatch with vdRect vdCircle vdArc curves are wrong.
MTL file created for exported OBJ files has incorrect characters for defining color and transparency.
UndoHistory PushEnable and PopEnable is not working properly inside multi threading process.
PolyFace with big coordinates value are not rendering properly in 3D rendering mode.
Cloning of vdLineTypes ignores IsDPIScale and DrawMethod.