Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static Solid CreateSweptBlendGeometry( Curve pathCurve, IList<double> pathParams, IList<CurveLoop> profileLoops, IList<ICollection<VertexPair>> vertexPairs )
Parameters
- pathCurve Curve
- pathParams IList<Double>
- profileLoops IList<CurveLoop>
- vertexPairs IList<ICollection<VertexPair>>