Search Results for

    Show / Hide Table of Contents

    Class ElementInfoUtils

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ElementInfoUtils
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ElementInfoUtils : NXRemotableObject, IMessageSink

    Constructors

    ElementInfoUtils(NodeElementManager)

    Declaration
    protected ElementInfoUtils(NodeElementManager owner)
    Parameters
    Type Name Description
    NodeElementManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    Ask2d3dElementCentroids(FEElement[], CoordinateSystem)

    Declaration
    public Point3d[] Ask2d3dElementCentroids(FEElement[] elements, CoordinateSystem coordinateSystem)
    Parameters
    Type Name Description
    FEElement[] elements
    CoordinateSystem coordinateSystem
    Returns
    Type Description
    Point3d[]

    Ask2dElementAreas(FEElement[])

    Declaration
    public double[] Ask2dElementAreas(FEElement[] elements)
    Parameters
    Type Name Description
    FEElement[] elements
    Returns
    Type Description
    double[]

    Ask2dElementNormals(FEElement[])

    Declaration
    public Vector3d[] Ask2dElementNormals(FEElement[] elements)
    Parameters
    Type Name Description
    FEElement[] elements
    Returns
    Type Description
    Vector3d[]

    Ask3dElementVolumes(FEElement[])

    Declaration
    public double[] Ask3dElementVolumes(FEElement[] elements)
    Parameters
    Type Name Description
    FEElement[] elements
    Returns
    Type Description
    double[]

    CreateBeamElementInfoHandler()

    Declaration
    public BeamElementInfoHandler CreateBeamElementInfoHandler()
    Returns
    Type Description
    BeamElementInfoHandler

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX