Article | 70001895 |
Type | Wish |
Product | WebJS |
Version | 8006 |
Date Added | 1/5/2021 12:00:00 AM |
Fixed | 9.9001.0.1 (1/8/2021 12:00:00 AM) |
Submitted by | Bogumil Styczen |
Summary
Support dimension properties from the vds file
Solution
In version 8007.0.1 dimension with the following properties imported and exported between vds and vdml as original dimesions,
all other dimesions are converted to vdProxyFigures with exploded entities
Supported dimensions between web control and VDF are those that meet the following condition
dim.dimType == vdConst.DIM_ROTATED || dim.dimType == vdConst.DIM_ALIGNED)
&& dim.UserBlock == null
&& ((dim.DimLunit != vdConst.lu_Fractional && dim.DimLunit != vdConst.lu_Architectural) || dim.FractionalType == NotStacked )
&& dim.ExtLineVisible
&& !dim.LineIsInvisible
&& !dim.DimTol
&& !dim.DimTextAlignToView
&& !dim.DimTextAlignToViewSize
&& !dim.EnableExtLineFixedLength
&& dim.UsingDefaultTextPosition
&& dim.ArrowBlock2 == dim.ArrowBlock
&& !dim.Oblique