GeometryCreationUtilitiesCreateFixedReferenceSweptGeometry(CurveLoop, Int32, Double, IListCurveLoop, XYZ, SolidOptions) Method


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

Parameters

sweepPath  CurveLoop
 
pathAttachmentCrvIdx  Int32
 
pathAttachmentParam  Double
 
profileLoops  IListCurveLoop
 
fixedReferenceDirection  XYZ
 
solidOptions  SolidOptions
 

Return Value

Solid
See Also