This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
com:ngen [2015/04/07 12:12] phil |
com:ngen [2015/04/07 12:21] (current) phil |
||
---|---|---|---|
Line 5: | Line 5: | ||
generates a set of node lists by copying a node pattern, where: | generates a set of node lists by copying a node pattern, where: | ||
- | * <itim> = total number of sets of nodes to be generated, not including the original pattern (default value: 1) | + | * <itim> - total number of sets of nodes to be generated, not including the original pattern (default value: 1) |
- | * <step> = increment to be applied to node numbers. If <step> is not specified, it will be set to <n2>-<n1>+1 | + | * <step> - increment to be applied to generated node numbers. ( default = <n2>-<n1>+1 ) |
- | * <n1>,<n2>,<inc>= pattern to be copied (default values for nodes: the last two nodes created; default value for <inc>: 1) | + | * <n1> - Start node of the pattern to be copied (default = second to last node to be defined ) |
- | * <dx>,<dy>,<dz> = increments to be applied to the X,Y,Z node coordinates (default values: 0) | + | * <n2> - End node of the pattern to be copied (default = last node to be defined) |
- | * | + | * <inc>- Increment for the pattern to be copied (default = 1) |
+ | * <dx> - increments to be applied to the X node coordinates (default = 0) | ||
+ | * <dy> - increments to be applied to the Y node coordinates (default = 0) | ||
+ | * <dz> - increments to be applied to the Z node coordinates (default = 0) |