Class ElementInfoUtils
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
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 |
---|---|
System.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 |
---|---|
System.Double[] |
CreateBeamElementInfoHandler()
Declaration
public BeamElementInfoHandler CreateBeamElementInfoHandler()
Returns
Type | Description |
---|---|
BeamElementInfoHandler |
Implements
System.Runtime.Remoting.Messaging.IMessageSink