Author Topic: How to realize 3d Offset?  (Read 8811 times)

0 Members and 1 Guest are viewing this topic.

gilseorin

  • Guest
Re: How to realize 3d Offset?
« Reply #15 on: February 08, 2007, 08:03:58 AM »
Thanks for the data.
Just 2d offset adding Z value inputed.
Build my code and excute it, then understanded easily.

gilseorin

  • Guest
Re: How to realize 3d Offset?
« Reply #16 on: February 28, 2007, 12:48:27 PM »
        Dim DrOpt As PromptPointOptions = New PromptPointOptions("" & Microsoft.VisualBasic.Chr(10) & "Specify Offset Direction: ")
        Dim Dres As PromptPointResult = Ed.GetPoint(DrOpt)


Is any method of how the program know where the user picked the point?
Left,right,above or below of the polyline?
If it is closed, in or out?  Thanks.
« Last Edit: February 28, 2007, 12:51:52 PM by Maverick® »