Class Element
Inheritance
System.Object
System.MarshalByRefObject
Element
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public class Element : NamedPropertyTable, IMessageSink, INXObject, IExportableFEEntity
Constructors
Element()
Declaration
protected Element()
Properties
IsCompatibleType
Declaration
public bool IsCompatibleType { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinBarLength
Declaration
public Expression MinBarLength { get; }
Property Value
Type | Description |
---|---|
Expression |
Status
Declaration
public ElementStatusType Status { get; }
Property Value
Type | Description |
---|---|
ElementStatusType |
Type
Declaration
public ElementType Type { get; }
Property Value
Type | Description |
---|---|
ElementType |
Methods
AddConnections(IConnection[])
Declaration
public void AddConnections(IConnection[] connections)
Parameters
Type | Name | Description |
---|---|---|
IConnection[] | connections |
GenerateElements()
Declaration
public void GenerateElements()
GetConnections(out IConnection[])
Declaration
public void GetConnections(out IConnection[] connections)
Parameters
Type | Name | Description |
---|---|---|
IConnection[] | connections |
GetSolverCardSyntax()
Declaration
public string[] GetSolverCardSyntax()
Returns
Type | Description |
---|---|
System.String[] |
RemoveConnections(IConnection[])
Declaration
public void RemoveConnections(IConnection[] connections)
Parameters
Type | Name | Description |
---|---|---|
IConnection[] | connections |
Implements
System.Runtime.Remoting.Messaging.IMessageSink