Class BulletCableCollection
Inheritance
BulletCableCollection
Assembly: NXOpen.dll
Syntax
public class BulletCableCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
BulletCableCollection()
Declaration
protected BulletCableCollection()
BulletCableCollection(PhysicsManager)
Declaration
protected BulletCableCollection(PhysicsManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateBulletCableAttachmentBuilder()
Declaration
public BulletCableAttachmentBuilder CreateBulletCableAttachmentBuilder()
Returns
CreateBulletCableBuilder(BulletCable)
Declaration
public BulletCableBuilder CreateBulletCableBuilder(BulletCable cable)
Parameters
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 BulletCable FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public BulletCable[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink