GeometryCreationUtilitiesCreateSweptGeometry(CurveLoop, Int32, Double, IListCurveLoop) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Solid CreateSweptGeometry(
	CurveLoop sweepPath,
	int pathAttachmentCrvIdx,
	double pathAttachmentParam,
	IList<CurveLoop> profileLoops
)

Parameters

sweepPath  CurveLoop
 
pathAttachmentCrvIdx  Int32
 
pathAttachmentParam  Double
 
profileLoops  IListCurveLoop
 

Return Value

Solid
See Also