Class Element
Assembly: NXOpen.dll
Syntax
public class Element : NXObject, IMessageSink, INXObject, IExportableFEEntity
Constructors
Element()
Declaration
Properties
EnableCompatibleRemesh
Declaration
public bool EnableCompatibleRemesh { get; set; }
Property Value
IsCompatibleType
Declaration
public bool IsCompatibleType { get; }
Property Value
Manual
Declaration
public bool Manual { get; set; }
Property Value
NodeSelectionMethod
Declaration
public SeamWeldNodeSelectionMethod NodeSelectionMethod { get; set; }
Property Value
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Status
Declaration
public ElementStatusType Status { get; }
Property Value
Type
Declaration
public ElementType Type { get; set; }
Property Value
Methods
AddConnections(IConnection[])
Declaration
public void AddConnections(IConnection[] connections)
Parameters
GenerateElements()
Declaration
public void GenerateElements()
GetConnections(out IConnection[])
Declaration
public void GetConnections(out IConnection[] connections)
Parameters
GetElementGroups(out CaeGroup[])
Declaration
public void GetElementGroups(out CaeGroup[] groups)
Parameters
GetElements(out FEElement[])
Declaration
public void GetElements(out FEElement[] elems)
Parameters
GetGeneratedElementsOfConnection(IConnection, out FEElement[])
Declaration
public void GetGeneratedElementsOfConnection(IConnection connection, out FEElement[] elems)
Parameters
GetGeneratedElementsOfConnectionAtLocation(IConnection, int, int, out FEElement[])
Declaration
public void GetGeneratedElementsOfConnectionAtLocation(IConnection connection, int indexOfLocation, int indexOfDefinitionInLocation, out FEElement[] elems)
Parameters
GetGeneratedNodesOfConnection(IConnection, out FENode[])
Declaration
public void GetGeneratedNodesOfConnection(IConnection connection, out FENode[] nodes)
Parameters
GetNodeGroups(out CaeGroup[])
Declaration
public void GetNodeGroups(out CaeGroup[] groups)
Parameters
GetNodes(out FENode[])
Declaration
public void GetNodes(out FENode[] nodes)
Parameters
Type |
Name |
Description |
FENode[] |
nodes |
|
GetSolverCardSyntax()
Declaration
public string[] GetSolverCardSyntax()
Returns
MarkAsModifiedByPropertyTable()
Declaration
public void MarkAsModifiedByPropertyTable()
RemoveConnections(IConnection[])
Declaration
public void RemoveConnections(IConnection[] connections)
Parameters
SetElementGroups(CaeGroup[])
Declaration
public void SetElementGroups(CaeGroup[] groups)
Parameters
SetElements(FEElement[])
Declaration
public void SetElements(FEElement[] elems)
Parameters
SetNodeGroups(CaeGroup[])
Declaration
public void SetNodeGroups(CaeGroup[] groups)
Parameters
SetNodes(FENode[])
Declaration
public void SetNodes(FENode[] nodes)
Parameters
Type |
Name |
Description |
FENode[] |
nodes |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink