Making a single copy via menu function
The procedure to make a single copy of a 1D member
-
Start function Copy:
-
Select member(s) that should be copied.
-
Define the direction and distance for the copy operation. That is, define first and second point of a vector that defines both the direction and distance. (The vector along which the selected entities move in order to create the copy is defined by two reference points. The first reference point is the Start point and defines the origin of the copy vector. The second reference point is called the End point and defines the end point of the copy vector. Please note that the first reference point does not have to be located on the entity being copied, it can be defined anywhere within the modelling space.)
-
Once you define the second point, the action of copying is performed.
-
Repeat steps 2 to 5 as many times as required.
-
The function is closed.
An alternative procedure for making a single copy of a member
In general, the alternative procedure is identical to the one above. The difference is that you may swap the first two steps.
-
First, you select the entities.
-
Second, you open the Copy function.
This approach means that once the second point of the copying vector (i.e. the vector that define the direction and distance for the copy operation) is specified, the copy operation is performed. The selected entity remains selected and may be copied to another location.