MaterialBeamC(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 MaterialBeamC( 
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 rectangle, along the local axis V

height
double

Height of the rectangle, the global axis Z (local axis W)

flange
double

Thickness of each flange of the C section

web
double

Thickness of the web of the C section

.NET Framework

Supported in: 4.8

In this article

Definition