*surfacemarkuntrim
Removes any trim lines from the selected surfaces and lets the surface expand to its natural limits. The trim lines are separated from the surface and placed in the current component.
Syntax
*surfacemarkuntrim surfacemark
Type
HyperMesh Tcl Modify Command
Description
Removes any trim lines from the selected surfaces and lets the surface expand to its natural limits. The trim lines are separated from the surface and placed in the current component.
Inputs
- surfacemark
- The mark of surfaces to be expanded.
Example
To untrim the surface with ID 645:
*createmark(surfaces,1) 645
*surfacemarkuntrim(1)
Some surfaces cannot be untrimmed, such as splines created from more than 4 lines. This command is used primarily in the cleanup of imported CAD data.
Errors
None.