MaterialBeamI(Material, Double, Double, Double, Double) Constructor

Material and section dimensions constructor.
Public Sub New( _ 
ByVal mat As Material, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal flange As Double, _ 
ByVal web As Double
)
This language is not supported or no code example is available.
public MaterialBeamI( 
Material mat
double width
double height
double flange
double web 
)
This language is not supported or no code example is available.

Parameters

mat
Material

Material

width
double

Width of the I section, along the local axis W

height
double

Height of the I section, along the local axis V

flange
double

Thickness of each flange of the I section.

web
double

Thickness of the web of the I section.

.NET Framework

Supported in: 4.8

In this article

Definition