NXOpen .NET Reference  12.0.0
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.CAE.ResultType

Public Member Functions

unsafe NXOpen.CAE.Result.Section[] GetSectionDefined ()
 Returns the sections where this result is defined. 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...
 

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

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 string [] NXOpen.CAE.BaseResultType.AskComponents ( out NXOpen.CAE.Result.Component[]  components)

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)

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 NXOpen.CAE.Result.Section [] NXOpen.CAE.BaseResultType.GetSectionDefined ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.