+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Forum Newbie
    Using
    not specified
    Join Date
    Jul 2006
    Posts
    4

    Default How do i locate a point on any particular face of a solid?

    Registered forum members do not see this ad.

    hi..
    i am using autocad 2004. is it possible to locate a point on a particular face of a solid by using the mouse??? currently, i do it by specifying the co-ordinates.. but the detection of co-ordinates is very tedious....

    for eg... if i draw a box.... then i want to draw a cylinder on the front face of the box... then how do i locate the center on the front face of the box??

  2. #2
    Super Member SEANT's Avatar
    Using
    AutoCAD 2012
    Join Date
    Aug 2005
    Location
    Rhode Island
    Posts
    1,968

    Default

    Probably the most straight foward method is with the use of "construction geometry". In your example, a line drawn from corner to opposite corner of the face, then "mid" osnap to that line. You may have to orient the UCS to the appropriate face before drawing the circle.

  3. #3
    Super Member yedan's Avatar
    Using
    AutoCAD 2008
    Join Date
    Jul 2006
    Location
    Uk, Suffolk
    Posts
    508

    Default

    you should be able to use running object snap in 2004 if i remember (its been a while) that should allow you to pick the therotical intersection of the two mid points on your face.

  4. #4
    Junior Member
    Using
    not specified
    Join Date
    Jul 2006
    Posts
    16

    Default ILP !!!!

    You need 5 points: 3 of the 3DFace and two of an (imginary) line.
    For example:
    a 3DFace and a line pointing to it (doesn't need to be pErpendicular)
    Command: POINT 'cal ilp(end,end,end,end,end), this will create a point in the coordinate 2D-space of the 3DFace. (mid the ' in 'cal = transparent)
    ILP takes 3 points of a surface and 2 points for a vector.
    There are more "cute" functions with the CALCULATOR, check it out!!

  5. #5
    Junior Member
    Using
    not specified
    Join Date
    Jul 2006
    Posts
    12

    Default

    Registered forum members do not see this ad.

    I advice that using the edgeline of the solid to trim an assistant line, the endpoint of the assistant line being trimed is the point you want. It require the solid face is a planar and using UCS.
    --
    Spring Gump
    Add-ons for enhancing plot in AutoCAD.
    http://www.awpsoft.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts