ChamferFeatureInput.chamferEdgeSets Property
Parent Object: ChamferFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ChamferFeatureInput.h>
Description
Returns the collection of edge sets for this chamfer feature input.
Syntax
"chamferFeatureInput_var" is a variable referencing a ChamferFeatureInput object.
|
Property Value
This is a read only property whose value is a ChamferEdgeSets.Samples
Name | Description |
chamferFeatures.add | Demonstrates the chamferFeatures.add method. To use this sample have a part open that contains a body. When you run the script, you will be prompted to select an edge to chamfer. |
Equal Distance Chamfer Feature API Sample | Creates an equal distance chamfer on the selected edge. If there are tangent contiguous edges that will also be included in the chamfer. |