Indexes   

Shuttles (Collection)

The interface to access a CATIAShuttles

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


Method Index

AddFromSel
Creates a new Shuttle from the selection and adds it to the Shuttles collection.
Add
Creates a new Shuttle and adds it to the Shuttles collection.
Item
Remove

Methods


o 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
 
o 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
 
o Func Item( iIndex) As
o Sub Remove( iShuttle)

Copyright © 2006, Dassault Systèmes. All rights reserved.