*createsketchfrombeamsection
Creates a sketch from shell or solid beamsections.
Syntax
*createsketchfrombeamsection mark=<mark_id> ?assignsketch=<value>? ?computeproperties=<value>? ?offset={<value>}?
Type
HyperMesh Tcl Modify Command
Description
Creates a sketch from shell or solid beamsections.
Inputs
- mark=<mark_id>
- The ID of the mark of input beamsections. Valid values are 1 and 2.
- assignsketch=<value>
- After sketch creation, assign the sketch to the beamsection.
- computeproperties=<value>
- If assignsketch=1, use the sketch to recompute new beamsection properties.
- offset={<value>}
- Offset in local beamsection system to add to the sketch.
Examples
*createmark beamsects 1 10
*createsketchfrombeamsection mark=1
*createmark beamsects 1 all
*createsketchfrombeamsection mark=1 computeproperties=1 offset={1.0 2.0}
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.2