Class GearContactCollection
Inheritance
GearContactCollection
Assembly: NXOpen.dll
public class GearContactCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
Declaration
protected GearContactCollection()
Declaration
protected GearContactCollection(MotionManager owner)
Parameters
Properties
Declaration
Property Value
Methods
Declaration
public GearContactBuilder CreateGearContactBuilder(GearContact gearContact)
Parameters
Returns
Declaration
public GearContactBuilder CreateMultiEditGearContactBuilder(GearContact[] gearContacts)
Parameters
Returns
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
Declaration
public GearContact FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Declaration
public GearContact[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink