Brep.RevolveIntersect (SketchEntity, Double, Vector3D, Point3D) Method

Revolves the specified sketch and intersects it with the Brep.
Public Function RevolveIntersect( _ 
ByVal sketch As SketchEntity, _ 
ByVal angle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool RevolveIntersect( 
SketchEntity sketch
double angle
Vector3D axis
Point3D center 
)
This language is not supported or no code example is available.

Parameters

sketch
SketchEntity

The sketch.

angle
double

Revolution angle in radians.

axis
Vector3D

Axis direction.

center
Point3D

Axis start point.

Return Value

bool

True if the operation is successful, false otherwise keeping the Brep object unmutated.

.NET Framework

Supported in: 4.7.2

In this article

Definition