Results 1 to 2 of 2

Thread: C# - closed Polyline length

  1. #1
    Member
    Join Date
    2005-02
    Location
    Vienna, Austria
    Posts
    4
    Login to Give a bone
    0

    Default C# - closed Polyline length

    Hallo,
    how do i get the length of a closed polyline?
    I've tried to get the length with
    Code:
    CurveObj.GetDistAtPoint(CurveObj.EndPoint)
    But the length will be 0.

  2. #2
    I could stop if I wanted to
    Join Date
    2002-02
    Location
    Kansas
    Posts
    487
    Login to Give a bone
    0

    Default Re: C# - closed Polyline length

    try some thing like

    CurveObj.getDistAtParam(CurveObj.getEndParam)

Similar Threads

  1. Area without a closed polyline
    By Wish List System in forum AutoCAD Wish List
    Replies: 1
    Last Post: 2014-02-11, 03:07 PM
  2. ssget closed polyline
    By rad.77676 in forum AutoLISP
    Replies: 31
    Last Post: 2009-04-16, 07:26 AM
  3. Sweeping Closed Polyline around a Helix
    By ralph.burkey in forum AutoCAD General
    Replies: 6
    Last Post: 2008-06-04, 09:40 PM
  4. Create a Surface from a Closed Polyline
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2007-05-26, 06:42 PM
  5. Getting the centroid of closed polyline
    By csgohjmj in forum AutoLISP
    Replies: 24
    Last Post: 2004-10-15, 06:01 AM

Posting Permissions

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