C# Class FemDesign.Results.FeaBar

FemDesign "Node" result
Inheritance: IResult
ファイルを表示 Open project: strusoft/femdesign-api

Private Properties

Property Type Description
FeaBar System
Parse FeaBar

Public Methods

Method Description
DeconstructFeaBar ( List Result ) : object>.Dictionary

The method has been created for returning the value for Grasshopper and Dynamo. The method can still be use for C# users.

ToString ( ) : string

Private Methods

Method Description
FeaBar ( string id, int elementId, int nodei, int nodej ) : System
Parse ( Array row, FemDesign.Results.CsvParser reader, Dictionary HeaderData ) : FeaBar

Method Details

DeconstructFeaBar() public static method

The method has been created for returning the value for Grasshopper and Dynamo. The method can still be use for C# users.
public static DeconstructFeaBar ( List Result ) : object>.Dictionary
Result List
return object>.Dictionary

ToString() public method

public ToString ( ) : string
return string