Point.RevolveAsSurface (Double, Double, Vector3D, Point3D) Method

Public Function RevolveAsSurface( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D
) As Surface()
This language is not supported or no code example is available.
public Surface[] RevolveAsSurface( 
double startAngle
double deltaAngle
Vector3D axis
Point3D center 
)
This language is not supported or no code example is available.

Parameters

startAngle
double

deltaAngle
double

axis
Vector3D

center
Point3D

Return Value

Surface[]

.NET Framework

Supported in: 4.8

In this article

Definition