2027 Class
Changes 8
C

SizingOptions

Description:
Contains the options for MEP sizing parameters, such as profile type, material roughness, fluid density and viscosity, minimal and maximal sizes, and etc.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.SizingOptions
public class SizingOptions : IDisposable
Name Return Type Description Inherited From
C SizingOptions() None Constructs a new instance of the SizingOptions with default parameters.
C SizingOptions(Element) None Constructs a new instance of the SizingOptions with specified parameters.
C SizingOptions(SizingOptions) None Constructs a new copy of the SizingOptions object.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the SizingOptions
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsValid() Boolean Checks if the options are valid and ready for sizing operation.
M SetEquivalentHeight(Double, ISet<MEPSize>) None Sets the equivalent height based on the specified width.
M SetEquivalentWidth(Double, ISet<MEPSize>) None Sets the equivalent width based on the specified height.
M SetNextAvailableSize(Double, ISet<MEPSize>) None Sets the next available size based on the specified inner diameter.
M SetNextAvailableSize(ConnectorProfileType, Double, Double, ISet<MEPSize>) None Sets the next available size based on the specified inner diameter.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Area double The area of the specified sizing profile and dimension.
P Density double The air or fluid density in kg/ft^3, defaults to the dry air density at 20ºC.
P Diameter double The diameter of round duct or pipe in feet.
P DomainType ConnectorDomainType The domain type of the options, such as HVAC or Plumbing.
P Height double The height of the duct or pipe in feet.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P MaxSize double The maximal size in feet, defaults to 2 feet.
P MinSize double The minimal size in feet, defaults to 0.041666 ft (0.5 inch).
P ProfileType ConnectorProfileType The profile type of the options, such as round, rectangular or oval.
P Roughness double The material roughness in ft, defaults to 0.0003 ft.
P Viscosity double The air or fluid viscosity in kg/(ft*s), defaults to the air dynamic viscosity at 20ºC.
P Width double The width of the duct or pipe in feet.