C# Class SharpFEGrasshopper.Core.TypeClass.GH_GenericCrossSection

Inheritance: GH_CrossSection
Mostrar archivo Open project: AndreasBak/GrasshopperSharpFE Class Usage Examples

Public Methods

Method Description
GH_GenericCrossSection ( double area, double iyy ) : System
ToSharpCrossSection ( ) : ICrossSection

Method Details

GH_GenericCrossSection() public method

public GH_GenericCrossSection ( double area, double iyy ) : System
area double
iyy double
return System

ToSharpCrossSection() public method

public ToSharpCrossSection ( ) : ICrossSection
return ICrossSection