IModelApplyHaunchAsync Method

Applies modified haunches back to the Tekla Structural Designer model

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task ApplyHaunchAsync(
	IEnumerable<IHaunch> haunches,
	CancellationToken cancellationToken = default
)

Parameters

haunches
Type: System.Collections.GenericIEnumerableIHaunch
The collection of haunch
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The optional cancellation token

Return Value

Type: Task
A task that represents the work
See Also