NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.CAE.ResultMeasureResultSectionOptions Class Reference

Represents the result with beam/shell section options for result measure More...

Inheritance diagram for NXOpen.CAE.ResultMeasureResultSectionOptions:
NXOpen.CAE.ResultMeasureResultOptions NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void SetBeamSection (NXOpen.CAE.Result.Section eBeamSect)
 Set the beam section for beam stress/strain results More...
 
unsafe void SetShellSection (NXOpen.CAE.Result.Section eShellSect)
 Set the shell section for shell stress/strain results More...
 
- Public Member Functions inherited from NXOpen.CAE.ResultMeasureResultOptions
unsafe void SetAbsoluteValue (bool bAbsValue)
 Set the option to use absolute values More...
 
unsafe void SetOperation (NXOpen.CAE.ResultMeasure.Operation eOperation)
 Set the operation type More...
 
unsafe void SetPlylocation (int plylocation)
 Set the ply location in result option More...
 
unsafe void SetPlynum (int plynum)
 Set the ply num in result option More...
 
unsafe void SetUnit (NXOpen.Unit tUnit)
 Set the unit More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the result with beam/shell section options for result measure

To obtain an instance of this class use CAE.ResultMeasureCollection .

Created in NX8.5.0

Member Function Documentation

override void NXOpen.CAE.ResultMeasureResultSectionOptions.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX8.5.0

License requirements: None.

Reimplemented from NXOpen.CAE.ResultMeasureResultOptions.

unsafe void NXOpen.CAE.ResultMeasureResultSectionOptions.SetBeamSection ( NXOpen.CAE.Result.Section  eBeamSect)
inline

Set the beam section for beam stress/strain results

Created in NX8.5.0

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

Parameters
eBeamSect
unsafe void NXOpen.CAE.ResultMeasureResultSectionOptions.SetShellSection ( NXOpen.CAE.Result.Section  eShellSect)
inline

Set the shell section for shell stress/strain results

Created in NX8.5.0

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

Parameters
eShellSect

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