GMS:3D Mesh Display Options: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{3D Mesh links}} | {{3D Mesh links}} | ||
The properties of all [[GMS:3D Mesh Module|3D | The properties of all [[GMS:3D Mesh Module|3D mesh]] data that GMS displays on the screen can be controlled through the ''3D Mesh'' tab of the [[GMS:Display Options|''Display Options'']] dialog. This dialog is opened by right-clicking on the [[File:3D Mesh Folder.svg|16 px]] 3D Mesh Data entry in the [[GMS:Project Explorer|Project Explorer]] and selecting the '''Display Option'''s command. It can also be accessed from the from the ''Display'' menu or the '''Display Options''' [[File:Display Options Macro.svg|16 px]] macro. The following table describes the display options available for the 3D mesh module. | ||
{| class="wikitable" | {| class="wikitable" | ||
! width="125" | Display Option !! Description | ! width="125" | Display Option !! Description | ||
|- | |- | ||
| Nodes || The ''Nodes'' item | | Nodes || The ''Nodes'' item displays the mesh nodes. | ||
|- | |- | ||
| Element edges || | | Element edges || Displays the edges of elements. The elements are drawn using the color options specified below. An option is included to display all of the edges or only the edges on the boundary of each material.<!-- Element can also be temporarily hidden.--> | ||
The color of the element edges can be adjusted according to the following options: | The color of the element edges can be adjusted according to the following options: | ||
# Auto – | # Auto – Draws the material color if faces are not displayed. Uses black or white if the faces are displayed. The thickness and the line style can still be adjusted in the ''Line Properties'' dialog accessed through the gray box next to ''Element edges''. | ||
# Specified – | # Specified – Uses the color specified next to ''Element edges''. | ||
# Material – | # Material – Displays the material color of the cell with the thickness and line style options of the ''Element edges'' ''Line Properties'' dialog. | ||
|- | |- | ||
| Element faces || | | Element faces || Fills the elements with the material color. | ||
|- | |- | ||
| Texture map image || The ''Texture Map Image'' item is used to "drape" an image over the top surface of the 3D Mesh. | | Texture map image || The ''Texture Map Image'' item is used to "drape" an image over the top surface of the 3D Mesh. | ||
|- | |- | ||
| Mesh shell || | | Mesh shell || Displays an edge for each of the edges on the exterior of the set of all elements (visible or invisible) which corresponds to a discontinuity in the mesh exterior. This display option provides a helpful spatial context when displaying isosurfaces or cross sections. | ||
|- | |- | ||
| Feature angle || The | | Feature angle || The mesh shell ''feature angle'' is used only when the ''Mesh Shell'' option is selected. This angle represents a threshold angle at which an edge of the shell will be displayed. If for example, an angle of 45 degrees is defined, any edge of the mesh which divides two element faces that are at an angle greater than 45 degrees to each other will not be displayed. | ||
|- | |- | ||
| Node numbers || | | Node numbers || Displays the ID associated with each node next to the node. The numbers are only displayed on the front-facing faces of exterior elements. | ||
|- | |- | ||
| Element numbers || | | Element numbers || Displays the ID associated with each element at the centroid of the element. The numbers are only displayed on the front-facing faces of exterior elements. | ||
|- | |- | ||
| Scalar values || | | Scalar values || Displays the scalar values of the active dataset for each node next to the node. | ||
|- | |- | ||
| Contours || Most of the objects supported by GMS can be contoured by turning on the [[GMS:Contour Options|''Contour Options'']] in the ''Display Options'' dialog. When an object is contoured, the values associated with the active dataset for the object are used to generate the contours. | | Contours || Most of the objects supported by GMS can be contoured by turning on the [[GMS:Contour Options|''Contour Options'']] in the ''Display Options'' dialog. When an object is contoured, the values associated with the active dataset for the object are used to generate the contours. | ||
|- | |- | ||
| Vectors || If the [[GMS:Vectors|''Vectors'']] item in the [[GMS:Display Options|''Display Options'']] dialog is selected for an object (TIN, | | Vectors || If the [[GMS:Vectors|''Vectors'']] item in the [[GMS:Display Options|''Display Options'']] dialog is selected for an object (TIN, grid, or mesh), vector plots can be generated using the active vector dataset for the object. One vector is placed at each node, cell, or vertex. | ||
|- | |- | ||
| Isosurfaces || If the [[GMS:Isosurfaces|''Isosurfaces'']] item in the [[GMS:Display Options|''Display Options'']] dialog is selected for an object (3D | | Isosurfaces || If the [[GMS:Isosurfaces|''Isosurfaces'']] item in the [[GMS:Display Options|''Display Options'']] dialog is selected for an object (3D grid or 3D mesh), isosurfaces will be generated. An isosurface is the 3D equivalent of a contour line. While a contour line is a line of constant value extracted from a surface, an isosurface is a surface of constant value extracted from a 3D dataset. | ||
|} | |} | ||
[[File:Display3DMesh. | [[File:Display3DMesh.png|thumb|none|left|500 px|The ''Display Options'' dialog showing the ''3D Mesh'' tab.]] | ||