Generates full geometry for the Rebar for a specific view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public GeometryElement GetFullGeometryForView( View view )
Parameters
- view View
- The view in which the geometry is generated.
Return Value
GeometryElementThe generated geometry of the Rebar before cutting is applied.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
