*CE_RerunPost
Reruns post factory for realized connectors.
Syntax
*CE_RerunPost ce_mark option
Type
HyperMesh Tcl Modify Command
Description
Reruns post factory for realized connectors which have analysis bit set.
Inputs
- ce_mark
- The ID of the mark containing the connectors. Valid values are 1 and 2.
- option
- Reserved for future use. Must be set to 0.
Examples
To rerun post factory for connectors ID 3, 4,
5:
*createmark connectors 1 3 4 5
*CE_RerunPost 1 0
Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.2