Class GearCollection
Inheritance
GearCollection
Assembly: NXOpen.dll
Syntax
public class GearCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
GearCollection()
Declaration
protected GearCollection()
GearCollection(PhysicsManager)
Declaration
protected GearCollection(PhysicsManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateGearBuilder(Gear)
Declaration
public GearBuilder CreateGearBuilder(Gear gearConstraint)
Parameters
Type |
Name |
Description |
Gear |
gearConstraint |
|
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public Gear FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink