-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsolid_edge_point_cloud_network_disable.reg
More file actions
47 lines (44 loc) · 3.88 KB
/
solid_edge_point_cloud_network_disable.reg
File metadata and controls
47 lines (44 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Windows Registry Editor Version 5.00
; solid_edge_point_cloud_network_disable
; Copyright (C) 2022 David C. Merritt, david.c.merritt@siemens.com
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program. If not, see <http://www.gnu.org/licenses/>.
;
; ---------------------------------------------------------------------
;
; Registry script to disable Solid Edge importing point cloud files from
; network locations.
;
; This is the default behaviour
;
; NOTES:
; - Point Cloud data files should reside on a local disk drive to
; avoid potentially excessive delays when loading data across the
; network.
; - The amount of delay is directly proportional to the size of the
; point cloud data file and the average network performance.
; - The delay will be in ADDITION to any normal delays due to the
; parsing of the data.
; - Caching of the network resident point cloud is automatic for
; subsequent accesses of the data.
; - If the network node becomes inaccessible, it is very likely for
; Solid Edge to encounter a network timeout for each point cloud
; being loaded. Those delays can (possibly) be avoided by disabling
; the remote access
;
; ---------------------------------------------------------------------
;
; 2022/04/05 merritt initial release
[HKEY_CURRENT_USER\Software\Siemens\Solid Edge\Version 222\DEBUG]
"POINT_CLOUD_ENABLE_REMOTE_ACCESS"=dword:00000000