*validatefeatures
Validates the selected feature entities and flags them for re-detection.
Syntax
*validatefeatures mark_id
Type
HyperMesh Tcl Modify Command
Description
Validates selected features entities and flags them for re-detection.
Inputs
- mark_id
- The ID of the mark containing the features to validate. Valid values are 1 and 2.
Example
To validate features
        1-3:
      *createmark features 1 1 2 3
*validatefeatures 1To validate all 2D holes (see features data names for the
        full list of valid config
        values):
    hm_createmark features 1 “by config” 4
*validatefeatures 1Errors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2021.1