CreateCreasesFromFoldingLines Method


Convert selected folding lines to split lines

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023

Syntax

C#
public void CreateCreasesFromFoldingLines(
	Element hostObj,
	IList<Reference> references
)
Visual Basic
Public Sub CreateCreasesFromFoldingLines ( _
	hostObj As Element, _
	references As IList(Of Reference) _
)
Visual C++
public:
void CreateCreasesFromFoldingLines(
	Element^ hostObj, 
	IList<Reference^>^ references
)

Parameters

hostObj
Type: Autodesk.Revit.DB Element
object that hosts the SlabShapeEditor
references
Type: System.Collections.Generic IList Reference
References of selected folding lines.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was null
Autodesk.Revit.Exceptions InvalidOperationException this operation failed.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →