Point.RevolveAsBrep (Double, Double, Point3D, Point3D, Double) Method

Public Function RevolveAsBrep( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axisStart As Point3D, _ 
ByVal axisEnd As Point3D, _ 
Optional ByVal tolerance As Double = Brep.REBUILD_FACTOR _ 
) As Brep
This language is not supported or no code example is available.
public Brep RevolveAsBrep( 
double startAngle
double deltaAngle
Point3D axisStart
Point3D axisEnd
double tolerance = Brep.REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

startAngle
double

deltaAngle
double

axisStart
Point3D

axisEnd
Point3D

tolerance
double

Return Value

Brep

.NET Framework

Supported in: 4.8

In this article

Definition