CreateLoftGeometry Method


Geometry Creation Utilities Create Loft Geometry Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static Solid CreateLoftGeometry(
	IList<CurveLoop> profileLoops,
	SolidOptions solidOptions
)

Parameters

profileLoops IList CurveLoop
solidOptions SolidOptions

Return Value

Solid
See Also