forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrorLibGCoreUnableUpdateSolidBySweep.html
More file actions
45 lines (34 loc) · 1.59 KB
/
errorLibGCoreUnableUpdateSolidBySweep.html
File metadata and controls
45 lines (34 loc) · 1.59 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
<!--
There are two versions of this HTML file. One that is part of the Dynamo Dictionary
codebase and one that is part of the Dynamo codebase, used for displaying additional
error information in the Dynamo side panel.
These files need to kept in sync manually: if making edits to one version of the file,
make sure to update the other version as well.
Dynamo: https://github.com/DynamoDS/Dynamo
Dynamo Dictionary: https://github.com/DynamoDS/DynamoDictionary_React
-->
<head>
<meta charset="UTF-8" />
</head>
<style>
body {
color: white;
font-size: 14px;
font-family: "Artifakt Element";
src: url("fonts/ArtifaktElement-Regular.woff") format("woff");
padding: 1%;
}
a {
color: lightgray;
cursor: pointer;
background-color: transparent;
}
</style>
<!-- Use inline styles to keep Dynamo Dictionary styling in the dictionary -->
<!-- and custom styling in Dynamo sidepanel. -->
<body style="background-color: #353535; font-family: 'Artifakt Element', 'Open Sans';">
<h2>Unable to update solid by sweep</h2>
<p>This warning means you are trying to do something that Sweep will not be able to do. In most cases this warning is followed by a more specific messages that should tell you more about the reason for the warning and point you in the direction of how to fix it.</p>
<h4>More information</h4>
<p>To find out more, please check <a href="https://forum.dynamobim.com/search?q=unable%20to%20update%20solid%20by%20sweep"><span> posts on the Dynamobim forum discussing "<strong>unable to update solid by sweep</strong>"</span></a>.</p>
</body>