Class CfdContactPreventionConstraintCollection
Inheritance
System.Object
System.MarshalByRefObject
CfdContactPreventionConstraintCollection
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 CfdContactPreventionConstraintCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CfdContactPreventionConstraintCollection()
Declaration
protected CfdContactPreventionConstraintCollection()
CfdContactPreventionConstraintCollection(BaseFEModel)
Declaration
protected CfdContactPreventionConstraintCollection(BaseFEModel owner)
Parameters
Type | Name | Description |
---|---|---|
BaseFEModel | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CloneConstraint(CfdContactPreventionConstraint)
Declaration
public CfdContactPreventionConstraint CloneConstraint(CfdContactPreventionConstraint source)
Parameters
Type | Name | Description |
---|---|---|
CfdContactPreventionConstraint | source |
Returns
Type | Description |
---|---|
CfdContactPreventionConstraint |
CreateBuilder(TaggedObject)
Declaration
public CfdContactPreventionConstraintBuilder CreateBuilder(TaggedObject recipe)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject | recipe |
Returns
Type | Description |
---|---|
CfdContactPreventionConstraintBuilder |
DeleteConstraint(CfdContactPreventionConstraint)
Declaration
public void DeleteConstraint(CfdContactPreventionConstraint constraint)
Parameters
Type | Name | Description |
---|---|---|
CfdContactPreventionConstraint | 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 CfdContactPreventionConstraint Find(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
CfdContactPreventionConstraint |
FindObject(String)
Declaration
public CfdContactPreventionConstraint FindObject(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
CfdContactPreventionConstraint |
ToArray()
Declaration
public CfdContactPreventionConstraint[] ToArray()
Returns
Type | Description |
---|---|
CfdContactPreventionConstraint[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable