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

This class represents a Condition which defines a state where all or some values of NXOpen.CAE.SimConditionParam are known. More...

Inheritance diagram for NXOpen.CAE.SimCondition:

Public Member Functions

unsafe double GetValue (NXOpen.CAE.SimConditionParam param)
 Returns the condition specified parameter value. More...
 
unsafe bool IsValueDefined (NXOpen.CAE.SimConditionParam param)
 Returns if the condition specified parameter value is defined. More...
 
unsafe void SetValue (NXOpen.CAE.SimConditionParam param, double value)
 Sets the condition specified parameter value. More...
 

Properties

unsafe int Label [get]
 Returns the condition's label. More...
 
unsafe string Name [get, set]
 Returns or sets the condition's name More...
 

Detailed Description

This class represents a Condition which defines a state where all or some values of NXOpen.CAE.SimConditionParam are known.

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

Created in NX9.0.0

Member Function Documentation

unsafe double NXOpen.CAE.SimCondition.GetValue ( NXOpen.CAE.SimConditionParam  param)

Returns the condition specified parameter value.

Use the parameter's object as a key in for the value. Errors out if parameter doesn't exist. Errors out if value is undefined. Same units as specified NXOpen.CAE.SimConditionParam .

Created in NX9.0.0

License requirements: None.

Parameters
param
Returns
the condition parameter value
unsafe bool NXOpen.CAE.SimCondition.IsValueDefined ( NXOpen.CAE.SimConditionParam  param)

Returns if the condition specified parameter value is defined.

Use the parameter's object as a key in. Errors out if parameter doesn't exist.

Created in NX9.0.0

License requirements: None.

Parameters
param
Returns
unsafe void NXOpen.CAE.SimCondition.SetValue ( NXOpen.CAE.SimConditionParam  param,
double  value 
)

Sets the condition specified parameter value.

Use the parameter's object as a key in for the value. Errors out if parameter doesn't exist. Same units as specified NXOpen.CAE.SimConditionParam .

Created in NX9.0.0

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

Parameters
param
value

Property Documentation

unsafe int NXOpen.CAE.SimCondition.Label
get

Returns the condition's label.

Label is unique and greater than zero. It can only be set at creation of a condition and cannot be changed. The label is the key used to locate a specific condition.

Created in NX9.0.0

License requirements: None.

unsafe string NXOpen.CAE.SimCondition.Name
getset

Returns or sets the condition's name

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


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