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

This class represents a result type from a result file. More...

Inheritance diagram for NXOpen.CAE.ResultType:
NXOpen.CAE.BaseResultType NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe string Subtitle [get]
 Returns the subtitle defined for the result type in the result file More...
 
unsafe string Title [get]
 Returns the title defined for the result type in the result file More...
 
- Properties inherited from NXOpen.CAE.BaseResultType
unsafe bool Complex [get]
 Returns a value indicating whether the result type is a complex value More...
 
unsafe NXOpen.CAE.Result.DataType Datatype [get]
 Returns the NXOpen.CAE.Result.DataType for this result type More...
 
unsafe NXOpen.CAE.Result.Location Location [get]
 Returns the NXOpen.CAE.Result.Location where this result type is defined More...
 
unsafe string Name [get]
 Returns the name for this result type More...
 
unsafe NXOpen.CAE.Result.Quantity Quantity [get]
 Returns the NXOpen.CAE.Result.Quantity for this result type More...
 
unsafe string UserName [get, set]
 Returns or sets the user defined name of this result type More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.CAE.BaseResultType
unsafe void AskBeamLocations (out NXOpen.CAE.Result.BeamSection[] beamLocations)
 Returns all beam sections for result type More...
 
unsafe string[] AskComponents (out NXOpen.CAE.Result.Component[] components)
 Return all results components available for this result type More...
 
unsafe NXOpen.Unit AskDefaultUnitForComponent (NXOpen.CAE.Result.Component component)
 Returns default unit for a given component of this Result Type More...
 
unsafe void AskPlies (out int[] plyIDs)
 Returns an array and a number of plies for a given result type More...
 
unsafe void AskPlyLocations (int plyID, out NXOpen.CAE.Result.PlyLocation[] locations)
 Returns an array of all the locations on which the result exists for the particular ply for a given result type More...
 
unsafe void AskShellLocations (out NXOpen.CAE.Result.ShellSection[] shellLocations)
 Returns all shell sections for result type More...
 
unsafe NXOpen.CAE.Result.Section[] GetSectionDefined ()
 Returns the sections where this result is defined. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class represents a result type from a result file.

The attributes of this object reflect what is present in the result file. This object can not be created externally as these cases comes from the result file it will be created automatically during result file loading

An instance of this class can not be obtained

Created in NX7.5.0

Property Documentation

unsafe string NXOpen.CAE.ResultType.Subtitle
get

Returns the subtitle defined for the result type in the result file

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe string NXOpen.CAE.ResultType.Title
get

Returns the title defined for the result type in the result file

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")


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