C# 클래스 RevitLookup.Utils.Convert

파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

메소드 설명
InchesToFeet ( double inches ) : double

Revit wants values in feet and decimal inches. Sometimes its more convenient to think in Inches, especially for the ObjectARX crowd.

메소드 상세

InchesToFeet() 공개 정적인 메소드

Revit wants values in feet and decimal inches. Sometimes its more convenient to think in Inches, especially for the ObjectARX crowd.
public static InchesToFeet ( double inches ) : double
inches double input value to convert
리턴 double