FilletDefinition.EdgeSetItem Property
Parent Object: FilletDefinitionDescription
Method that returns the specified FilletRadiusEdgeSet object from the collection. This will return either a FilletConstantRadiusEdgeSet or FilletVariableRadiusEdgeSet object.
Syntax
FilletDefinition.EdgeSetItem( Index As Long ) As FilletRadiusEdgeSetProperty Value
This is a read only property whose value is a FilletRadiusEdgeSet.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the to return from the definition. If an out of range index is provided, an error occurs. |