Class ResultMeasureResultSectionOptions
Inheritance
ResultMeasureResultSectionOptions
Assembly: NXOpen.dll
Syntax
public class ResultMeasureResultSectionOptions : ResultMeasureResultOptions, IMessageSink, IDisposable
Constructors
ResultMeasureResultSectionOptions(nint)
Declaration
protected ResultMeasureResultSectionOptions(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetBeamSection(Section)
Declaration
[Obsolete("Deprecated in NX2007.0.0. Use NXOpen.CAE.ResultMeasureResultSectionOptions.SetResultBeamSection instead")]
public void SetBeamSection(Result.Section eBeamSect)
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.ResultMeasureResultSectionOptions.SetResultShellSection instead")]
public void SetShellSection(Result.Section eShellSect)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink