Eyeshot 10 WinForms API Reference
CylindricalSurf Constructor(Point3D,Vector3D,Vector3D,Double,Int32)

WinForms Assembly > devDept.Geometry Namespace > CylindricalSurf Class > CylindricalSurf Constructor : CylindricalSurf Constructor(Point3D,Vector3D,Vector3D,Double,Int32)
A 3D point representing the plane origin
A 3D vector representing the plane normal
A 3D vector representing the plane X axis
The cylider radius
The surface index, when available from import of standard CAD file formats.
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal location As Point3D, _
   ByVal axis As Vector3D, _
   ByVal refDir As Vector3D, _
   ByVal radius As Double, _
   Optional ByVal index As Integer _
)
public CylindricalSurf( 
   Point3D location,
   Vector3D axis,
   Vector3D refDir,
   double radius,
   int index
)

Parameters

location
A 3D point representing the plane origin
axis
A 3D vector representing the plane normal
refDir
A 3D vector representing the plane X axis
radius
The cylider radius
index
The surface index, when available from import of standard CAD file formats.
See Also

Reference

CylindricalSurf Class
CylindricalSurf Members
Overload List