Class CfdLocalResolutionConstraintCollection
Inheritance
System.Object
System.MarshalByRefObject
CfdLocalResolutionConstraintCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class CfdLocalResolutionConstraintCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CfdLocalResolutionConstraintCollection()
Declaration
protected CfdLocalResolutionConstraintCollection()
CfdLocalResolutionConstraintCollection(BaseFEModel)
Declaration
protected CfdLocalResolutionConstraintCollection(BaseFEModel owner)
Parameters
Type | Name | Description |
---|---|---|
BaseFEModel | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CloneConstraint(CfdLocalResolutionConstraint)
Declaration
public CfdLocalResolutionConstraint CloneConstraint(CfdLocalResolutionConstraint source)
Parameters
Type | Name | Description |
---|---|---|
CfdLocalResolutionConstraint | source |
Returns
Type | Description |
---|---|
CfdLocalResolutionConstraint |
CreateBuilder(TaggedObject)
Declaration
public CfdLocalResolutionConstraintBuilder CreateBuilder(TaggedObject recipe)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject | recipe |
Returns
Type | Description |
---|---|
CfdLocalResolutionConstraintBuilder |
DeleteConstraint(CfdLocalResolutionConstraint)
Declaration
public void DeleteConstraint(CfdLocalResolutionConstraint constraint)
Parameters
Type | Name | Description |
---|---|---|
CfdLocalResolutionConstraint | constraint |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
Find(String)
Declaration
public CfdLocalResolutionConstraint Find(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
CfdLocalResolutionConstraint |
FindObject(String)
Declaration
public CfdLocalResolutionConstraint FindObject(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
CfdLocalResolutionConstraint |
ToArray()
Declaration
public CfdLocalResolutionConstraint[] ToArray()
Returns
Type | Description |
---|---|
CfdLocalResolutionConstraint[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable