Class FEElement
Inheritance
System.Object
System.MarshalByRefObject
FEElement
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class FEElement : TaggedObject, IMessageSink, IFitTo, INXObject, IExportableFEEntity
Constructors
FEElement()
Declaration
Properties
IsOccurrence
Declaration
public bool IsOccurrence { get; }
Property Value
Type |
Description |
System.Boolean |
|
JournalIdentifier
Declaration
public string JournalIdentifier { get; }
Property Value
Type |
Description |
System.String |
|
Label
Declaration
public int Label { get; }
Property Value
Type |
Description |
System.Int32 |
|
Mesh
Declaration
public Mesh Mesh { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
NumberOfCornerNodes
Declaration
public int NumberOfCornerNodes { get; }
Property Value
Type |
Description |
System.Int32 |
|
Order
Declaration
public ElementTypes.Order Order { get; }
Property Value
OwningComponent
Declaration
public Component OwningComponent { get; }
Property Value
OwningPart
Declaration
public BasePart OwningPart { get; }
Property Value
Prototype
Declaration
public INXObject Prototype { get; }
Property Value
Shape
Declaration
public ElementTypes.Shape Shape { get; }
Property Value
Methods
FindObject(String)
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
GetCornerNodesOnEdge(Int32)
Declaration
public FENode[] GetCornerNodesOnEdge(int edgeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
edgeIndex |
|
Returns
GetCornerNodesOnFace(Int32)
Declaration
public FENode[] GetCornerNodesOnFace(int faceIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
faceIndex |
|
Returns
GetElemEdge(Int32)
Declaration
public FEElemEdge GetElemEdge(int edgeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
edgeIndex |
|
Returns
GetElemFace(Int32)
Declaration
public FEElemFace GetElemFace(int faceIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
faceIndex |
|
Returns
GetFaceNormal(Int32)
Declaration
public Vector3d GetFaceNormal(int faceIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
faceIndex |
|
Returns
GetMidNodeOnEdge(Int32)
Declaration
public FENode GetMidNodeOnEdge(int edgeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
edgeIndex |
|
Returns
GetMidNodesOnFace(Int32)
Declaration
public FENode[] GetMidNodesOnFace(int faceIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
faceIndex |
|
Returns
GetNodes()
Declaration
public FENode[] GetNodes()
Returns
GetNumberOfCornerNodesOnEdge(Int32)
Declaration
public int GetNumberOfCornerNodesOnEdge(int edgeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
edgeIndex |
|
Returns
Type |
Description |
System.Int32 |
|
GetNumberOfCornerNodesOnFace(Int32)
Declaration
public int GetNumberOfCornerNodesOnFace(int faceIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
faceIndex |
|
Returns
Type |
Description |
System.Int32 |
|
GetSolverCardSyntax()
Declaration
public string[] GetSolverCardSyntax()
Returns
Type |
Description |
System.String[] |
|
Print()
Declaration
SetName(String)
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink