*NCOPY
Create nodes by copying.

This option is used to copy a node set to create a new node set.

Products: Abaqus/Standard  Abaqus/Explicit  Abaqus/CFD  Abaqus/CAE  

Type: Model data

Level: Part,  Part instance  

Abaqus/CAE: Not applicable; copying portions of sketches and instancing of parts serve similar purposes.

Reference:

Required parameters:

CHANGE NUMBER

Set this parameter equal to an integer that will be added to each of the existing node numbers to define the node numbers of the nodes being created.

OLD SET

Set this parameter equal to the name of the node set being copied. This set will be used for the copy operation with the nodes that belong to it at the time this *NCOPY option appears in the input file.

Required, mutually exclusive parameters: 

POLE

Include this parameter if the new nodes are created by projecting the nodes in the old set from the pole node. Each new node will be located such that the corresponding old node is equidistant between the pole node and the new node.

This parameter is particularly useful for creating nodes associated with infinite elements (Infinite elements, Section 28.3.1 of the Abaqus Analysis User's Guide).

REFLECT

Set REFLECT=LINE to create the new nodes by reflection through a line.

Set REFLECT=MIRROR to create the new nodes by reflection through a plane.

Set REFLECT=POINT to create the new nodes by reflection through a point.

SHIFT

Include this parameter if the new nodes are to be created by translation and/or rotation of the nodes in the old node set. If both translation and rotation are specified, the translation is applied once before the rotation.

Optional parameters:

MULTIPLE

This parameter is used with the SHIFT parameter to define the number of times the rotation should be applied. The default is MULTIPLE=1.

NEW SET

Set this parameter equal to the name of the node set to which the nodes created by the operation will be assigned. This new node set will be unsorted if the OLD SET was unsorted and if the NEW SET does not already exist. Otherwise, this new node set will be a sorted set.

If this parameter is omitted, the newly created nodes are not assigned to a node set.

Data lines if the SHIFT parameter is included: 

First line:

  1. Value of the translation to be applied in the X-direction.

  2. Value of the translation to be applied in the Y-direction.

  3. Value of the translation to be applied in the Z-direction.

Second line:

  1. X-coordinate of the first point defining the rotation axis (point a in Figure 14.1–1).

  2. Y-coordinate of the first point defining the rotation axis.

  3. Z-coordinate of the first point defining the rotation axis.

  4. X-coordinate of the second point defining the rotation axis (point b in Figure 14.1–1).

  5. Y-coordinate of the second point defining the rotation axis.

  6. Z-coordinate of the second point defining the rotation axis.

  7. Angle of rotation about the axis ab, in degrees.

Data line if REFLECT=LINE

First (and only) line:

  1. X-coordinate of the first point defining the reflection line (point a in Figure 14.1–2).

  2. Y-coordinate of the first point defining the reflection line.

  3. Z-coordinate of the first point defining the reflection line.

  4. X-coordinate of the second point defining the reflection line (point b in Figure 14.1–2).

  5. Y-coordinate of the second point defining the reflection line.

  6. Z-coordinate of the second point defining the reflection line.

Data lines if REFLECT=MIRROR

First line:

  1. X-coordinate of the first point defining the reflection plane (point a in Figure 14.1–3).

  2. Y-coordinate of the first point defining the reflection plane.

  3. Z-coordinate of the first point defining the reflection plane.

  4. X-coordinate of the second point defining the reflection plane (point b in Figure 14.1–3).

  5. Y-coordinate of the second point defining the reflection plane.

  6. Z-coordinate of the second point defining the reflection plane.

Second line:

  1. X-coordinate of the third point defining the reflection plane (point c in Figure 14.1–3).

  2. Y-coordinate of the third point defining the reflection plane.

  3. Z-coordinate of the third point defining the reflection plane.

Data line if REFLECT=POINT

First (and only) line:

  1. X-coordinate of the reflection point (point a in Figure 14.1–4).

  2. Y-coordinate of the reflection point.

  3. Z-coordinate of the reflection point.

Data line if the POLE parameter is included: 

First (and only) line:

  1. Number of the pole node (optional: it must have been defined already).

  2. X-coordinate of the pole node (point a in Figure 14.1–5, only required if the pole node number was not entered).

  3. Y-coordinate of the pole node (only required if the pole node number was not entered).

  4. Z-coordinate of the pole node (only required if the pole node number was not entered).

Figure 14.1–1 *NCOPY, SHIFT option.

Figure 14.1–2 *NCOPY, REFLECT=LINE option.

Figure 14.1–3 *NCOPY, REFLECT=MIRROR option.

Figure 14.1–4 *NCOPY, REFLECT=POINT option.

Figure 14.1–5 *NCOPY, POLE option.