This function is retired. See more information in the 'Remarks' section below.
Creates a ChamferFeatureInput object. Use properties and methods on this object to define the chamfer you want to create and then use the Add method, passing in the ChamferFeatureInput object.
"chamferFeatures_var" is a variable referencing a ChamferFeatures object.
|
"chamferFeatures_var" is a variable referencing a ChamferFeatures object.
|
Type | Description |
ChamferFeatureInput | Returns the newly created ChamferFeatureInput object or null if the creation failed. |
Name | Type | Description |
edges | ObjectCollection | The collection of edges that will be chamfered. |
isTangentChain | boolean | Boolean indicating if all edges that are tangentially connected to any of the input edges should be included in the chamfer or not. |