#1
|
||||
|
||||
Position - Align Axis in Lisp - how?
Hi,
I'm trying to Position a part with Align Axis in Lisp, but whatever I try, it doesn't work... This is the most logical syntax I could come up with: Code:
(sd-call-cmds(pos_dynamic :objects-by-selection (sd-pathname-to-obj "/Isolated_Torus") :mate-align-method :on :align-axis :on cyl1 Adjface1 cyl2 Adjface2)) I also tried the old position_pa command, but also with no success. Translations work fine, but Align Axis is the problem. Any clues? Thanks!! Jaap |
#2
|
|||
|
|||
Re: Position - Align Axis in Lisp - how?
Hi Jaap,
Did you get this solved? I may need to doing something like this also. Take a look in the Help file at MATE_ALIGN_PART_SA and see if that helps. Mike |
#3
|
|||
|
|||
Re: Position - Align Axis in Lisp - how?
I'm trying to use this command
Code:
(sd-call-cmds (POSITION_PA (sd-inq-parent-obj face1) (POSITION_PA_SA :MATE_ALIGN :MATE_FACES face1 face6))) |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|