Class ResultMeasureResultAllOptions
Inheritance
ResultMeasureResultAllOptions
Assembly: NXOpen.dll
Syntax
public class ResultMeasureResultAllOptions : ResultMeasureResultOptions, IMessageSink, IDisposable
Constructors
ResultMeasureResultAllOptions(nint)
Declaration
protected ResultMeasureResultAllOptions(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetAddBeamFillets(bool)
Declaration
public void SetAddBeamFillets(bool bAddBeamFillets)
Parameters
Type |
Name |
Description |
bool |
bAddBeamFillets |
|
SetBeamFilletRadius(double)
Declaration
public void SetBeamFilletRadius(double beamFilletRadius)
Parameters
Type |
Name |
Description |
double |
beamFilletRadius |
|
SetBeamSection(Section)
Declaration
[Obsolete("Deprecated in NX2007.0.0. Use NXOpen.CAE.ResultMeasureResultAllOptions.SetResultBeamSection instead")]
public void SetBeamSection(Result.Section eBeamSect)
Parameters
SetCalculateBeamResults(bool)
Declaration
public void SetCalculateBeamResults(bool bCalcBeamResults)
Parameters
Type |
Name |
Description |
bool |
bCalcBeamResults |
|
SetCoordinateSystem(CoordinateSystem)
Declaration
public void SetCoordinateSystem(Result.CoordinateSystem eCsys)
Parameters
SetResultBeamSection(BeamSection)
Declaration
public void SetResultBeamSection(Result.BeamSection eBeamSect)
Parameters
SetResultShellSection(ShellSection)
Declaration
public void SetResultShellSection(Result.ShellSection eShellSect)
Parameters
SetShellSection(Section)
Declaration
[Obsolete("Deprecated in NX2007.0.0. Use NXOpen.CAE.ResultMeasureResultAllOptions.SetResultShellSection instead")]
public void SetShellSection(Result.Section eShellSect)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink