pycatia.dnb_human_sim_interfaces.collision_free_walk

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.dnb_human_sim_interfaces.collision_free_walk.CollisionFreeWalk(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
DMAPSInterfaces.Activity
DNBHumanSimInterfaces.WorkerActivity
DNBHumanSimInterfaces.WalkActivity
CollisionFreeWalk

Interface representing Collision free walk activity
property collision_clearance: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property CollisionClearance() As double

Returns and sets the value for ‘collision clearance’ in a collision free
walk.
Role: Returns and sets the value of ‘colllision clearance’ from a collision
free walk Activity

Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Return type:

float

property search_intensity: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SearchIntensity() As HTSSearchIntensity

Returns and sets the value for ‘Search Intensity’ in a collision free walk.
Refer DNBIAHumanSimDefs for setting the HTSSearchIntensity option
Role: Returns and sets the value of ‘Search Intensity’ from a collision
free walk Activity

Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Returns:

enum hts_search_intensity

Return type:

int