CoCreate User Forum  

Go Back   CoCreate User Forum > Old NewsGroup Archive > Archive Forums > Solid Designer

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 10-10-2002, 06:42 PM
GertJan Derks
Guest
 
Posts: n/a
lift/move face to other face

in modify 3D you can lift or move a face with a distance, I would like to lift or move a face to an other face(not align). In machine with extrude there is the option 'extrude to faces', that's what I would like to have in lift and move. kind regards gertjan derks
  #2  
Old 10-11-2002, 12:50 AM
Paolo Marchetto
Guest
 
Posts: n/a
re: lift/move face to other face

This is the macro to do it:

Code:
(in-package :vcd)  
(use-package :oli)    

(sd-defdialog 'move_face_to_face      
   :dialog-title "Face To Face"      
   :dialog-control :parallel      
   :variables      
   '((TO_FACE :value-type :face                 
   :title "Fixed face"                 
   :prompt-text "Select the fixed face."                 
     )     
   (MOVE_FACE :value-type :face                   
                        :title "Move face"                 
                        :prompt-text "Select the face to move."              
   )        
   )
   :ok-action       
   '(sd-call-cmds            
   (align_faces :opposite :on 
                       :body_check :on 
                       :reference_face TO_FACE 
                       :change_faces MOVE_FACE)          
  :failure            
   (sd-call-cmds  
   (align_faces :opposite :off 
                       :body_check :on 
                       :reference_face TO_FACE 
                       :change_faces MOVE_FACE))
  ))
Bye
Paolo

Last edited by gmatelich; 04-01-2003 at 07:20 PM.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -8. The time now is 05:42 AM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.