Objects as input to macros
======================
Is it possible to have e.g. a Point or a Vector as input for a macro - and can I split this input into the individual x, y, z components then?
So if I want a construction plane as input for a macro that constructs a sketch, could I have the point "position" and the vector "normal" as inputs or would I need pos_x, pos_y, pos_z, normal_x, normal_y, normal_z?
|