PDA

View Full Version : __ extract an edge once the surface is trimed?


Uli
06-28-2009, 09:42 AM
For instance, i create a surface with railSwp, then trim it. Now if i select my trimed obj, then select an edge, how do i extract it so i can reuse it? I don't want to extract the operators, but the result of the trim (just an edge, not the whole shape).

Thanks !

PiXeL_MoNKeY
06-29-2009, 12:56 PM
Use the Pwr_CmpSkt and select the edge. This will create a reference to the selected edges that can be used for other operations. You can also just use the edges for operations that require edges, and the tools will create a Pwr_CmpSkt for you.

-Eric

Uli
06-29-2009, 05:12 PM
Thank you, now i can move on :)