approximateProjectionSupportCost
- pyslm.support.approximateProjectionSupportCost(part, overhangAngle, includeTriangleVertices=False)
Provides a support structure cost using ray projection from the overhang regions which allows for self-intersection checks.
- Parameters:
part (
Part) – The part to determine the overall approximate support costoverhangAngle (
float) – The overhang angle in degreeincludeTriangleVertices (
Optional[bool]) – Optional parameter projects also from the triangular vertices
- Return type:
float- Returns:
The cost function for support generation