Creates an ExtrusionAnalyzer and computes and stores the Solid's shadow.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ExtrusionAnalyzer Create(
Solid solidGeometry,
Plane plane,
XYZ direction
)
Parameters
- solidGeometry Solid
-
The Solid to analyze.
- plane Plane
-
The plane to use for the base plane for the extrusion.
- direction XYZ
-
The direction to use for the calculation for the extrusion.
The direction must be transverse to the base plane.
Return Value
ExtrusionAnalyzer
The newly created ExtrusionAnalyzer object.
Exceptions
See Also
Reference