Share

ExporterIFCUtils.GetWallTrimmedCurve Method

Obtains the curve of the wall trimmed or extended according to the end conditions of the wall.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static Curve GetWallTrimmedCurve(
	Wall pVWall
)

Parameters

pVWall  Wall
The wall.

Return Value

Curve
The trimmed or extended curve.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?