ExtrusionAnalyzer.Create
Description:
Creates an ExtrusionAnalyzer and computes and stores the Solid's shadow.
Creates an ExtrusionAnalyzer and computes and stores the Solid's shadow.
public static ExtrusionAnalyzer Create(
Solid solidGeometry,
Plane plane,
XYZ direction
)
-
solidGeometryThe Solid to analyze.
-
planeThe plane to use for the base plane for the extrusion.
-
directionThe direction to use for the calculation for the extrusion. The direction must be transverse to the base plane.
-
The input direction must be transverse to the input plane.
-
A non-optional argument was null
-
A failure occurred in creating the ExtrusionAnalyzer or computing the Solid's shadow.