2027 Method
Changes 0
M

ExtrusionAnalyzer.Create

Description:
Creates an ExtrusionAnalyzer and computes and stores the Solid's shadow.
public static ExtrusionAnalyzer Create(
	Solid solidGeometry,
	Plane plane,
	XYZ direction
)
  • solidGeometry
    The Solid to analyze.
  • plane
    The plane to use for the base plane for the extrusion.
  • direction
    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.