Class BumpStopCollection
Inheritance
BumpStopCollection
Assembly: NXOpen.dll
Syntax
public class BumpStopCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
BumpStopCollection()
Declaration
protected BumpStopCollection()
BumpStopCollection(MotionManager)
Declaration
protected BumpStopCollection(MotionManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateBumpStopBuilder(BumpStop)
Declaration
public BumpStopBuilder CreateBumpStopBuilder(BumpStop bumpStop)
Parameters
Returns
CreateMultiEditBumpStopBuilder(BumpStop[])
Declaration
public BumpStopBuilder CreateMultiEditBumpStopBuilder(BumpStop[] bumpStops)
Parameters
Type |
Name |
Description |
BumpStop[] |
bumpStops |
|
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 BumpStop FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public BumpStop[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink