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