Properties
- Property BodyPose() As
- Returns or Sets Body Posture option (see for list of possible values)
- Property MotionBasis() As
- Returns or Sets Motion-Basis (see for list of possible values)
- Property Stride() As
- Returns or Sets Stride option (see for list of possible values)
- Property Swing() As
- Returns or Sets Swing option (see for list of possible values)
- Property UserSpeed() As
- Returns or Sets Speed for Walk Activity
- Property UserTime() As
- Returns or Sets Time for Walk Activity
- Property WalkLength() As (Read Only)
- Returns WalkLength for Walk Activity
Methods
- Sub GetWalkCurveDefPoints( iNumPoints, adPoints)
-
This gets the Walk Path definition Point
- Parameters:
-
- iNumPoints
- Number of Coplanar-Points defining the Walk Path in Plane dd>
- adPoints
- Point values x1,y1,z1 , x2,y2,z2, .... Area of Plane coordinates User needs to pass in sufficiently large-sized array dd>
- Func HasPartRelation() As
-
Returns if there is any PartRelation
- Returns:
- bFlag TRUE, if there exist any Part-Relation dd>
- Sub SetWalkCurveDefPoints( iNumPoints, adPoints)
-
This sets the Walk Path definition Point
- Parameters:
-
- iNumPoints
- Number of Coplanar-Points defining the Walk Path in Plane dd>
- adPoints
- Point values x1,y1,z1 , x2,y2,z2, .... Area of Plane coordinates dd>
- Sub Update()
-
This method is the key-method to create children-MoveToPostures for a
created Walk.
This is must be called after setting appropriate values for Walk Activity.