Search Results for

    Show / Hide Table of Contents

    Class FENode

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FENode
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IFitTo
    INXObject
    IExportableFEEntity
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    Assembly: NXOpen.dll
    Syntax
    public class FENode : TaggedObject, IMessageSink, IFitTo, INXObject, IExportableFEEntity

    Constructors

    FENode()

    Declaration
    protected FENode()

    Properties

    Coordinates

    Declaration
    public Point3d Coordinates { get; }
    Property Value
    Type Description
    Point3d

    DisplacementCsys

    Declaration
    public CoordinateSystem DisplacementCsys { get; }
    Property Value
    Type Description
    CoordinateSystem

    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

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    OwningComponent

    Declaration
    public Component OwningComponent { get; }
    Property Value
    Type Description
    Component

    OwningPart

    Declaration
    public BasePart OwningPart { get; }
    Property Value
    Type Description
    BasePart

    Prototype

    Declaration
    public INXObject Prototype { get; }
    Property Value
    Type Description
    INXObject

    ReferenceCsys

    Declaration
    public CoordinateSystem ReferenceCsys { get; }
    Property Value
    Type Description
    CoordinateSystem

    Methods

    FindObject(String)

    Declaration
    public INXObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    INXObject

    GetElements()

    Declaration
    public FEElement[] GetElements()
    Returns
    Type Description
    FEElement[]

    GetSolverCardSyntax()

    Declaration
    public string[] GetSolverCardSyntax()
    Returns
    Type Description
    System.String[]

    IsScalarPoint()

    Declaration
    public bool IsScalarPoint()
    Returns
    Type Description
    System.Boolean

    Print()

    Declaration
    public void Print()

    SetName(String)

    Declaration
    public void SetName(string name)
    Parameters
    Type Name Description
    System.String name

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IFitTo
    INXObject
    IExportableFEEntity
    In This Article
    Back to top Generated by DocFX