NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Modify (string name, NXOpen.Unit units)
 Modifies the name and units of NXOpen.CAE.SimConditionParam . More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string Name [get]
 Returns the parameter name More...
 
unsafe NXOpen.Unit Units [get]
 Returns the parameter units More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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

unsafe void NXOpen.CAE.SimConditionParam.Modify ( string  name,
NXOpen.Unit  units 
)
inline

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
name
units

Property Documentation

unsafe string NXOpen.CAE.SimConditionParam.Name
get

Returns the parameter name

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Unit NXOpen.CAE.SimConditionParam.Units
get

Returns the parameter units

Created in NX9.0.0

License requirements: None.


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