mainpyFormex - Support: sr #108287, geomtools.faceDistance() can...

 
 

sr #108287: geomtools.faceDistance() can return triangles?

Submitter:  gianluca de santis <gianlucadesi>
Submitted:  Thu 18 Apr 2013 12:02:24 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Privacy:  Public
Assigned to:  None Open/Closed:  Open
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 18 Apr 2013 12:02:24 PM UTC, original submission:  

faceDistance returns the closest perpendicular distance from a set of points to a set of triangles.
At the moment it returns only the points and distances (and the footpoint).

It would be nice to have for each point also the triangle to which the point is the closest.

I think that this info can be obtained simply by replacing:

<pid = where(inside)[0]>
into
<pid,tri = where(inside)>

Then adding this line:
<OKtri=tri[OKpos]>




gianluca de santis <gianlucadesi>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gianlucadesi (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code