• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Contributor
    Posts: 17
    Registered: ‎05-31-2005

    Help me!!! why the following codes have peoblem?

    47 Views, 1 Replies
    06-01-2005 12:17 AM
    why following codes cannot finish "Extrude" function?
    Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Dim bb As New DBObjectCollection
    Dim cir As New Circle

    cir.Center = p0
    cir.Radius = 10
    bb.Clear()
    bb.Add(cir)


    Dim dd1 As New Region
    dd1.CreateFromCurves(bb)

    Dim cc As New Solid3d
    cc.Extrude(dd1, 10, 0)

    dd1.Dispose()
    Please use plain text.
    *Albert Szilvasy

    Re: Help me!!! why the following codes have peoblem?

    06-01-2005 06:59 PM in reply to: jiangfangji
    See my response to your other post.

    wrote in message news:4861486@discussion.autodesk.com...
    why following codes cannot finish "Extrude" function?
    Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Dim bb As New DBObjectCollection
    Dim cir As New Circle

    cir.Center = p0
    cir.Radius = 10
    bb.Clear()
    bb.Add(cir)


    Dim dd1 As New Region
    dd1.CreateFromCurves(bb)

    Dim cc As New Solid3d
    cc.Extrude(dd1, 10, 0)

    dd1.Dispose()
    Please use plain text.