(Deprecated)
vcPathObjectSegment
vcPathObjectSegment is used for customizing the visualization of object trajectories between motion nodes.
Properties
Name | Type | Access | Description |
BeginLogicalDistance | Real | RW | Defines where the segment starts in relation to length of its path object container. |
EndLogicalDistance | Real | RW | Defines where the segment ends in relation to its beginning distance in path object container. |
PatObject | vcPathObject | R | Gets the path object container of segment. |
Properties | List of vcProperty | R | Gets a list of all properties in segment. |
Methods
Name | Return Type | Parameters | Description |
createProperty | vcProperty | Enumeration type, String name, [Enumeration constraints] | Adds a new property of a given type and name to the segment.
An optional constraints argument can be given to define the new property's constraints, which must be done at the time of creation. See Property Constants for more information. |
deleteProperty | None | vcProperty property | Deletes a given property from segment. |
getProperty | vcProperty | String name | Returns the first property matching a given name in segment; otherwise returns None. |