Class BeamSectionOrientationOptions
Inheritance
System.Object
System.MarshalByRefObject
BeamSectionOrientationOptions
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class BeamSectionOrientationOptions : TransientObject, IMessageSink, IDisposable
Constructors
BeamSectionOrientationOptions(IntPtr)
Declaration
protected BeamSectionOrientationOptions(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
DirectionType
Declaration
public BeamSection.DirectionOption DirectionType { get; set; }
Property Value
Type | Description |
---|---|
BeamSection.DirectionOption |
MethodType
Declaration
public BeamSectionOrientationOptions.Method MethodType { get; set; }
Property Value
Type | Description |
---|---|
BeamSectionOrientationOptions.Method |
Node
Declaration
public FENode Node { get; set; }
Property Value
Type | Description |
---|---|
FENode |
OrientedElement
Declaration
public FEElement OrientedElement { get; set; }
Property Value
Type | Description |
---|---|
FEElement |
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable