Creates an untrimmed cylindrical surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCylindricalSurface2( _
ByVal Center As Object, _
ByVal Direction As Object, _
ByVal RefDirection As Object, _
ByVal Radius As Double _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim Center As Object
Dim Direction As Object
Dim RefDirection As Object
Dim Radius As Double
Dim value As Object
value = instance.CreateCylindricalSurface2(Center, Direction, RefDirection, Radius)
|
Parameters
- Center
- Array containing 3 doubles for XYZ location of the center of the bottom
- Direction
- Array containing 3 doubles for XYZ direction of the axis of the cylindrical surface
- RefDirection
- Array containing 3 doubles for XYZ direction of the axis of the cylindrical surface
- Radius
Radius at the center
Return Value
Surface
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0