|
|
|
||
|
|
|||
Vertex |
|||
Command LineThe basic commands available for creating new vertices directly in CUBIT are: 1. XYZ location: The simplest form of this command is to specify the XYZ location of the vertex. It can also be created lying on a curve or surface in the geometric model by specifying the curve or surface id; the position of the vertex will be the point on the specified entity which is closest to the position specified on the command. With all of these commands, the user is able to specify the color of the vertex. Create Vertex <x><y><z> [on [Curve | Surface] <id>] [Color <color_name>] 2. On Curve - Fraction: A vertex can be positioned a certain fraction of the arc length along a curve using the second form of the command. Create Vertex <fraction> from Vertex <id> on Curve <id>[Color <color_name>] 3. On Curve - General: A more general purpose form of the command is also available for creating vertices on curves: Create Vertex On Curve <curve_id> {Fraction <f> | Distance <d> | Position <xval><yval><zval> | Close_To Vertex <vertex_id> } [From Vertex <vertex_id> (optional for 'Fraction')] [From {Vertex|Curve|Surface} <id> (optional for 'Distance')] [Color <color_name>] It allows the vertex to be created at a fractional distance along the curve, at an actual distance from one of the curves ends, at the closest location to an xyz position or another vertex, or at a specified distance from a vertex, curve or surface. You can also preview the location first with the command Draw Location On Curve... (where the rest of the command is identical to the Create Vertex form). 4. On From Vertex: Create a vertex from an existing
vertex.
Create Vertex from Vertex <id_list> [ on {curve|surfce} <id> ]
[Color <color_name>] If 'on curve|surface' option is used, the vertex is positioned on that
curve or surface. When the 'on curve|surface' is not used, the new vertex is positioned on the
existing vertex. 5. At Arc: Another
form simply creates vertices at arc or circle centers. Create Vertex Center Curve <id_list>
[Color <color_name>] 6: At Intersection: The last form creates
vertices at the intersection of two curves. If the bounded
qualifier is used, the vertices are limited to lie on the curves,
otherwise the extensions of the curves are also used to calculate
the intersections. The near option is only valid for straight
lines, where the closest point on each curve is created if they do
not actually intersect (resulting in two new vertices). Create Vertex AtIntersection Curve <id1>
<id2> [bounded] [near] [Color <color_name>] |
|||
GUI
Selecting the Vertex button in the Create window will provide several options for generating vertices. A vertex can be created... |
|||
|
|
on an existing curve at a distance from an end vertex |
|
|
|
at a specified x-y-z location on a curve or surface |
|
|
|
on an existing curve or surface using the mouse |
|
|
|
at the intersection of two curves |
|
|
|
at the closest point on a surface to another vertex |
|
|
|
at the center of an arc |
|
|
||