Class BeamSectionOrientationOptions
Inheritance
BeamSectionOrientationOptions
Assembly: NXOpen.dll
Syntax
public class BeamSectionOrientationOptions : TransientObject, IMessageSink, IDisposable
Constructors
BeamSectionOrientationOptions(nint)
Declaration
protected BeamSectionOrientationOptions(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
DirectionType
Declaration
public BeamSection.DirectionOption DirectionType { get; set; }
Property Value
MethodType
Declaration
public BeamSectionOrientationOptions.Method MethodType { get; set; }
Property Value
Node
Declaration
public FENode Node { get; set; }
Property Value
OrientedElement
Declaration
public FEElement OrientedElement { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink