GVS files enable the management of 3D color inheritance during 2D Layout generation
process; this capability enables to apply (or not) colors specified as Graphical Properties
(Point / Line / Fill) of extracted 3D elements on their drawing representation.
The Drafting extraction process takes into
account inheritance GVS attributes under Drafting/View
DressUp/3Dinheritance node
.
3DPoints/Color
attribute: Manages color
inheritance of point type elements (Yes/No
)<std:node name="3DPoints">
<std:node name="Color">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
<std:node name="Symbol">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
<std:node name="Name">
<std:enumval name="YesNo">No</std:enumval>
</std:node>
</std:node>
</std:node>
Wireframe/Color
attribute: Manages color
inheritance of lines and surfacic elements (Yes/No
)<std:node name="Wireframe">
<std:node name="Color">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
<std:node name="Linetype">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
<std:node name="Thickness">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
</std:node>
Solid/Color
attribute: Manages color
inheritance of solids (Yes/No
)<std:node name="Solid">
<std:node name="Color">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
<std:node name="Linetype">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
<std:node name="Thickness">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
</std:node>
However, you can overwrite these inheritance properties
for Composites entities thanks to GVS attributes in Composites
Design/Ply
and Composites Design/Core
sections.
Note:
In the drawing view, ply contour lines may be hidden by 2D representation of surfacic and
solid elements. To avoid this, in the Drafting Preferences, specify Project 3D wireframe as Is always
visible.