NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.CAE.ResultMeasureResultDirectionSectionOptions Class Reference

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

Inheritance diagram for NXOpen.CAE.ResultMeasureResultDirectionSectionOptions:
NXOpen.CAE.ResultMeasureResultOptions

Public Member Functions

unsafe void SetCoordinateSystem (NXOpen.CAE.Result.CoordinateSystem eCsys)
 Set the coordinate system for directional components More...
 
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 SetUnit (NXOpen.Unit tUnit)
 Set the unit More...
 
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 SetPlynum (int plynum)
 Set the ply num in result option More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 
- Protected Member Functions inherited from NXOpen.CAE.ResultMeasureResultOptions
override void FreeResource ()
 Frees the object from memory. More...
 

Detailed Description

Represents the result directional and beam/shell section options for result measure

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

Created in NX8.5.0

Member Function Documentation

override void NXOpen.CAE.ResultMeasureResultDirectionSectionOptions.FreeResource ( )
protected

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.

unsafe void NXOpen.CAE.ResultMeasureResultDirectionSectionOptions.SetBeamSection ( NXOpen.CAE.Result.Section  eBeamSect)

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.ResultMeasureResultDirectionSectionOptions.SetCoordinateSystem ( NXOpen.CAE.Result.CoordinateSystem  eCsys)

Set the coordinate system for directional components

Created in NX8.5.0

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

Parameters
eCsys
unsafe void NXOpen.CAE.ResultMeasureResultDirectionSectionOptions.SetShellSection ( NXOpen.CAE.Result.Section  eShellSect)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.