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