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
[Obsolete("Deprecated in NX2306.0.0. Use CAE.SimBCBuilder.")]
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
Declaration
public void Information(SimConstraint[] constraints)
Parameters
ToArray()
Declaration
public SimConstraint[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink