Share

GeometryCreationUtilities.CreateSweptGeometry(CurveLoop, Int32, Double, IList<CurveLoop>, SolidOptions) Method



Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static Solid CreateSweptGeometry(
	CurveLoop sweepPath,
	int pathAttachmentCrvIdx,
	double pathAttachmentParam,
	IList<CurveLoop> profileLoops,
	SolidOptions solidOptions
)

Parameters

sweepPath  CurveLoop
 
pathAttachmentCrvIdx  Int32
 
pathAttachmentParam  Double
 
profileLoops  IList<CurveLoop>
 
solidOptions  SolidOptions
 

Return Value

Solid

See Also

Reference

Was this information helpful?