Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / RevolveAsSolid3D Method / RevolveAsSolid3D(Double,Double,Line,Double) Method

In This Topic
    RevolveAsSolid3D(Double,Double,Line,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function RevolveAsSolid3D( _
       ByVal startAngle As Double, _
       ByVal deltaAngle As Double, _
       ByVal axis As Line, _
       Optional ByVal tolerance As Double _
    ) As Solid3D
    public Solid3D RevolveAsSolid3D( 
       double startAngle,
       double deltaAngle,
       Line axis,
       double tolerance
    )

    Parameters

    startAngle
    deltaAngle
    axis
    tolerance
    See Also