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

Represents a scalar output parameter More...

Inheritance diagram for NXOpen.CAE.AeroStructures.Author.OutputScalar:
NXOpen.CAE.AeroStructures.Author.OutputParameter NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void SetValue (double doubleVal)
 Set scalar value according to default unit More...
 
unsafe void SetValue (double doubleVal, NXOpen.Unit unitType)
 Set scalar value with a specific unit type. More...
 
unsafe void SetValue (string fmName, double doubleVal)
 Set scalar value according to default unit for a failure mode More...
 
unsafe void SetValue (string fmName, int lcIndex, double doubleVal)
 Set scalar value according to default unit for a failure mode and a loadcase specified by its index More...
 
unsafe void SetValue (string fmName, double doubleVal, NXOpen.Unit unitType)
 Set scalar value with a specific unit type for a failure mode More...
 
unsafe void SetValue (string fmName, int lcIndex, double doubleVal, NXOpen.Unit unitType)
 Set scalar valuewith a specific unit type for a failure mode and a loadcase specified by its index More...
 

Properties

unsafe NXOpen.Unit Unit [get]
 Returns the unit type. More...
 
- Properties inherited from NXOpen.CAE.AeroStructures.Author.OutputParameter
unsafe string Name [get]
 Returns the name. More...
 
unsafe
NXOpen.CAE.AeroStructures.ParameterDescriptor.ParameterType 
Type [get]
 Returns the parameter type. 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...
 
- 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...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a scalar output parameter

No support for KF

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.Author.OutputScalar.SetValue ( double  doubleVal)
inline

Set scalar value according to default unit

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
doubleValthe double value of the parameter
unsafe void NXOpen.CAE.AeroStructures.Author.OutputScalar.SetValue ( double  doubleVal,
NXOpen.Unit  unitType 
)
inline

Set scalar value with a specific unit type.

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
doubleValthe double value of the parameter expressed in the specified unit
unitTypethe unit in which the value must be converted if necessary
unsafe void NXOpen.CAE.AeroStructures.Author.OutputScalar.SetValue ( string  fmName,
double  doubleVal 
)
inline

Set scalar value according to default unit for a failure mode

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
fmNamefailure mode name
doubleValthe double value of the parameter
unsafe void NXOpen.CAE.AeroStructures.Author.OutputScalar.SetValue ( string  fmName,
int  lcIndex,
double  doubleVal 
)
inline

Set scalar value according to default unit for a failure mode and a loadcase specified by its index

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
fmNamefailure mode name, if empty the value will be set for any failure mode
lcIndexload case index corresponding to the load case position in the load case array of the calculation context
doubleValthe double value of the parameter
unsafe void NXOpen.CAE.AeroStructures.Author.OutputScalar.SetValue ( string  fmName,
double  doubleVal,
NXOpen.Unit  unitType 
)
inline

Set scalar value with a specific unit type for a failure mode

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
fmNamefailure mode name
doubleValthe double value of the parameter
unitTypethe unit in which the value must be converted if necessary
unsafe void NXOpen.CAE.AeroStructures.Author.OutputScalar.SetValue ( string  fmName,
int  lcIndex,
double  doubleVal,
NXOpen.Unit  unitType 
)
inline

Set scalar valuewith a specific unit type for a failure mode and a loadcase specified by its index

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
fmNamefailure mode name, if empty the value will be set for any failure mode
lcIndexload case index corresponding to the load case position in the load case array of the calculation context
doubleValthe double value of the parameter
unitTypethe unit in which the value must be converted if necessary

Property Documentation

unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.Author.OutputScalar.Unit
get

Returns the unit type.

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")


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