CylindricalSurf(Point3D, Vector3D, Vector3D, Double, Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal location As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
Optional ByVal index As Integer = 0 _ 
)
This language is not supported or no code example is available.
public CylindricalSurf( 
Point3D location
Vector3D axis
Vector3D refDir
double radius
int index = 0 
)
This language is not supported or no code example is available.

Parameters

location
Point3D

A 3D point representing the plane origin

axis
Vector3D

A 3D vector representing the plane normal

refDir
Vector3D

A 3D vector representing the plane X axis

radius
double

The cylider radius

index
int

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

.NET Framework

Supported in: 4.8

In this article

Definition