Search Results for

    Show / Hide Table of Contents

    Class Utils

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    Utils
    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.MeshMapping
    Assembly: NXOpen.dll
    Syntax
    public class Utils : NXRemotableObject, IMessageSink

    Constructors

    Utils(CaeSession)

    Declaration
    protected Utils(CaeSession owner)
    Parameters
    Type Name Description
    CaeSession owner

    Properties

    Tag

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

    Methods

    CreateMappedPanelsFromNodes(CaeGroup[], TaggedObject[], double, int, string[], string[])

    Declaration
    public void CreateMappedPanelsFromNodes(CaeGroup[] sourceGroups, TaggedObject[] targetObjects, double maxDistance, int numInfluencingNodes, string[] groupNames, string[] panelNames)
    Parameters
    Type Name Description
    CaeGroup[] sourceGroups
    TaggedObject[] targetObjects
    double maxDistance
    int numInfluencingNodes
    string[] groupNames
    string[] panelNames

    Implements

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