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 NXOpen::CAE::SimConditionParam . More...
 
void Modify (const char *name, NXOpen::Unit *units)
 Modifies the name and units of NXOpen::CAE::SimConditionParam . More...
 
NXString Name ()
 Returns the parameter name
Created in NX9.0.0. More...
 
NXOpen::UnitUnits ()
 Returns the parameter units
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class represents a named measurable quantity.

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


An instance of this class can be obtained from NXOpen::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 NXOpen::CAE::SimConditionParam .

An error will be issued if new name clashes with existing NXOpen::CAE::SimConditionParam . 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
namename
unitsunits
void NXOpen::CAE::SimConditionParam::Modify ( const char *  name,
NXOpen::Unit units 
)

Modifies the name and units of NXOpen::CAE::SimConditionParam .

An error will be issued if new name clashes with existing NXOpen::CAE::SimConditionParam . 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
namename
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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.