Revit 2025.3 API
Exporter |
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
public static Curve GetWallTrimmedCurve( Wall pVWall )
Public Shared Function GetWallTrimmedCurve ( pVWall As Wall ) As Curve
public: static Curve^ GetWallTrimmedCurve( Wall^ pVWall )
static member GetWallTrimmedCurve : pVWall : Wall -> Curve
Parameters
- pVWall Wall
- The wall.
Return Value
CurveThe trimmed or extended curve.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also