Shuttles (Object)

The interface to access a CATIAShuttles

Using this prefered syntax will enable mkdoc to document your class.


Methods


Func Add() As
Creates a new Shuttle and adds it to the Shuttles collection.
Returns:
The created Shuttle
Example:
The following example creates a Shuttle newShuttle in the Shuttles collection.
 Set newShuttles = Shuttles.Add
 
Func AddFromSel() As
Creates a new Shuttle from the selection and adds it to the Shuttles collection.
Returns:
The created Shuttle
Example:
The following example creates a Shuttle newShuttle in the Shuttles collection.
 Set newShuttles = Shuttles.Add
 
Func Item( iIndex) As
Sub Remove( iShuttle)