Class BeamSectionOffsetOptions
Inheritance
BeamSectionOffsetOptions
Assembly: NXOpen.dll
Syntax
public class BeamSectionOffsetOptions : TransientObject, IMessageSink, IDisposable
Constructors
BeamSectionOffsetOptions(nint)
Declaration
protected BeamSectionOffsetOptions(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AftOffset
Declaration
public BeamSectionOffsetOptions.Offset AftOffset { get; set; }
Property Value
ForeOffset
Declaration
public BeamSectionOffsetOptions.Offset ForeOffset { get; set; }
Property Value
IsOffsetSpecified
Declaration
public bool IsOffsetSpecified { get; set; }
Property Value
OffsetMethodType
Declaration
public BeamSectionOffsetOptions.Method OffsetMethodType { get; set; }
Property Value
SameEndOffsets
Declaration
public bool SameEndOffsets { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink