*sketchdisassociateentities
Removes the association between the sketch and its realized entities.
Syntax
*sketchdisassociateentities sketch_id
Type
HyperMesh Tcl Modify Command
Description
Removes the association between the sketch and its realized entities. If the sketch entity is hidden, it becomes visible.
Inputs
- sketch_id
- The ID of the sketch entity.
Examples
To remove the association between sketch ID 1 and its realized
        entities:
    *sketchdisassociateentities 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.2