SilhouetteSelection.silhouetteTolerance Property

Parent Object: SilhouetteSelection

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


Defined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/SilhouetteSelection.h>

Description

The distance the silhouette can differ from the model. This helps in creating a silhouette in situations where one cannot be created because of open contours.Generally, the tolerance value you use should be smaller than or equal to the machining tolerance.

Syntax

"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.

# Get the value of the property.
propertyValue = silhouetteSelection_var.silhouetteTolerance

# Set the value of the property.
silhouetteSelection_var.silhouetteTolerance = propertyValue
"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.
#include <Cam/GeometrySelections/SilhouetteSelection.h>

// Get the value of the property.
double propertyValue = silhouetteSelection_var->silhouetteTolerance();

// Set the value of the property, where value_var is a double.
bool returnValue = silhouetteSelection_var->silhouetteTolerance(value_var);

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version July 2024