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

This class provides interfaces to query result type attributes More...

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

Public Member Functions

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...
 
- 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...
 

Properties

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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class provides interfaces to query result type attributes

An instance of this class can not be obtained

Created in NX7.5.0

Member Function Documentation

unsafe void NXOpen.CAE.BaseResultType.AskBeamLocations ( out NXOpen.CAE.Result.BeamSection[]  beamLocations)
inline

Returns all beam sections for result type

Created in NX1847.0.0

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

Parameters
beamLocations
unsafe string [] NXOpen.CAE.BaseResultType.AskComponents ( out NXOpen.CAE.Result.Component[]  components)
inline

Return all results components available for this result type

Created in NX7.5.2

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

Parameters
components
Returns
unsafe NXOpen.Unit NXOpen.CAE.BaseResultType.AskDefaultUnitForComponent ( NXOpen.CAE.Result.Component  component)
inline

Returns default unit for a given component of this Result Type

Created in NX12.0.0

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

Parameters
component
Returns
unsafe void NXOpen.CAE.BaseResultType.AskPlies ( out int[]  plyIDs)
inline

Returns an array and a number of plies for a given result type

Created in NX1847.0.0

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

Parameters
plyIDs
unsafe void NXOpen.CAE.BaseResultType.AskPlyLocations ( int  plyID,
out NXOpen.CAE.Result.PlyLocation[]  locations 
)
inline

Returns an array of all the locations on which the result exists for the particular ply for a given result type

Created in NX1847.0.0

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

Parameters
plyID
locations
unsafe void NXOpen.CAE.BaseResultType.AskShellLocations ( out NXOpen.CAE.Result.ShellSection[]  shellLocations)
inline

Returns all shell sections for result type

Created in NX1847.0.0

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

Parameters
shellLocations
unsafe NXOpen.CAE.Result.Section [] NXOpen.CAE.BaseResultType.GetSectionDefined ( )
inline

Returns the sections where this result is defined.

This method should be used to find out what are those sections. If a result contain both shell and beam elements and this result is defined in different sections of respective elements, say TOP, BOTTOM, StressRecoveryPointC etc., then all of them will be returned in this array.

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")

Returns

Property Documentation

unsafe bool NXOpen.CAE.BaseResultType.Complex
get

Returns a value indicating whether the result type is a complex value

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 NXOpen.CAE.Result.DataType NXOpen.CAE.BaseResultType.Datatype
get

Returns the NXOpen.CAE.Result.DataType for this result type

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 NXOpen.CAE.Result.Location NXOpen.CAE.BaseResultType.Location
get

Returns the NXOpen.CAE.Result.Location where this result type is defined

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.BaseResultType.Name
get

Returns the name for this result type

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 NXOpen.CAE.Result.Quantity NXOpen.CAE.BaseResultType.Quantity
get

Returns the NXOpen.CAE.Result.Quantity for this result type

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.BaseResultType.UserName
getset

Returns or sets the user defined name of this result type

Created in NX7.5.0

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

License requirements to set this property: 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.