LinearPath.RevolveAsMesh (Double, Double, Point3D, Point3D, Int32, Double, natureType) Method

Public Function RevolveAsMesh( _ 
ByVal startAngle As Double, _ 
ByVal deltaAngle As Double, _ 
ByVal axisStart As Point3D, _ 
ByVal axisEnd As Point3D, _ 
ByVal slices As Integer, _ 
ByVal tolerance As Double, _ 
ByVal meshNature As natureType
) As Mesh Implements _ 
ICurve.RevolveAsMesh
This language is not supported or no code example is available.
public Mesh RevolveAsMesh( 
double startAngle
double deltaAngle
Point3D axisStart
Point3D axisEnd
int slices
double tolerance
natureType meshNature 
)
This language is not supported or no code example is available.

Parameters

startAngle
double

deltaAngle
double

axisStart
Point3D

axisEnd
Point3D

slices
int

tolerance
double

meshNature
natureType

Return Value

Mesh

Implements

ICurve.RevolveAsMesh

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition