Class BeamSectionL
Inheritance
System.Object
System.MarshalByRefObject
BeamSectionL
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.CADCAEPrep
Assembly: NXOpen.dll
Syntax
public class BeamSectionL : IBeamSection, IMessageSink, INXObject
Constructors
BeamSectionL()
Declaration
protected BeamSectionL()
Properties
Lh
Declaration
public double Lh { get; }
Property Value
Type | Description |
---|---|
System.Double |
Lv
Declaration
public double Lv { get; }
Property Value
Type | Description |
---|---|
System.Double |
Th
Declaration
public double Th { get; }
Property Value
Type | Description |
---|---|
System.Double |
Tv
Declaration
public double Tv { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Edit(Double, Double, Double, Double)
Declaration
public void Edit(double lengthVertical, double lengthHorizontal, double thicknessHorizontal, double thicknessVertical)
Parameters
Type | Name | Description |
---|---|---|
System.Double | lengthVertical | |
System.Double | lengthHorizontal | |
System.Double | thicknessHorizontal | |
System.Double | thicknessVertical |
Implements
System.Runtime.Remoting.Messaging.IMessageSink