Description:
Extrude a curve to a taper making a brep (potentially more than 1)
Parameters:
- curveToExtrude
- Type: Curve
- the curve to extrude
- distance
- Type: double
- the distance to extrude
- direction
- Type: Vector3d
- the direction of the extrusion
- basePoint
- Type: Point3d
- the base point of the extrusion
- draftAngleRadians
- Type: double
- angle of the extrusion
- cornerType
- Type: ExtrudeCornerType
- tolerance
- Type: double
- tolerance to use for the extrusion
- angleToleranceRadians
- Type: double
- angle tolerance to use for the extrusion
Returns:
Type: Brep[]
array of breps on success
Available since:
6.0
Description:
Extrude a curve to a taper making a brep (potentially more than 1)
deprecated in 6.0
obsolete: Use version that takes tolerance as input
Parameters:
- curveToExtrude
- Type: Curve
- the curve to extrude
- distance
- Type: double
- the distance to extrude
- direction
- Type: Vector3d
- the direction of the extrusion
- basePoint
- Type: Point3d
- the base point of the extrusion
- draftAngleRadians
- Type: double
- angle of the extrusion
- cornerType
- Type: ExtrudeCornerType
Returns:
Type: Brep[]
array of breps on success
Remarks:
tolerances used are based on the active doc tolerance
Available since:
5.1