|
|
|
The following features are essential to the effective use of the GiD system. They are, therefore, described apart from the pre-processing facilities section.
Many functions inside GiD need the definition of a point to be given by the user. Points are the lowest level of geometrical entity and, therefore the most commonly used. It is, consequently, important that the user has a thorough understanding of their definition and uses. Sometimes an existing point is required and sometimes a new or an old point must be defined.
Entering coordinates window
All the options explained in this section are available through the specific window
of Points Definition (see section Coordinates window). This window is accessed via the
options In the most general case the user can enter points in the following ways:
Points are picked in the graphics window in the plane z=0 according to the coordinates viewed in the window. Depending on the activated preferences (see section Preferences), if the user selects a region located in the vicinity of an existing point, GiD asks whether it should create a new point or if it should use the existing one.
GiD offers a window for entering points in order to easily create geometries, defining fixed or relative coordinates as well as different reference systems, cartesian, cylindrical or spherical.
Coordinates of the point can be entered either in the
Coordinate z can be omitted in both cases. The following are valid examples of point definitions: 5.2,1.0 5.2,1 8 9 2 8 9,2 All the point's coordinates can be entered as local or global and through different reference systems in addition to the cartesian one.
Local coordinates are always considered relative to the last point that was used,
created or selected.
It is possible to use the commands The following are valid examples of defining points using local coordinates:
Example (1):
1,0,0
@2,1,0 (actual coordinates 3,1,0)
@0,3,0 (actual coordinates 3,4,0)
2,2,2
@1,0,3 (actual coordinates 3,2,5)
Example (2):
1,0,0
Fixed Relative (when creating the point)
@2,1,0 (actual coordinates 3,1,0)
@0,3,0 (actual coordinates 1,3,0)
2,2,2
@1,0,3 (actual coordinates 2,0,3)
Example (3):
'local_axes_name'2.3,-4.5,0.0
The last example shows how to enter a point from a local coordinate system called
All the examples have been presented using a cartesian notation. However, cylindrical or spherical coordinates can also be used.
Cylindrical coordinates can be entered as: The z_coordinate may be omitted and angles are defined in degrees. Cylindrical coordinates can be applied to global and local coordinate systems. The following are valid examples of the same point definitions: example (1): 1,0,0 1.931852<15 example (2): 1,0,0 @1.0<30
Spherical coordinates can be entered as
The following are valid examples of the same point definitions: Example (1): 1,0,0 1.73205<18.43495<24.09484 Example (2): 1,0,0 @1.0<45<45
If button It is possible to change the default way that GiD works with points via preferences (see section Preferences).
When the user is inside a function that asks for a point, GiD can be in one of the
two modes: entering a new point or selecting and old one. They can be distinguished
by the cursor that will be either a cross or a box. To change from the first mode
to the second one, the user must select button
Options
Special options
By using this option, the user can pick over a line in the graphical window. One point will be created over the line in the position where the user has picked.
By using this option, the user can pick over a surface in the graphical window. One point will be created over the surface in the position where the user has picked.
By using this option, the user can pick over a line in the graphical window. One vector will be returned that is the tangent to the line in the position where the user has picked.
By using this option, the user can pick over a surface in the graphical window. One vector will be returned that is the normal to the surface in the position where the user has picked.
By using this option, the user can pick over an arc in the graphical window. One point will be returned in the center of the arc selected.
It is possible to use an auxiliar grid of lines to easily define 2D points. Can be activated the 'snap',
to force points to be in grid intersections.
Many commands need some entities to be selected before applying them, and the
method of selection is always identical. Before selecting entities, the user
is prompted to decide whether to select points, lines, surfaces or volumes (in
some cases this decision is obvious or it is made within the context of the
option).
Within one of the generic groups (points, lines, surfaces, volumes, nodes or
elements), it does not matter what type of
entity is selected (for example, an arc or a spline, both line entities are
selected in the same way). After this, if one entity of the desired group is
selected, it is colored red to indicate its selection and the user is
prompted to enter more entities. If the user selects away from any entity, a
dynamic box is opened that can be defined by picking again in another place.
All entities that are either totally or partly within this box are selected.
Next, the user is prompted to enter more entities. The normal selection mode
is
Note: Instead of picking twice to begin and end the selection box, it is
possible to keep left mouse pressed and move the cursor.
Option Another way of selecting points or nodes is to write:
plane:a,b,c,d,r
Where a,b,c,d and r are real numbers that define a plane and a tolerance in the
following way:
In some commands, another item is added to the selection group. This item, called
To finish the entities selection, use
If the option
Entities belonging to frozen layers (see section Layers) are not taken into account
in the selection. Entities belonging to OFF layers cannot be selected directly
in the graphical window, but can be selected by
giving its number or giving a range of numbers.
It is possible to add filters to the selection that, after selecting some entities, only remains selected the ones that accomplish with the filter criteria. To enter one filter must write in the command line the word
Note: To apply selection filters you can also use the Selection window (see section Selection window). Example:
filter:HigherEntity=1
Means that only the entities that have higher entity equal to one will be selected.
Note: A typical use of filter is to select only boundary lines (higherentiety=1).
Command
The command
All above options give the same result.
Caution:
|