SizingOptions(Element) Constructor |
Constructs a new instance of the SizingOptions with specified parameters.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic SizingOptions(
Element ductOrPipeCurve
)
Public Sub New (
ductOrPipeCurve As Element
)
public:
SizingOptions(
Element^ ductOrPipeCurve
)
new :
ductOrPipeCurve : Element -> SizingOptionsParameters
- ductOrPipeCurve Element
-
The element of a duct or pipe curve where the sizing parameters are extracted.
Exceptions
Remarks
The sizing parameters are extracted from the specified curve element, including the curve domain and
profile, roughness, fluid density and viscosity, the available size range, and etc.
See Also