Class BeamSectionBox
Inheritance
System.Object
System.MarshalByRefObject
BeamSectionBox
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 BeamSectionBox : IBeamSection, IMessageSink, INXObject
Constructors
BeamSectionBox()
Declaration
protected BeamSectionBox()
Properties
H
Declaration
public double H { get; }
Property Value
Type | Description |
---|---|
System.Double |
Tss
Declaration
public double Tss { get; }
Property Value
Type | Description |
---|---|
System.Double |
Ttb
Declaration
public double Ttb { get; }
Property Value
Type | Description |
---|---|
System.Double |
W
Declaration
public double W { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Edit(Double, Double, Double, Double)
Declaration
public void Edit(double width, double height, double thicknessTopBottom, double thicknessSides)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | |
System.Double | height | |
System.Double | thicknessTopBottom | |
System.Double | thicknessSides |
Implements
System.Runtime.Remoting.Messaging.IMessageSink