NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAE.MappedResult Class Reference

Represents analysis results for a imported solver results file. More...

Inheritance diagram for NXOpen.CAE.MappedResult:
NXOpen.CAE.Result NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe string GetFilename ()
 Gets the mapped result filename used to create this object. More...
 
unsafe NXOpen.CAE.Result.Filetype GetFiletype ()
 Gets the mapped result filetype (NXOpen.CAE.Result.Filetype More...
 
- Public Member Functions inherited from NXOpen.CAE.Result
unsafe void AskAllPliesInModel (out int[] plyIDs)
 Returns all the plies for the result (in the model) More...
 
unsafe int AskElementIndex (int elementLabel)
 Ask element index of a given element user label More...
 
unsafe int AskElementLabel (int elementIndex)
 Ask element user label of a given element index More...
 
unsafe void AskElementNodes (int elementIndex, out int[] nodeIndex)
 Asks for the nodes given an element More...
 
unsafe
NXOpen.CAE.ElementTypes.Shape 
AskElementShape (int elementIndex)
 Ask element shape given an element index More...
 
unsafe string[] AskIterations (int loadcaseIndex)
 Number of iterations available for a given loadcase and their descriptions Iteration index varies from 0 to N-1 (number of iterations) More...
 
unsafe string[] AskLoadcases ()
 Number of loadcases available in the result file and their descriptions. More...
 
unsafe NXOpen.Point3d[] AskNodeCoordinates (int[] nodeIndex)
 Asks for the coordinates of a node array More...
 
unsafe int AskNodeIndex (int nodeLabel)
 Ask node index of a given node user label More...
 
unsafe void AskNodeIndicesOnElementEdge (int elementIndex, int edgeIndex, out int[] nodeIndices)
 Returns number of nodes and node Indices on given element index and edge index. More...
 
unsafe void AskNodeIndicesOnElementFace (int elementIndex, int faceIndex, out int[] nodeIndices)
 Returns number of nodes and node Indices on given element index and face index. More...
 
unsafe int AskNodeLabel (int nodeIndex)
 Ask node user label of a given node index More...
 
unsafe int AskNumberOfSectors ()
 Returns number of sectors for cyclic symmetric solution More...
 
unsafe int AskNumEdgesOnElement (int elementIndex)
 Returns number of edges on given element index More...
 
unsafe int AskNumElements ()
 Ask number of elements in the model Element index varies from 0 to N-1 (number of elements) More...
 
unsafe void AskNumElementsOfGroup (NXOpen.CAE.Result.GroupContainer type, int groupIndex, out int[] elementIndex)
 Returns an array of elements indices for a given group Group index range from 0 to N-1 (number of groups) More...
 
unsafe int AskNumFacesOnElement (int elementIndex)
 Returns number of faces on given element index More...
 
unsafe int AskNumGroupsInContainer (NXOpen.CAE.Result.GroupContainer type)
 Returns the number of groups available in the model of type NXOpen.CAE.Result.GroupContainer More...
 
unsafe int AskNumIterations (int loadcaseIndex)
 Number of iterations available for a given loadcase. More...
 
unsafe int AskNumLoadcases ()
 Number of loadcases available in the result file More...
 
unsafe int AskNumNodes ()
 Ask number of nodes in the model Node index varies from 1 to N (number of nodes) More...
 
unsafe NXOpen.CAE.Result.DataType AskResultDataType (int loadcaseIndex, int iterationIndex, NXOpen.CAE.Result.Type resultType)
 Ask result datatype More...
 
unsafe
NXOpen.CAE.Result.LoadcaseValueType 
AskResultLoadcaseValue (int loadcaseIndex, out string description, out double value)
 Ask load case description, value type and value for the input load case More...
 
unsafe void AskResultSections (int loadcaseIndex, int iterationIndex, NXOpen.CAE.Result.Type resultType, out int[] sectionNums)
 Ask element ids and corresponding number of sections at which result is defined More...
 
unsafe void AskResultTypes (int loadcaseIndex, int iterationIndex, out NXOpen.CAE.Result.Type[] types, out string[] description)
 Returns an array of result types and descriptions available for a given loadcase and iteration More...
 
unsafe string AskSectionDescription (NXOpen.CAE.Result.Section sect)
 Ask Section description provided section type More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Returns a NXOpen.CAE.BaseLoadcase More...
 
unsafe
NXOpen.CAE.CacheResultRecipeManager 
GetCacheResultRecipeManager ()
 Returns manager of cache result types objects. More...
 
unsafe
NXOpen.CAE.PostEnvironmentsManager.DefinitionType 
GetEnvironmentDefinition ()
 Gets the environment definition to the result, infer or user-defined More...
 
unsafe
NXOpen.CAE.PostEnvironmentsManager.PostEnvironment 
GetEnvironmentType ()
 Gets the environment type of the current result. More...
 
unsafe NXOpen.CAE.BaseLoadcase[] GetLoadcases ()
 Ask the loadcases present in this result More...
 
unsafe void GetMeshes (out NXOpen.CAE.PostMesh[] meshes)
 Returns number of meshgoups and array of their objects in the loaded result. More...
 
unsafe void GetMeshesOfGivenDimension (int dimension, out NXOpen.CAE.PostMesh[] meshes)
 Returns number of meshgoups and array of their objects of the given dimension in the loaded result. More...
 
unsafe void GetResultCoordinateSystemDefinition (int id, out NXOpen.CAE.Result.CoordinateSystem type, out NXOpen.Point3d origin, out NXOpen.Matrix3x3 matrix)
 Returns definitions of a result coordinate system More...
 
unsafe int[] GetResultCoordinateSystems ()
 Returns coordinate system IDs defined in the result More...
 
unsafe bool IsResultTypeComplex (int loadcaseIndex, int iterationIndex, NXOpen.CAE.Result.Type resultType)
 Ask whether a result type is complex or not More...
 
unsafe void SetEnvironmentDefinition (NXOpen.CAE.PostEnvironmentsManager.DefinitionType definition)
 Sets the environment definition to the result, infer or user-defined More...
 
unsafe void SetEnvironmentType (NXOpen.CAE.PostEnvironmentsManager.PostEnvironment environmentType)
 Sets the environment type to the result, standard or acoustic More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type)
 Deletes all attributes of a specific type. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title)
 Deletes an attribute by type and title. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title, NXOpen.Update.Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
unsafe void DeleteUserAttribute (NXOpen.NXObject.AttributeType type, string title, bool deleteEntireArray, NXOpen.Update.Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
unsafe void DeleteUserAttributes (NXOpen.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator More...
 
unsafe void DeleteUserAttributes (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.ComputationalTime 
GetComputationalTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. More...
 
unsafe bool GetNextUserAttribute (NXOpen.AttributeIterator iterator, out NXOpen.NXObject.AttributeInformation info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
unsafe string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. More...
 
unsafe string GetReferenceAttribute (string title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
unsafe string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation 
GetUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttribute (string title, bool includeUnset, bool addStringValues, NXOpen.NXObject.AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
unsafe string GetUserAttributeAsString (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
unsafe bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (NXOpen.AttributeIterator iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe int GetUserAttributeSize (string title, NXOpen.NXObject.AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
unsafe NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
unsafe bool HasUserAttribute (NXOpen.AttributeIterator iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator More...
 
unsafe bool HasUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetAttribute (string title, int value)
 Creates or modifies an integer attribute. More...
 
unsafe void SetAttribute (string title, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, double value)
 Creates or modifies a real attribute. More...
 
unsafe void SetAttribute (string title, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, string value)
 Creates or modifies a string attribute. More...
 
unsafe void SetAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
unsafe void SetAttribute (string title, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetBooleanUserAttribute (string title, int index, bool value, NXOpen.Update.Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
unsafe void SetReferenceAttribute (string title, string value)
 Creates or modifies a string attribute which uses a reference string. More...
 
unsafe void SetReferenceAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
unsafe void SetTimeAttribute (string title, string value)
 Creates or modifies a time attribute. More...
 
unsafe void SetTimeAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, NXOpen.NXObject.ComputationalTime value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (NXOpen.NXObject.AttributeInformation info, NXOpen.Update.Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.CAE.Result
enum  BeamEnd { None = -1, Fore, Aft }
 Value type for beam end More...
 
enum  BeamSection {
  NotApplicable, StressRecoveryPointC, StressRecoveryPointD, StressRecoveryPointE,
  StressRecoveryPointF, Minimum, Maximum
}
 Beam sections More...
 
enum  Complex {
  Real, Imaginary, Amplitude, SignedAmplitude,
  PhaseAngle
}
 Complex options More...
 
enum  Component {
  Scalar, X, Y, Z,
  Magnitude, Xx, Yy, Zz,
  Xy, Yz, Zx, Determinant,
  Mean, MaximumShear, MinimumPrincipal, MiddlePrincipal,
  MaximumPrincipal, Octahedral, VonMises, MembraneXX,
  MembraneYY, MembraneXY, BendingXX, BendingYY,
  BendingXY, ShearXZ, ShearYZ, Axial,
  BendingS, BendingT, Torsion, ShearS,
  ShearT, SpringDashpotForce, SpringDashpotForceX, SpringDashpotForceY,
  SpringDashpotForceZ, SpringDashpotMomentX, SpringDashpotMomentY, SpringDashpotMomentZ,
  Scalar1, Scalar2, Scalar3, Scalar4,
  Scalar5, Scalar6, Scalar7, Scalar8,
  Scalar9, Scalar10, Scalar11, Scalar12,
  WorstPrincipal
}
 Result components More...
 
enum  ComputationType {
  None, Average, Sum, Minimum,
  Maximum, AbsoluteMinimum, AbsoluteMaximum, ArithmaticMean,
  Discontinuity, SignedAbsoluteMinimum, SignedAbsoluteMaximum
}
 types for different way of computing nodal result from element nodal result. More...
 
enum  CoordinateSystem {
  AbsoluteRectangular, AbsoluteCylindrical, AbsoluteSpherical, WorkRectangular,
  WorkCylindrical, WorkSpherical, Local, Material,
  SelectRectangular, SelectCylindrical, SelectSpherical
}
 Coordinate systems More...
 
enum  CoordinateSystemSource { None, Model, Result }
 Source of selected coordinate system More...
 
enum  DataType {
  Scalar, Vector, SixVector, Tensor,
  ElementResultantShell, ElementResultantBeam, ElementResultantSpringDashpot, SixScalars,
  ThreeScalars, MultiScalar
}
 Result data types More...
 
enum  DbScale { Db10, Db20 }
 dB scales More...
 
enum  DeformationScale { Model, Absolute }
 Deformation scales More...
 
enum  DiscontinuityMethod { Relative, Weighted, Local, LocallyBalanced }
 methods for different way of computing discontinuities in element nodal results More...
 
enum  ElementValueCriterion {
  Average, Centroid, Maximum, Minimum,
  AbsoluteMaximum, AbsoluteMinimum, SignedAbsoluteMaximum, SignedAbsoluteMinimum
}
 Element-value criterions More...
 
enum  Filetype {
  Nastran, Ideas, Bud, Vki,
  Abaqus, Ansys, Mapped, Afu,
  Rs2, AbaqusOdb, LsdynaState, PermasPost,
  SamcefDes, NastranXdb, SysnoiseDb
}
 The result file type More...
 
enum  GroupContainer {
  ZeroDimensional, OneDimensional, TwoDimensional, ThreeDimensional,
  Connector, Other
}
 Group Containers More...
 
enum  InitialDeformationSelection { None, Default, UserDefined }
 The initial deformation selection type which will decide how the final calculations will happen after applying the initial deformation on the main deforamtion. More...
 
enum  LoadcaseValueType {
  Unknown = -1, Frequency, LoadFactor, NodeDOF,
  LoadCase, Time
}
 Value type for result load case More...
 
enum  Location {
  Nodal, Element, ElementNodal, ElementFace,
  ElementEdge, ElementFaceNode, ElementEdgeNode
}
 Result locations More...
 
enum  PlyLocation { Middle = 1, Top, Bottom = 4 }
 Ply locations - Middle, Top and bottom. More...
 
enum  Quantity {
  Displacement, Rotation, TranslationalDeformation, RotationalDeformation,
  ContactDisplacement, Velocity, AngularVelocity, Acceleration,
  AngularAcceleration, VonMisesStress, VonMisesStrain, Stress,
  Strain, StrainEnergy, StrainEnergyDensity, StrainEnergyError,
  EquivalentPlasticStrain, EquivalentCreepStrain, KineticEnergy, KineticEnergyDensity,
  KineticEnergyPercent, Thickness, Temperature, TemperatureGradient,
  HeatFlux, ThermalEnergy, HeatFlow, AppliedForce,
  AppliedMoment, ReactionForce, ReactionMoment, ReactionForceMPC,
  ReactionMomentMPC, ContactTraction, ContactForce, ElementForce,
  ElementMoment, ContactPressure, FatigueLife, FatigueDamage,
  FatigueSafetyFactor, StrengthSafetyFactor, ElementError, ElementResultants,
  ElementStrainResultants, MaximumTemperature, MinimumTemperature, TimeAtMaximumTemperature,
  TimeAtMinimumTemperature, ConductiveFlux, TotalHeatLoad, TotalHeatFlux,
  HeatResidual, ConvectionCoefficient, ViewFactorsSum, AdjustedVelocity,
  PressureOnPositiveSide, PressureOnNegativeSide, StaticPressure, TotalPressure,
  TurbulenceEnergy, TurbulenceDissipation, FluidDensity, ShearStressOnPositiveSide,
  ShearStressOnNegativeSide, RoughnessOnPositiveSide, RoughnessOnNegativeSide, YPlusOnPositiveSide,
  YPlusOnNegativeSide, MassFlux, FluidTemperature, ConvectiveFlux,
  LocalConvectionCoefficient, BulkConvectionCoefficient, Pressure, VelocityComponent,
  MassFlow, ElementHeatLoad, SafetyFactor, ShellResultants,
  BeamResultants, SpringDashpotResultant, ShellStrainResultants, BeamStrainResultants,
  SpringDashpotStrainResultant, PlyFailureIndex, BondFailureIndex, PlyStress,
  PlyStrain, BondSafetyMargin, PlySafetyMargin, TorsionStress,
  GridPointForce, GridPointMoment, RadiativeSourceHeatFlux, Radiance,
  ApparentTemperature, Fluence, RCProduct, Voltage,
  PowerDensity, RelativeVelocity, WaterCumulation, TurbulentSpecificDissipation,
  RadiativeHeatFlux, CollimatedHeatFlux, DiffuseHeatFlux, InfraredHeatFlux,
  ViewFactor, Unknown, MappedTemperature, MappedTemperatureGradient,
  RadiativeAbsorbedHeatFlux, RadiativeIncidentHeatFlux, RadiativeReflectedHeatFlux, RadiativeTransmittedHeatFlux,
  CollimatedAbsorbedHeatFlux, CollimatedIncidentHeatFlux, CollimatedReflectedHeatFlux, CollimatedTransmittedHeatFlux,
  DiffuseAbsorbedHeatFlux, DiffuseIncidentHeatFlux, DiffuseReflectedHeatFlux, DiffuseTransmittedHeatFlux,
  InfraredAbsorbedHeatFlux, InfraredIncidentHeatFlux, InfraredReflectedHeatFlux, InfraredTransmittedHeatFlux,
  AlbedoViewFactor, EarthViewFactor, SolarViewFactor, SpaceViewFactor,
  Quality, RadiationPatch, AbsorbedRadiation, IncidentRadiation,
  ReflectedRadiation, TransmittedRadiation, RefractiveIndex, RefractiveIndexGradient,
  OpticalPathLength, LaserPower, PumpingPower, RadiativeFluxinSolid,
  FluidScalar, WallDistance, RelativeHumidity, SpecificHumidity,
  MachNumber, PredictedPercentDissatisfied, PercentMeanVote, Vorticity,
  RelativePressure, AbsolutePressure, ElementAspectRatio, ElementDistortion,
  ElementTaper, ElementSize, ElementJacobian, ElementSkew,
  ElementStretch, ElementTwist, ElementWarp, FluidMesh,
  NetRadiativeLoad, NetRadiativeFlux, RadiosityLoad, RadiosityFlux,
  IrradianceLoad, IrradianceFlux, ParticleDensity, ParticleMassDensity,
  AcousticPowerDensity, ReynoldsNumber, BondStrengthRatio, PlyStrengthRatio,
  FailureIndex, ContactInitialSeparation, ContactFinalSeparation, GasketPressue,
  GasketClosure, GasketPlasticClosure, GasketStressYield, GasketStatus,
  ContactPenetration, ContactStatus, ContactGapDistance, StressLevelCrossingRate,
  VonMisesStressLevelCrossingRate, VonMisesStrainLevelCrossingRate, DisplacementLevelCrossingRate, RotationLevelCrossingRate,
  VelocityLevelCrossingRate, AngularVelocityLevelCrossingRate, AccelerationLevelCrossingRate, AngularAccelerationLevelCrossingRate,
  ElementForceLevelCrossingRate, ElementMomentLevelCrossingRate, ElementResultantsLevelCrossingRate, ShellResultantsLevelCrossingRate,
  BeamResultantsLevelCrossingRate, SpringDashpotResultantsLevelCrossingRate, ElementStrainResultantsLevelCrossingRate, ShellStrainResultantsLevelCrossingRate,
  BeamStrainResultantsLevelCrossingRate, SpringDashpotStrainResultantsLevelCrossingRate, XDisplacement, YDisplacement,
  ZDisplacement, LevelCrossingRateXDisplacement, LevelCrossingRateYDisplacement, LevelCrossingRateZDisplacement,
  XRotation, YRotation, ZRotation, LevelCrossingRateXRotation,
  LevelCrossingRateYRotation, LevelCrossingRateZRotation, XAcceleration, YAcceleration,
  ZAcceleration, LevelCrossingRateXAcceleration, LevelCrossingRateYAcceleration, LevelCrossingRateZAcceleration,
  XAngularAcceleration, YAngularAcceleration, ZAngularAcceleration, LevelCrossingRateXAngularAcceleration,
  LevelCrossingRateYAngularAcceleration, LevelCrossingRateZAngularAcceleration, XXStress, YYStress,
  ZZStress, XYStress, YZStress, ZXStress,
  LevelCrossingRateXXStress, LevelCrossingRateYYStress, LevelCrossingRateZZStress, LevelCrossingRateXYStress,
  LevelCrossingRateYZStress, LevelCrossingRateZXStress, XElementForce, YElementForce,
  ZElementForce, RXElementForce, RYElementForce, RZElementForce,
  LevelCrossingRateXElementForce, LevelCrossingRateYElementForce, LevelCrossingRateZElementForce, LevelCrossingRateRXElementForce,
  LevelCrossingRateRYElementForce, LevelCrossingRateRZElementForce, NXXShellResultant, NYYShellResultant,
  NXYShellResultant, MXXShellResultant, MYYShellResultant, MXYShellResultant,
  QXZShellResultant, QYZShellResultant, LevelCrossingRateNXXShellResultant, LevelCrossingRateNYYShellResultant,
  LevelCrossingRateNXYShellResultant, LevelCrossingRateMXXShellResultant, LevelCrossingRateMYYShellResultant, LevelCrossingRateMXYShellResultant,
  LevelCrossingRateQXZShellResultant, LevelCrossingRateQYZShellResultant, YPlus, ThermalConductivity,
  ThermalStrain, GapThickness, TotalForce, TotalMoment,
  TotalResidualForce, TotalResidualMoment, GridPointReactionForce, GridPointReactionMoment,
  GridPointAppliedForce, GridPointAppliedMoment, GlueForce, GluePressure,
  GlueTraction, Enthalpy, EnthalpyRate, NonlinearStress,
  NonlinearStrain, BondStress, BondStrain, SolidLaminateFailureIndex,
  SolidInterLaminarFailureIndex, ExternalAppliedHeatFlow, OptimizationDisplacement, DisplacementMagnitude,
  FractionVolume, FilmThickness, Time, SurfaceEmissivity,
  RootMeanSquareDisplacement, RootMeanSquareAcceleration, RootMeanSquareStress, ZeroCrossingsDisplacement,
  ZeroCrossingsAcceleration, ZeroCrossingsStress, SoundPressure, RootMeanSquareRotation,
  RootMeanSquareVelocity, RootMeanSquareAngularVelocity, RootMeanSquareAngularAcceleration, RootMeanSquareAppliedForce,
  RootMeanSquareAppliedMoment, RootMeanSquareVonMisesStress, ZeroCrossingseRotation, ZeroCrossingsVelocity,
  ZeroCrossingseAngularVelocity, ZeroCrossingseAngularAcceleration, ZeroCrossingseAppliedForce, ZeroCrossingseAppliedMoment,
  RootMeanSquareStrain, ZeroCrossingsStrain, PlasticStrain, LogarithmicStrain,
  TensionSafetyFactor, CompressionSafetyFactor, RootMeanSquareElementResultant, ZeroCrossingsElementResultant,
  RootMeanSquareShellResultants, RootMeanSquareBeamResultants, RootMeanSquareSpringDashpotResultant, ZeroCrossingsShellResultants,
  ZeroCrossingsBeamResultants, ZeroCrossingsSpringDashpotResultant, XReactionForce, YReactionForce,
  ZReactionForce, XReactionMoment, YReactionMoment, ZReactionMoment,
  LumpedMass, DistributedMassPerLength, DistributedMassPerArea, TemperatureLoad,
  TorsionStrain, AxialStress, AxialStrain, Length,
  SurfaceAbsoptivity, TurbulentIntensity, VaporToDryAirMassRatio, TracerFluidMassFraction,
  TotalMixtureMassFractions, Mass, SurfaceDensity, EmissivityValue,
  EffectiveEmissivity, VolumeFlow, CoefficientPerLength, Permeability,
  ThermalConductance, ThermalResistance, ConductancePerLength, SeebeckCoefficient,
  ElectricalResistivity, ElectricalResistance, Current, Power,
  HeatCapacity, TemperatureDifference, MassDensity, PrincipalStress,
  RootMeanSquareTorsionStress, ZeroCrossingsTorsionStress, RootMeanSquareTorsionStrain, ZeroCrossingsTorsionStrain,
  RootMeanSquareAxialStress, ZeroCrossingsAxialStress, RootMeanSquareAxialStrain, ZeroCrossingsAxialStrain,
  RootMeanSquareReactionForceMPC, ZeroCrossingsReactionForceMPC, MolecularDiffusionCoefficient, Angle,
  PressureDropToVelocityRatio, CauchyStress, EquivalentStress, PiolaKirchoffStress,
  GreenStrain, NormalContactForce, ShearContactForce, BiotStress,
  BiotStrain, NaturalStrain, Volume, PlyThermalStrain,
  PlyElasticStrain, CyclicReactionForce, CyclicReactionMoment, CurrentDensity,
  TrubulentStructures, TotalGlueSlipDistance, IncrementalGlueSlipDistance, ChockingGap,
  ChockingGapAtElementIntegrationPoint, InitialStrain, InitialStrainAtElementIntegrationPoint, LowersurfTemperature,
  MidsurfTemperature, UppersurfTemperature, TemperatureVarRate, GlasstransTemperature,
  ElectricPotential, Porosity, StrainEq, Damage,
  DamageEq, SpecificCapacitiveEnergy, GasMassFlux, RelativeDisplacement,
  HeatFluxApplied, HeatFluxEnthalpy, HeatFluxRadiativeEmitted, HeatFluxRadiativeFlame,
  HeatFluxRadiativeFlameEmitted, HeatFluxRadiativeFlameAbsorbed, TotalHeatFluxApplied, DissipatedEnergyDensity,
  DissipatedPowerDensity, DegreeConversion, AcousticPressure, AcousticIntensity,
  AcousticPower, MultiPointConstraintForce, MultiPointConstraintMoment, FluidAcousticCouplingQuality,
  FluidUncoupledAcousticCouplingQuality, StructuralAcousticCouplingQuality, StructuralUncoupledAcousticCouplingQuality, PressureCohesive,
  TactionCoheasive, PlyDamage, PlyPlasticDamage, EnergyDamage,
  StatusDamage, CohesiveNormalSeparation, CohesiveSlipDisplacement, CohesiveDamage,
  Sdv, SdvElementIntegrationPoint, BoltPreload2D, BoltPreload3D,
  MaxFrequency, FreeEdges, JunctionEdges, CoupledAcousticalNodes,
  StrainMech, StructuralAcousticCouplingDistance, NormalAcousticVelocity, NormalAcousticIntensity,
  SpecificCapacitivePower, TransportHeatFlux, VolumeHeatFlux, AcousticVelocity,
  CurrentDensityArea, ForceDensity, ForceDensityArea, ElectricFieldStrength,
  ElectricFluxDensity, PlyPlasticStrain, PlyStrainPlasticEq, PlyGreenStrain,
  PlyBiotStrain, PlyNaturalStrain, CyclicWorstPrincipalStrain, CyclicWorstPrincipalStress,
  CyclicWorstPrincipalStrainAngle, CyclicWorstPrincipalStressAngle, AxisymmetricWorstPrincipalStress, AxisymmetricWorstPrincipalStrain,
  XXStrain, YYStrain, ZZStrain, XYStrain,
  YZStrain, ZXStrain, LevelCrossingRateStrain, LevelCrossingRateXXStrain,
  LevelCrossingRateYYStrain, LevelCrossingRateZZStrain, LevelCrossingRateXYStrain, LevelCrossingRateYZStrain,
  LevelCrossingRateZXStrain, InitialImperfection, OffsetStrain, PlyStressEquivalent,
  PlyStressNonlinear, PressureGradient, NormalizedMassDensity, PSDDisplacement,
  PSDRMSDisplacement, PSDVelocity, PSDRMSVelocity, PSDAcceleration,
  PSDRMSAcceleration, PSDStress, PSDPerPlyStress, PSDRMSStress,
  PSDStrain, PSDPerPlyStressPerStrain, PSDRMSStressPerStrain, PSDSPCForce,
  PSDRMSSPCForce, PSDElementForce, PSDRMSElementForce, PSDPressure,
  PSDRMSPressure, ElementResultantPlasticStrain, ElementResultantElasticStrain, ElementResultantThermalStrain,
  ElementResultantCreepStrain, ElasticStrainVonMises, PlasticStrainVonMises, ThermalStrainVonMises,
  StrainVonMisesCreep, PlasticElemResultantStrainShell, PlasticElemResultantStrainBeam, PlasticElemResultantStrainSpringDashpot,
  ElasticElemResultantStrainShell, ElasticElemResultantStrainBeam, ElasticElemResultantStrainSpringDashpot, ThermalElemResultantStrainShell,
  ThermalElemResultantStrainBeam, ThermalElemResultantStrainSpringDashpot, ElemResultantStrainCreepShell, ElemResultantStrainCreepBeam,
  ElemResultantStrainCreepSpringDashpot, PlyStrainCreep, PowerSpectralDensityPressure, ZeroCrossingsPressure,
  RootMeanSquarePressure, AutoCorrelationPressure, CRMSPressure, PressureAbsoluteModal,
  DisplacementAbsoluteModal, AccelerationAbsoluteModal, VelocityAbsoluteModal, NormalDistance,
  EnergyDensity, Id, ElemResultantCreep, ElemResultantCreepShell,
  ElemResultantCreepBeam, ElemResultantCreepSpringDashpot, StrainEnergyPercent, PsdRotation,
  PsdAngularVelocity, PsdAngularAcceleration, PsdForceMpc, PsdPlyStrain,
  RMSStress, RMSPlyStress, RMSStressVonMises, RMSPlyStressVonMises,
  CRMSStress, CRMSPlyStress, EnergyStrain, RMSStrain,
  RMSPlyStrain, CRMSStrain, CRMSPlyStrain, EnergyDamping,
  PressureOverVolumeVelocity, SPForce, CumulativeRootMeanSquareDisplacement, CumulativeRootMeanSquareRotation,
  PSDReactionForce, RootMeanSquareReactionMomentMPC, ZeroCrossingsReactionMomentMPC, RootMeanSquareReactionForce,
  ZeroCrossingsReactionForce, RootMeanSquareReactionMoment, ZeroCrossingsReactionMoment, RootMeanSquareElementResultantStrain,
  ZeroCrossingsElementResultantStrain, RootMeanSquareShellStrainResultant, ZeroCrossingsShellStrainResultant, RootMeanSquareBeamStrainResultant,
  ZeroCrossingsBeamStrainResultant, RootMeanSquareSpringDashpotStrainResultant, ZeroCrossingsSpringDashpotStrainResultant, ElasticStrain,
  AdaptiveElementStressError, AdaptiveNodalMeshRefinementLevel, NormErrorStrainEnergy, NormErrorMaximumStrainEnergy,
  NormMaximumStrainEnergy, NormErrorMaximumStress, NormErrorStress, NormMaximumStress,
  NormStress, DynamicViscosity, NormStrainEnergy, ElementIntegrationPointStress,
  ElementIntegrationPointStrain, ElasticStrainAtElementIntegrationPoint, ThermalStrainAtElementIntegrationPoint, CreepStrain,
  CreepStrainAtElementIntegrationPoint, PlasticStrainAtElementIntegrationPoint, ContactSlipIncrementalDisplacement, ContactSliptotalDisplacement,
  GridPointReactionForceMPC, GridPointReactionMomentMPC, MagneticFluxDensity, MagneticField,
  TemperatureError, MaximumTemperatureError, XAngularVelocity, YAngularVelocity,
  ZAngularVelocity, RelativeRotation, GlueMoment, ContactMoment,
  NonLinearSpringDashpotResultant, DiffusionResistance, Aerea, FatigueStrengthCoeff,
  ThermalExpansionCoeff, MassMomentInertia, Frequency, MomentOfInertiaArea,
  ViscousDamping, Energy, Momentum, TransmissionLoss,
  SpecificHeat, Probability, DirCos, TotalDamage,
  ElementDisplacement, ConvectiveAreaFactor, ConvectiveThickness, MaxPrincipalPeakStress,
  MinPrincipalPeakStress, MaxPrincipalPeakStrain, MinPrincipalPeakStrain, Userdefined,
  Expression
}
 Result quantities More...
 
enum  Section {
  NotApplicable, Top, Middle, Bottom,
  Minimum, Maximum, StressRecoveryPointC, StressRecoveryPointD,
  StressRecoveryPointE, StressRecoveryPointF, All, Bending
}
 Result sections More...
 
enum  ShellSection {
  NotApplicable, Top, Bottom, Middle,
  Minimum, Maximum, Average, TopBot,
  Bending
}
 Shell sections More...
 
enum  SolutionType {
  Unknown, Static, Vibration, Buckling,
  Transient, Freqresponse, Complexeigen, Quasistatic
}
 The result solution type More...
 
enum  SuperElementRep { Symbolic = 1, Simplified, ThreeDim }
 Super Element Representations More...
 
enum  TensorDerivedAbsolute { AllComponents, DerivedComponent }
 This enumeration defines the methods that can be used when calculating absolute values for the following derived components of NXOpen.CAE.Result.DataType.Tensor NXOpen.CAE.Result.Component.Determinant , NXOpen.CAE.Result.Component.Mean , NXOpen.CAE.Result.Component.MaximumShear , NXOpen.CAE.Result.Component.MinimumPrincipal , NXOpen.CAE.Result.Component.MiddlePrincipal , NXOpen.CAE.Result.Component.MaximumPrincipal , NXOpen.CAE.Result.Component.Octahedral More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Detailed Description

Represents analysis results for a imported solver results file.

Use NXOpen.CAE.ResultManager to create an NXOpen.CAE.MappedResult

An instance of this class can not be obtained

Created in NX9.0.0

Member Function Documentation

unsafe string NXOpen.CAE.MappedResult.GetFilename ( )
inline

Gets the mapped result filename used to create this object.

Created in NX9.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.Result.Filetype NXOpen.CAE.MappedResult.GetFiletype ( )
inline

Gets the mapped result filetype (NXOpen.CAE.Result.Filetype

Created in NX9.0.0

License requirements: None.

Returns

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.