CreateCylindricalSurface Method (IModeler)
Obsolete. Superseded by IModeler::CreateCylindricalSurface2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCylindricalSurface( _
ByVal Center As Object, _
ByVal Direction As Object, _
ByVal Radius As Double _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim Center As Object
Dim Direction As Object
Dim Radius As Double
Dim value As Object
value = instance.CreateCylindricalSurface(Center, Direction, Radius)
|
Parameters
- Center
-
- Direction
-
- Radius
-
See Also