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

Revolves this igCurve around an arbitrary axis.
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 GMesh
This language is not supported or no code example is available.
GMesh 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

Revolution start angle in radians

deltaAngle
double

Revolution delta angle in radians

axisStart
Point3D

The axis start point

axisEnd
Point3D

The axis end point

slices
int

Number of subdivisions

tolerance
double

If some entities need to be regenerated, this is the regeneration tolerance (chordal error).

meshNature
natureType

Return Value

GMesh

The mesh object.

.NET Framework

Supported in: 4.7.2

In this article

Definition