Edge.GetExistingStrokeTolerances Method
Parent Object: EdgeDescription
Method that gets the tolerances that were used to calculate the existing sets of display strokes. These can be used to determine if any existing strokes have been calculated within your desired accuracy. The tolerance value is also used as an index to specify which set of existing strokes to retrieve when using the GetExistingStrokes method. If you are using this method within Apprentice, you can use the DisplayAffinity property to optimize Apprentice for access to strokes. Setting this property to True before you begin to traverse an assembly notifies Apprentice not to load any B-rep entities.
Syntax
Edge.GetExistingStrokeTolerances( ToleranceCount As Long, ExistingTolerances() As Double )Parameters
Name | Type | Description |
ToleranceCount | Long | Output Long that specifies the number of existing stroke sets. |
ExistingTolerances | Double | Output array of Doubles that contains the tolerances that were used to compute the existing sets of display strokes. |