Class CfdLocalResolutionConstraintCollection
Inheritance
CfdLocalResolutionConstraintCollection
Assembly: NXOpen.dll
Syntax
public class CfdLocalResolutionConstraintCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CfdLocalResolutionConstraintCollection()
Declaration
protected CfdLocalResolutionConstraintCollection()
CfdLocalResolutionConstraintCollection(BaseFEModel)
Declaration
protected CfdLocalResolutionConstraintCollection(BaseFEModel owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CloneConstraint(CfdLocalResolutionConstraint)
Declaration
public CfdLocalResolutionConstraint CloneConstraint(CfdLocalResolutionConstraint source)
Parameters
Returns
CreateBuilder(TaggedObject)
Declaration
public CfdLocalResolutionConstraintBuilder CreateBuilder(TaggedObject recipe)
Parameters
Returns
DeleteConstraint(CfdLocalResolutionConstraint)
Declaration
public void DeleteConstraint(CfdLocalResolutionConstraint constraint)
Parameters
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
Find(string)
Declaration
public CfdLocalResolutionConstraint Find(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
FindObject(string)
Declaration
public CfdLocalResolutionConstraint FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public CfdLocalResolutionConstraint[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink