Description:
Fillets, chamfers, or blends the edges of a brep.
Parameters:
- brep
- Type: Brep
- The brep to fillet, chamfer, or blend edges.
- edgeIndices
- Type: IEnumerable<int>
- An array of one or more edge indices where the fillet, chamfer, or blend will occur.
- startRadii
- Type: IEnumerable<double>
- An array of starting fillet, chamfer, or blend radaii, one for each edge index.
- endRadii
- Type: IEnumerable<double>
- An array of ending fillet, chamfer, or blend radaii, one for each edge index.
- blendType
- Type: BlendType
- The blend type.
- railType
- Type: RailType
- The rail type.
- setbackFillets
- Type: bool
- UJse setback fillets (only used with blendType= BlendType.Blend )
- tolerance
- Type: double
- The tolerance to be used to perform calculations.
- angleTolerance
- Type: double
- Angle tolerance to be used to perform calculations [radians].
Returns:
Type: Brep[]
Array of Breps if successful.
Available since:
8.6
Description:
Fillets, chamfers, or blends the edges of a brep.
Parameters:
- brep
- Type: Brep
- The brep to fillet, chamfer, or blend edges.
- edgeIndices
- Type: IEnumerable<int>
- An array of one or more edge indices where the fillet, chamfer, or blend will occur.
- startRadii
- Type: IEnumerable<double>
- An array of starting fillet, chamfer, or blend radaii, one for each edge index.
- endRadii
- Type: IEnumerable<double>
- An array of ending fillet, chamfer, or blend radaii, one for each edge index.
- blendType
- Type: BlendType
- The blend type.
- railType
- Type: RailType
- The rail type.
- tolerance
- Type: double
- The tolerance to be used to perform calculations.
Returns:
Type: Brep[]
Array of Breps if successful.
Available since:
6.0