hm_wadlinessetfrontentitiesforcollision

Sets the front entities to be used to create the bonnet rear reference line.

Syntax

hm_wadlinessetfrontentitiesforcollision entity_type mark_id

Type

HyperMesh Tcl Query Command

Description

Sets the front entities 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 collision. Valid values are comps.
mark_id
The ID of the mark containing the entities set for collision. Valid values are 1 and 2.

Examples

To set the front entities for collision to comps 102 and 103:

*createmark comps 1 102 103
hm_wadlinessetfrontentitiesforcollision comps 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2020