Class CfdAutoRefinementConstraintCollection
Inheritance
CfdAutoRefinementConstraintCollection
Assembly: NXOpen.dll
Syntax
public class CfdAutoRefinementConstraintCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CfdAutoRefinementConstraintCollection()
Declaration
protected CfdAutoRefinementConstraintCollection()
CfdAutoRefinementConstraintCollection(BaseFEModel)
Declaration
protected CfdAutoRefinementConstraintCollection(BaseFEModel owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CloneConstraint(CfdAutoRefinementConstraint)
Declaration
public CfdAutoRefinementConstraint CloneConstraint(CfdAutoRefinementConstraint source)
Parameters
Returns
CreateBuilder(TaggedObject)
Declaration
public CfdAutoRefinementConstraintBuilder CreateBuilder(TaggedObject recipe)
Parameters
Returns
DeleteConstraint(CfdAutoRefinementConstraint)
Declaration
public void DeleteConstraint(CfdAutoRefinementConstraint 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 CfdAutoRefinementConstraint Find(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
FindObject(string)
Declaration
public CfdAutoRefinementConstraint FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public CfdAutoRefinementConstraint[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink