Class BeamSectionOptions
Inheritance
BeamSectionOptions
Assembly: NXOpen.dll
Syntax
public class BeamSectionOptions : TransientObject, IMessageSink, IDisposable
Constructors
BeamSectionOptions(nint)
Declaration
protected BeamSectionOptions(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
BeamAftSection
Declaration
public BeamSection BeamAftSection { get; set; }
Property Value
BeamForeSection
Declaration
public BeamSection BeamForeSection { get; set; }
Property Value
BeamSectionTapered
Declaration
public bool BeamSectionTapered { get; set; }
Property Value
BeamSectionTaperedChaining
Declaration
public bool BeamSectionTaperedChaining { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink