Creates an untrimmed cylindrical surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateCylindricalSurface2( _
ByRef Center As Double, _
ByRef Direction As Double, _
ByRef RefDirection As Double, _
ByVal Radius As Double _
) As Surface |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim Center As Double
Dim Direction As Double
Dim RefDirection As Double
Dim Radius As Double
Dim value As Surface
value = instance.ICreateCylindricalSurface2(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 2001Plus FCS, Revision Number 10.0