Results 1 to 4 of 4

Thread: 3dFace

  1. #1
    Member
    Join Date
    2016-01
    Posts
    33
    Login to Give a bone
    0

    Default 3dFace

    Hi everybody

    I am working on developing command which has to draw 3dface element through specific coordinates, is there class for this element or I have to use sendkey command to draw it


    Thank you in advance

  2. #2
    AUGI Addict fixo's Avatar
    Join Date
    2005-05
    Location
    Pietari, Venäjä
    Posts
    1,269
    Login to Give a bone
    0

    Default Re: 3dFace

    there is Face class in DatabaseServices

    See snip:
    Code:
    Face mFace = new Face(p1, p2, p3, true, true, true, true))
    btr.AppendEntity(mFace); 
    tr.AddNewlyCreatedDBObject(mFace, true);

  3. #3
    Member
    Join Date
    2016-01
    Posts
    33
    Login to Give a bone
    0

    Default Re: 3dFace

    Many thanks it works like a charm


    Merry Christmas

  4. #4
    AUGI Addict fixo's Avatar
    Join Date
    2005-05
    Location
    Pietari, Venäjä
    Posts
    1,269
    Login to Give a bone
    0

    Default Re: 3dFace

    Quote Originally Posted by thesniper2003eng View Post
    Many thanks it works like a charm


    Merry Christmas
    Merry Chrismas You too
    Cheers

Similar Threads

  1. Convert 3DFace TIN to solid
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2010-03-26, 12:56 PM
  2. ·3Dface a Lines
    By geocad in forum AutoCAD Civil 3D - General
    Replies: 3
    Last Post: 2009-09-09, 05:25 PM
  3. IntersectWith method - line vs. 3DFace, region
    By dgorsman in forum VBA/COM Interop
    Replies: 6
    Last Post: 2008-03-25, 07:08 PM
  4. Meshing Routine? Joining 3dface elements?
    By n3xutl in forum AutoLISP
    Replies: 1
    Last Post: 2005-02-17, 06:18 PM
  5. 3DFACE to 3DMESH
    By stephan.villeneuve in forum AutoCAD 3D (2006 or below)
    Replies: 2
    Last Post: 2004-11-23, 02:48 PM

Tags for this Thread

Posting Permissions

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