To make a vertex association you need to define the Geom Point you want to associate your vertex to.
There are five algorithms to create a Point in the 3D space in Geom. Each time the Result of the operation will be a GEOM_Object (vertex).
Firstly, we can define a point by setting its X, Y and Z Coordinates.
Arguments:
The dialogue box to associate a vertex to a point defined by its coordinates is:
Point defined by its coordinates
Secondly, we can define a point by a Reference to another point and the shift of the coordinates of the new point regarding the coordinates of the old one.
Arguments:
The dialogue box to associate a vertex to a point defined by a reference is:
Point defined by reference to a point of the geometry and a translation
Thirdly, we can define a point by an Edge and a Parameter indicating its position on the Edge, ranging from 0.0 to 1.0. For example, 0.5 means that the point is located in the middle of the edge.
Arguments:
The dialogue box to associate a vertex to a point of the geometry defined by an edge and parameter:
Point defined by an edge and a parameter
Alternatively, it is possible to define a point by an Edge and a Length. The Length defines the position of the point on the given edge. It can exceed the length of the edge or be negative. In this case the edge is extrapolated along its curve (except for bezier and b-spline curves). The Start Point defines the direction for the length calculation (if not defined, the first vertex of Edge is used, else the vertex of Edge closest to StartPoint is used).
Arguments:
The dialogue box to associate a vertex to a point of the geometry defined by an edge and a length:
Point defined by an edge and a length
It is also possible to define 3D coordinates of the point projected on the given edge to produce the resulting point.
Arguments:
The dialogue box to associate a vertex to a point of the geometry defined by an edge and coordinates:
Point defined by an edge and 3 coordinates
Fourthly, we can define a point(s) by intersection of two Lines or Wires (or a Wire and a Line). If they intersect only once, a point will be created. If there are several intersections, a compound of points will be created. The type of the selected object (Line or Wire) can be changed in the popup menu, after clicking the corresponding selection button. (see the picture below)
Arguments:
The dialogue box to associate a vertex to a point of the geometry defined by the intersection of two lines or wires is:
Point defined by the intersection of two lines or wires
Finally, we can define a point by a Face and Two Parameters: U and V indicating its position on the Face, ranging from 0.0 to 1.0. For example, (0.5; 0.5) means that the point is located in the middle of the face.
Arguments:
The dialogue box to associate a vertex to a point on a face using U and V parameters is:
Point defined by a face and two parameters
Alternatively, it is possible to define 3D coordinates of the point projected on the given face.
Arguments:
The dialogue box to associate a vertex to a point on a face using coordinates is:
Point defined by a face and 3 coordinates
GUI: Vertex Association