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

Represents a boolean output parameter More...

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

Public Member Functions

unsafe void SetValue (bool boolVal)
 Set boolean value. More...
 
unsafe void SetValue (string fmName, bool boolVal)
 Set boolean value for a failure mode More...
 
unsafe void SetValue (string fmName, int lcIndex, bool boolVal)
 Set boolean 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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...
 

Detailed Description

Represents a boolean output parameter

No support for KF

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.Author.OutputBoolean.SetValue ( bool  boolVal)
inline

Set boolean value.

Created in NX12.0.0

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

Parameters
boolVal
unsafe void NXOpen.CAE.AeroStructures.Author.OutputBoolean.SetValue ( string  fmName,
bool  boolVal 
)
inline

Set boolean value 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
boolVal
unsafe void NXOpen.CAE.AeroStructures.Author.OutputBoolean.SetValue ( string  fmName,
int  lcIndex,
bool  boolVal 
)
inline

Set boolean value 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
boolVal

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