Class Utils
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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, Int32, 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 | |
System.Double | maxDistance | |
System.Int32 | numInfluencingNodes | |
System.String[] | groupNames | |
System.String[] | panelNames |
Implements
System.Runtime.Remoting.Messaging.IMessageSink