GBrep.RevolveRemove (GRegion, Double, Double, Vector3D, Point3D) Method

Revolves the specified region and removes it from the GBrep object and removes it from the original GBrep object.
Public Function RevolveRemove( _ 
ByVal reg As GRegion, _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle 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 RevolveRemove( 
GRegion reg
double startAngle
double deltaAngle
Vector3D axis
Point3D center 
)
This language is not supported or no code example is available.

Parameters

reg
GRegion

The region

startAngle
double

Revolution start angle in radians

deltaAngle
double

Revolution delta 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 GBrep object unmutated.

.NET Framework

Supported in: 4.7.2

In this article

Definition