C# Class RevitLookup.Utils.Convert

Mostrar archivo Open project: jeremytammik/RevitLookup

Public Methods

Method Description
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.

Method Details

InchesToFeet() public static method

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
return double