TabulatedSurf(ICurve, Vector3D, Int32) Constructor

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

Parameters

directrix
ICurve

The extrusion amount

generatrix
Vector3D

The base curve

index
int

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

.NET Framework

Supported in: 4.8

In this article

Definition