Description: ASET and ESET degree of freedom set generation.
Format:
XSETGENERATE, stype, method, gsid, ptol, component
Examples:
XSETGENERATE, ASET, SURFACE, , , 123
XSETGENERATE, ESET, INTER, , 0.1, 123456
Option | Definition | Type | Default |
---|---|---|---|
stype | Target output set type, one of the following character variables: ASET or ESET. | Character | Required |
method | The search method used, one of the following character variables: SURFACE or SET for ASET or NEAR or INTER for ESET. See Remark 1. | Character | Required |
gsid | Grid set identification number. Set identification of previously appearing SET command. Only grid points whose identification numbers appear on this SET command will be used. | Integer > 0 | See Remark 2 |
ptol | Position tolerance used for ESET generation. Grid points defined in the XSET within a radius equal to ptol are moved into the ESET. | Real or blank | See Remark 3 |
component | Component number of global coordinate. (Up to six unique digits may be placed in the field with no embedded blanks.) | 1 ≤ Integers ≤ 6 or blank | 123456 |
Remarks: