C# 클래스 AMEEClient.MaterialMapper.MaterialDataItem

파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
CalculateCO2eByMass ( double massInKg ) : double
CalculateCO2eByVolume ( double volumeInM3 ) : double
DiscoverLink ( ) : string
MaterialDataItem ( Client ameeClient, string materialName, double densityKgPerM3, string path, List drills ) : System

메소드 상세

CalculateCO2eByMass() 공개 메소드

public CalculateCO2eByMass ( double massInKg ) : double
massInKg double
리턴 double

CalculateCO2eByVolume() 공개 메소드

public CalculateCO2eByVolume ( double volumeInM3 ) : double
volumeInM3 double
리턴 double

DiscoverLink() 공개 메소드

public DiscoverLink ( ) : string
리턴 string

MaterialDataItem() 공개 메소드

public MaterialDataItem ( Client ameeClient, string materialName, double densityKgPerM3, string path, List drills ) : System
ameeClient Client
materialName string
densityKgPerM3 double
path string
drills List
리턴 System