Share

GeometryCreationUtilities.CreateBlendGeometry(CurveLoop, CurveLoop, ICollection<VertexPair>, 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 CreateBlendGeometry(
	CurveLoop firstLoop,
	CurveLoop secondLoop,
	ICollection<VertexPair> vertexPairs,
	SolidOptions solidOptions
)

Parameters

firstLoop  CurveLoop
 
secondLoop  CurveLoop
 
vertexPairs  ICollection<VertexPair>
 
solidOptions  SolidOptions
 

Return Value

Solid

See Also

Reference

Was this information helpful?