Generates full geometry for the Rebar for a specific view.
Namespace: Autodesk.Revit.DB.StructureAssembly: 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
GeometryElement
The generated geometry of the Rebar before cutting is applied.
Exceptions
Remarks
The result of this method differs from Element.Geometry in that Element.Geometry will return
the rebar geometry cut by the view extents (such as the section box). In this method the entire Rebar geometry
is returned for the given view, before cutting.
See Also
Reference