GetCurves Method


IFCGeometry Info Get Curves Method

Gets the IfcCurve handles created representing the processed geometry and stored in this object.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<IFCAnyHandle> GetCurves()

Return Value

IList IFCAnyHandle
The collection of curve handles.
See Also