*fillet_surface_edges
Create a fillet surface of a constant radius between two surfaces at the selected edges.
Syntax
*fillet_surface_edges mark_id fillet_radius stitching_tol unfold_angle_limit fillet_option trim_mode reserved
Type
HyperMesh Tcl Modify Command
Description
This command inserts a fillet surface of a constant radius between surfaces at the selected edges. It is assumed that only two surfaces are linked to each other at each point of the selected edges. If there are more than two surfaces linked, then this is ignored for the filleting. It is also assumed that the angle between the two surfaces at each point of the edges is less than 180 degrees minus unfold_angle_limit, where unfold_angle_limit must be more than 0 degrees.
Inputs
- mark_id
- The mark ID containing the relevant surface edges to fillet between.
- fillet_radius
- The radius of the fillet to create.
- stitching_tol
- The tolerance to use for equivalenceing the original surfaces with the fillet surfaces, as well as each other.
- unfold_angle_limit
- The angle between the surfaces must be sharper than 180 degrees minus this value. Must be ≥ 0.
- fillet_option
- 0 - Each selected edge will have its own fillet surface.
- trim_mode
- 0 - The fillet surfaces are created in a component named Fillet. The original surfaces are not modified.
- reserved
- Reserved for future use. Value must be 0.
Example
*createmark lines 1 10 15
*fillet_surface_edges 1 2.5 0.1 0 1 2 0
Version History
10.0