ExtrusionAnalyzer.Create
Method
Description:
Creates an ExtrusionAnalyzer and computes and stores the solid's shadow.
Creates an ExtrusionAnalyzer and computes and stores the solid's shadow.
Parameters
Parameter | Type | Description |
---|---|---|
solidGeometry | Solid | The geometry 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
Type | Description |
---|---|
ExtrusionAnalyzer | The newly created ExtrusionAnalyzer object. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input direction must be transverse to the input plane. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | A failure occurred in creating the ExtrusionAnalyzer or computing the solid's shadow. |