Create prBoundary object

E

eyn

Guest
Is there any way to create the new prBoundary and snap boundary object
in SKILL in IC 6.1+? From the documentation, all I found is
leHiCreateSnapBoundary() and leHiCreatePRBoundary(), both are
interactive function that pops up a form, not the procedural SKILL
function I need.

fyi, I would like to transform an existing prBoundary layer into a
prBoundary object silently.
 
I think you're looking for dbCreatePRBoundary() and dbCreateSnapBoundary(), respectively.

It's a matter of seconds to find it with cdsFinder ; very handy tool.

Cheers,
Stéphane


eyn wrote:
Is there any way to create the new prBoundary and snap boundary object
in SKILL in IC 6.1+? From the documentation, all I found is
leHiCreateSnapBoundary() and leHiCreatePRBoundary(), both are
interactive function that pops up a form, not the procedural SKILL
function I need.

fyi, I would like to transform an existing prBoundary layer into a
prBoundary object silently.
 
Hi Stéphane,

Thanks for the reply! That's exactly what I'm looking for. I was
trying to look for that function from the procedural vs. interactive
layout functions table but couldn't find it there. I'll keep in mind
next time to use cdsFinder instead. ;)

Thank you!
 

Welcome to EDABoard.com

Sponsor

Back
Top