GMS:Feature Objects: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(→Arcs) |
|||
Line 26: | Line 26: | ||
[[File:GMS RedistributeVertices.png|thumb|275 px|The ''Redistribute Vertices'' dialog]] | [[File:GMS RedistributeVertices.png|thumb|275 px|The ''Redistribute Vertices'' dialog]] | ||
:'''Redistribute Vertices''' | :'''Redistribute Vertices''' | ||
:The primary function of the vertices of an arc is to define the geometry of the arc. In most cases, the spacing of the vertices does not matter. However, if the arcs are to be used for automatic mesh generation, the spacing of the vertices is important. In this case, the spacing of the vertices defines the density of the elements in the resulting mesh. Each edge defined by a pair of vertices becomes the edge of an element. The mesh gradation is controlled by defining closely spaced vertices in regions where the mesh is to be dense and widely spaced vertices in regions where the mesh is to be coarse. | ::The primary function of the vertices of an arc is to define the geometry of the arc. In most cases, the spacing of the vertices does not matter. However, if the arcs are to be used for automatic mesh generation, the spacing of the vertices is important. In this case, the spacing of the vertices defines the density of the elements in the resulting mesh. Each edge defined by a pair of vertices becomes the edge of an element. The mesh gradation is controlled by defining closely spaced vertices in regions where the mesh is to be dense and widely spaced vertices in regions where the mesh is to be coarse. | ||
:When spacing vertices along arcs, the '''Redistribute vertices''' command in the ''Feature Objects'' menu can be used to automatically create a new set of vertices along a selected set of arcs at either a higher or lower density. The desired arc should be selected prior to selecting the '''Redistribute vertices''' command. The '''Redistribute vertices''' command brings up the ''Redistribute Vertices'' dialog. The following options are available for redistributing vertices: | ::When spacing vertices along arcs, the '''Redistribute vertices''' command in the ''Feature Objects'' menu can be used to automatically create a new set of vertices along a selected set of arcs at either a higher or lower density. The desired arc should be selected prior to selecting the '''Redistribute vertices''' command. The '''Redistribute vertices''' command brings up the ''Redistribute Vertices'' dialog. The following options are available for redistributing vertices: | ||
:''Linear Interpolation'' – If the Linear interpolation option is specified, then either a number of subdivisions or a target spacing can be given to determine how points are redistributed along the selected arcs. In either case, the new vertices are positioned along a linear interpolation of the original arc. | ::''Linear Interpolation'' – If the Linear interpolation option is specified, then either a number of subdivisions or a target spacing can be given to determine how points are redistributed along the selected arcs. In either case, the new vertices are positioned along a linear interpolation of the original arc. | ||
:''Spline Interpolation'' – If the Spline interpolation option is specified, vertices are redistributed along a series of cubic splines defined by the original vertices of the selected arcs. The difference between the linear and spline interpolation methods is illustrated below: | ::''Spline Interpolation'' – If the Spline interpolation option is specified, vertices are redistributed along a series of cubic splines defined by the original vertices of the selected arcs. The difference between the linear and spline interpolation methods is illustrated below: | ||
:[[Image:redverts.png|thumb|none|300 px|Redistributing vertices: (a) original arc (b) linear interpolation (c) spline interpolation]] | ::[[Image:redverts.png|thumb|none|300 px|Redistributing vertices: (a) original arc (b) linear interpolation (c) spline interpolation]] | ||
:'''Vertex to Node''' | :'''Vertex to Node''' | ||
:In some cases, it is necessary to split an arc into two arcs. This can be accomplished using the '''Vertex ↔ Node''' command. Before selecting this command, a vertex on the arc at the location where the arc is to be split should be selected. The selected vertex is converted to a node and the arc is split in two. | ::In some cases, it is necessary to split an arc into two arcs. This can be accomplished using the '''Vertex ↔ Node''' command. Before selecting this command, a vertex on the arc at the location where the arc is to be split should be selected. The selected vertex is converted to a node and the arc is split in two. | ||
:The '''Vertex ↔ Node''' command can also be used to combine two adjacent arcs into a single arc. This is accomplished by converting the node joining the two arcs into a vertex. Two arcs can only be merged if no other arcs are connected to the node separating the arcs. Otherwise, the node must be preserved to define the junction between the branching arcs. | ::The '''Vertex ↔ Node''' command can also be used to combine two adjacent arcs into a single arc. This is accomplished by converting the node joining the two arcs into a vertex. Two arcs can only be merged if no other arcs are connected to the node separating the arcs. Otherwise, the node must be preserved to define the junction between the branching arcs. | ||
=== Arc Groups === | === Arc Groups === |