Surface.ExtrudeWithTwist (ICurve, Vector3D, Point3D, Double, Double) Method

Extrudes and twists a planar curve.
Public Shared Function ExtrudeWithTwist( _ 
ByVal curve As ICurve, _ 
ByVal direction As Vector3D, _ 
ByVal center As Point3D, _ 
ByVal angle As Double, _ 
ByVal tol As Double
) As Surface()
This language is not supported or no code example is available.
public static Surface[] ExtrudeWithTwist( 
ICurve curve
Vector3D direction
Point3D center
double angle
double tol 
)
This language is not supported or no code example is available.

Parameters

curve
ICurve

The curve to extrude

direction
Vector3D

Extrusion direction, normal to the plane of the curve

center
Point3D

Point of application for the direction, on the plane of the curve

angle
double

Twist angle in radians

tol
double

Tolerance

Return Value

Surface[]

The resulting surface array if the operation succeeds, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition