Class BeamSectionI
Inheritance
System.Object
System.MarshalByRefObject
BeamSectionI
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 BeamSectionI : IBeamSection, IMessageSink, INXObject
Constructors
BeamSectionI()
Declaration
protected BeamSectionI()
Properties
H
Declaration
public double H { get; }
Property Value
Type | Description |
---|---|
System.Double |
Tbf
Declaration
public double Tbf { get; }
Property Value
Type | Description |
---|---|
System.Double |
Ttf
Declaration
public double Ttf { get; }
Property Value
Type | Description |
---|---|
System.Double |
Tw
Declaration
public double Tw { get; }
Property Value
Type | Description |
---|---|
System.Double |
Wbf
Declaration
public double Wbf { get; }
Property Value
Type | Description |
---|---|
System.Double |
Wtf
Declaration
public double Wtf { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Edit(Double, Double, Double, Double, Double, Double)
Declaration
public void Edit(double height, double widthBottomFlange, double widthTopFlange, double thicknessWeb, double thicknessBottomFlange, double thicknessTopFlange)
Parameters
Type | Name | Description |
---|---|---|
System.Double | height | |
System.Double | widthBottomFlange | |
System.Double | widthTopFlange | |
System.Double | thicknessWeb | |
System.Double | thicknessBottomFlange | |
System.Double | thicknessTopFlange |
Implements
System.Runtime.Remoting.Messaging.IMessageSink