KitchenDraw SDK 2
Show / Hide Table of Contents

Property IsAuto3dFileDownloadDisabled

IsAuto3dFileDownloadDisabled

Indicates whether the automatic 3D file download is disabled.

Declaration
public bool IsAuto3dFileDownloadDisabled { get; set; }
Property Value
Type Description
bool
Remarks

When the scene is opened in KitchenDraw, if an .SKP object (which was previously downloaded and placed into the scene) is missing, the application will try to download it again. This functionality is usually not desirable for a treatment by manufacturers, for example, and it is time consuming. So it can be disabled with setting this property to true (you can set it to true even before calling Load(string) or TryLoad(string)). It can be set to true by default for all scenes by setting NoAutomatic3DFileDownload=1 in the [InSitu] section of the SPACE.INI file.

In this article
Back to top Generated by DocFX