Revit 2025.3 API
Geometry |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static Solid CreateFixedReferenceSweptGeometry( CurveLoop sweepPath, int pathAttachmentCrvIdx, double pathAttachmentParam, IList<CurveLoop> profileLoops, XYZ fixedReferenceDirection, SolidOptions solidOptions )
Public Shared Function CreateFixedReferenceSweptGeometry ( sweepPath As CurveLoop, pathAttachmentCrvIdx As Integer, pathAttachmentParam As Double, profileLoops As IList(Of CurveLoop), fixedReferenceDirection As XYZ, solidOptions As SolidOptions ) As Solid
public: static Solid^ CreateFixedReferenceSweptGeometry( CurveLoop^ sweepPath, int pathAttachmentCrvIdx, double pathAttachmentParam, IList<CurveLoop^>^ profileLoops, XYZ^ fixedReferenceDirection, SolidOptions^ solidOptions )
static member CreateFixedReferenceSweptGeometry : sweepPath : CurveLoop * pathAttachmentCrvIdx : int * pathAttachmentParam : float * profileLoops : IList<CurveLoop> * fixedReferenceDirection : XYZ * solidOptions : SolidOptions -> Solid
Parameters
- sweepPath CurveLoop
- pathAttachmentCrvIdx Int32
- pathAttachmentParam Double
- profileLoops IListCurveLoop
- fixedReferenceDirection XYZ
- solidOptions SolidOptions
Return Value
SolidSee Also