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

Represents a scalar input parameter More...

Inheritance diagram for NXOpen.CAE.AeroStructures.Author.InputScalar:
NXOpen.CAE.AeroStructures.Author.InputParameter NXOpen.NXObject NXOpen.INXObject

Public Member Functions

unsafe double GetValue ()
 Get the value expressed in default unit More...
 
unsafe double GetValue (NXOpen.Unit unitType)
 Get the value using a specific unit type. More...
 

Properties

unsafe NXOpen.Unit Unit [get]
 Returns the unit type. More...
 
- Properties inherited from NXOpen.CAE.AeroStructures.Author.InputParameter
unsafe string Name [get]
 Returns the name. 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.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...
 

Detailed Description

Represents a scalar input parameter

No support for KF

Created in NX12.0.0

Member Function Documentation

unsafe double NXOpen.CAE.AeroStructures.Author.InputScalar.GetValue ( )

Get the value expressed in default unit

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
the double value of the parameter
unsafe double NXOpen.CAE.AeroStructures.Author.InputScalar.GetValue ( NXOpen.Unit  unitType)

Get the value using a specific unit type.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
unitTypethe unit in which the value must be converted if necessary
Returns
the double value of the parameter expressed in the specified unit

Property Documentation

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

Returns the unit type.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")


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