Share

GeometryCreationUtilities.CreateSweptBlendGeometry(Curve, IList<Double>, IList<CurveLoop>, IList<ICollection<VertexPair>>) Method



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

Return Value

Solid

See Also

Reference

Was this information helpful?