Class ElementInfoUtils
Inheritance
ElementInfoUtils
Assembly: NXOpen.dll
Syntax
public class ElementInfoUtils : NXRemotableObject, IMessageSink
Constructors
ElementInfoUtils(NodeElementManager)
Declaration
protected ElementInfoUtils(NodeElementManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
Ask2d3dElementCentroids(FEElement[], CoordinateSystem)
Declaration
public Point3d[] Ask2d3dElementCentroids(FEElement[] elements, CoordinateSystem coordinateSystem)
Parameters
Returns
Ask2dElementAreas(FEElement[])
Declaration
public double[] Ask2dElementAreas(FEElement[] elements)
Parameters
Returns
Ask2dElementNormals(FEElement[])
Declaration
public Vector3d[] Ask2dElementNormals(FEElement[] elements)
Parameters
Returns
Ask3dElementVolumes(FEElement[])
Declaration
public double[] Ask3dElementVolumes(FEElement[] elements)
Parameters
Returns
CreateBeamElementInfoHandler()
Declaration
public BeamElementInfoHandler CreateBeamElementInfoHandler()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink