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