CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

1.185

Release date: April 19, 2023

New featureDraco convertor can be directly triggered from App script to create *.drc files [LOCOX-2469]

Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
Draco files will be used in the future to store 3D preview files of components.

from smesh.mesh import Mesh, TriaMesh 
inputfilepath = "../test/obj/teapot.obj"
outputfilepath = "/tmp/teapot2.drc"
binary = smesh.TriaMesh.from_obj(inputfilepath).to_drc(outputfilepath)

New featureHorizontal scroll bar for Runs window [LOCOX-2094]

Horizontal scroll bar enables the user to see the complete Run configuration name without resizing the Runs window. The scroll bar becomes available when the content is wider than the window size.

ImprovementIn the Import tab, the file browser opens the last used folder for import. [LOCOX-2213]
ImprovementProperty view for multi-selection: Adding and editing of attributes works as expected. [LOCOX-2537]
Bug fix"Cancel assembly job(s)" option activated again for local assembly [LOCOX-2638]