NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAE.AeroStructures.Author.OutputText Class Reference

Represents a text output parameter More...

Inheritance diagram for NXOpen.CAE.AeroStructures.Author.OutputText:
NXOpen.CAE.AeroStructures.Author.OutputParameter NXOpen.NXObject NXOpen.INXObject

Public Member Functions

unsafe void SetValue (string textVal)
 Set text value. More...
 
unsafe void SetValue (string fmName, string textVal)
 Set text value for a failure mode More...
 
unsafe void SetValue (string fmName, int lcIndex, string textVal)
 Set text value for a failure mode and a loadcase specified by its index 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...
 
- Properties inherited from NXOpen.CAE.AeroStructures.Author.OutputParameter
unsafe string Name [get]
 Returns the name. More...
 

Detailed Description

Represents a text output parameter

No support for KF

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.Author.OutputText.SetValue ( string  textVal)

Set text value.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
textVal
unsafe void NXOpen.CAE.AeroStructures.Author.OutputText.SetValue ( string  fmName,
string  textVal 
)

Set text value for a failure mode

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
fmNamefailure mode name
textVal
unsafe void NXOpen.CAE.AeroStructures.Author.OutputText.SetValue ( string  fmName,
int  lcIndex,
string  textVal 
)

Set text value for a failure mode and a loadcase specified by its index

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

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
textVal

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