hm_wadlinessetwindscreen
Sets the rear entities (windshield) to be used to create the bonnet rear reference line.
Syntax
hm_wadlinessetwindscreen entity_type mark_id
Type
HyperMesh Tcl Query Command
Description
Sets the rear entities (windshield) to be used to create the bonnet rear reference line.
BRRL spheres are rolled on the windscreen to collide with the front entities of the vehicle. Points of contact of these spheres with the front entities are used to construct the BRRL.
This API must be used after initializing the wadlines analysis using hm_wadlinesinit.
Inputs
- entity_type
- The type of entities being set for the windscreen. Valid values are comps.
- mark_id
- The ID of the mark containing the entities for the windscreen. Valid values are 1 and 2.
Comment.
Examples
Example:
To set the windscreen entities to comps 102 and 103:
*createmark comps 1 102 103
hm_wadlinessetwindscreen comps 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020