Skip to main content
1-Visitor
November 21, 2019
Solved

Distributed points at edge or surface

  • November 21, 2019
  • 2 replies
  • 1703 views

Hello,

I want to use toolkit to build a system that is average enough to distribute points on selected faces or boundaries.

For example: 

import one part or assembly ,

select any face and create a starting point, using this point to fill the entire face evenly。

 

The density and quantity of points can be adjusted。

How can i do first?

 

Thanks and Regards

Roger

 

Best answer by FV_01

there is an example in  $PROTOOL_SRC directory showing somewhat similar functionality:

$(PROTOOL_SRC)/protk_appls/pt_examples/pt_extobj/TestExtobj.c

 

2 replies

FV_0117-PeridotAnswer
November 21, 2019

there is an example in  $PROTOOL_SRC directory showing somewhat similar functionality:

$(PROTOOL_SRC)/protk_appls/pt_examples/pt_extobj/TestExtobj.c

 

CAD_Roger1-VisitorAuthor
1-Visitor
November 25, 2019

I don't use UDF.

17-Peridot
November 21, 2019

Could this be done using a UDF?