NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::SimConditionParam Class Reference

This class represents a named measurable quantity. More...

Inheritance diagram for NXOpen::CAE::SimConditionParam:
NXOpen::TaggedObject

Public Member Functions

void Modify (const NXString &name, NXOpen::Unit *units)
 Modifies the name and units of CAE::SimConditionParam .
 
void Modify (const char *name, NXOpen::Unit *units)
 Modifies the name and units of CAE::SimConditionParam .
 
NXString Name ()
 Returns the parameter name
Created in NX9.0.0.
 
NXOpen::UnitUnits ()
 Returns the parameter units
Created in NX9.0.0.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

This class represents a named measurable quantity.

A collection of CAE::SimConditionParam represents a measurable environment. A CAE::SimCondition consists of specified values for all CAE::SimConditionParam , thus defining a state of the measurable environment.


An instance of this class can be obtained from CAE::SimConditionSeqMgr .

Created in NX9.0.0.

Member Function Documentation

void NXOpen::CAE::SimConditionParam::Modify ( const NXString name,
NXOpen::Unit units 
)

Modifies the name and units of CAE::SimConditionParam .

       An error will be issued if new name clashes with existing @link CAE::SimConditionParam CAE::SimConditionParam@endlink .
       Measure of units cannot be modified. 


Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
name
NOTE: The full Unicode character set is not supported for this parameter.
unitsunits
void NXOpen::CAE::SimConditionParam::Modify ( const char *  name,
NXOpen::Unit units 
)

Modifies the name and units of CAE::SimConditionParam .

       An error will be issued if new name clashes with existing @link CAE::SimConditionParam CAE::SimConditionParam@endlink .
       Measure of units cannot be modified. 


Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
name
NOTE: The full Unicode character set is not supported for this parameter.
unitsunits
NXString NXOpen::CAE::SimConditionParam::Name ( )

Returns the parameter name
Created in NX9.0.0.



License requirements : None

NXOpen::Unit* NXOpen::CAE::SimConditionParam::Units ( )

Returns the parameter units
Created in NX9.0.0.



License requirements : None


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