*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
Trims surfaces with lines and deletes the part of the surfaces enclosed by the lines.
Syntax
*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 entity_type1 mark_id1 entity_type2 mark_id2
Type
HyperMesh Tcl Modify Command
Description
This command trims surfaces with lines and deletes the part of the surfaces enclosed by the lines.
Inputs
- entity_type1
- Must be set to surfaces.
- mark_id1
- The mark ID containing the surfaces to trim. Valid values are 1 and 2.
- entity_type2
- Must be set to lines.
- mark_id2
- The mark ID containing the lines to use as the trimmer. Valid values are 1 and 2. The lines must form a closed loop.
Example
*createmark surface 1 16
*createmark lines 1 2 3 4
*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 surfaces 1 lines 1
Version History
11.0.120