RevolvedSurf(Point3D, Vector3D, Vector3D, ICurve, Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal location As Point3D, _ 
ByVal normal As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal generatrix As ICurve, _ 
Optional ByVal index As Integer = 0 _ 
)
This language is not supported or no code example is available.
public RevolvedSurf( 
Point3D location
Vector3D normal
Vector3D refDir
ICurve generatrix
int index = 0 
)
This language is not supported or no code example is available.

Parameters

location
Point3D

A 3D point representing the plane origin

normal
Vector3D

A 3D vector representing the plane normal

refDir
Vector3D

A 3D vector representing the plane X axis

generatrix
ICurve

The curve to be revolved

index
int

The surface index, when available from import of standard CAD file formats.

.NET Framework

Supported in: 4.8

In this article

Definition