|
Parameters
|
Type/Value
|
Description/Default
|
|
1d
|
1d
|
Refines a given contour (specified by ii1,ii2,ii3) by placing a number (nr) of points between each pair of points on the contour.
|
|
nr
|
|
Number of points. Note, this command works best if both contours have equal number of points.
|
|
|
integer
|
Specifies the number of points to be placed between each set of matched points.
|
|
|
real
|
Specifies the distance between points placed between each set of matched points.
|
|
ii1, ii2, ii3
|
integers
|
1st point, last point, stride of the first contour. This can be specified by using pset, get, setname, where setname is the sequence of points that has been set earlier using the pset command.
|
|
2dxy0
|
2dxy0
|
Generates points between two contours (ii1, ii2, ii3) and (jj1, jj2, jj3) with a one-to-one match.
|
|
jj1, jj2, j3
|
integers
|
1st point, last point, stride of the second contour. The pset, get, setname option described above also applies here.
|
|
xcen, ycen, zcen
|
reals
|
Relative origin by which the points are scaled.
|
|
irz
|
1
|
Absolute zoning flag.
|
|
|
0
|
Reflective zoning flag.
|
|
irratio
|
|
Ratio zoning flag. Use that distribution over all point pairs.
|
|
|
0
|
Ratio zoning flag off.
|
|
|
1
|
Ratio zoning flag on.
|
|
|
3
|
Ratio zone on longest line between point pairs, then use that distribution over all point pairs.
|
|
rrz
|
integer
|
Ratio zoning amount.
|
|
2dxy1
|
2dxy1
|
Generate points in the same fashion as the 2dxy0 except that there is no one-to-one match.
|