cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Distributed points at edge or surface

CAD_Roger
8-Gravel

Distributed points at edge or surface

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
FV
17-Peridot
17-Peridot
(To:CAD_Roger)

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

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

 

View solution in original post

4 REPLIES 4
FV
17-Peridot
17-Peridot
(To:CAD_Roger)

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

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

 

CAD_Roger
8-Gravel
(To:FV)

I don't use UDF.

CAD_Roger
8-Gravel
(To:FV)

Thanks,i will try it.

Could this be done using a UDF?

Top Tags