Hi all!
Is it possible to have a KeyBoard observer? We may know all key pressed... That will be useful! I know there is a onKeyDown
inside the class
tool, but it can't be invisible...
Thank you!
Posts made by Matt666
-
KeyBoard observer?
-
RE: Lisp getpoint (not finished!)
I thought about that work-around method... I will use it until something better...
Thank you Chris! -
RE: Lisp getpoint (not finished!)
Hi Chris! Thank you for your answers!
This function will be used by coders. I hope this kind of function will be able to simplify coding work... Now, to know position of a point defined by the user, we have to use class methods. Here I hope you may create a function like this:
# Code example; To make a line by two points... def speed_coding_line model=Sketchup.active_model model.entities.add_edges(getpoint("Specify start point; "),getpoint("Specify end point; ")) end
So I want code available in the first post (function
getpoint(msg)
) returns position of point clicked by the user.Sorry for my bad english...
-
Lisp getpoint (not finished!)
Hi all!
I try to do a function like "GETPOINT" Lisp function.
I have one problem... I use a class method to do this function. It works great (I have not yet transformed into sub-function (or semi-invoked function), which may suspend the main function) but I want to assignate a variable to retrieve point clicked.
for example :pt=getpoint("Specify first point:")
... Butpt
always returns active model... In fact it returnsGetPoint.new
result!Do you know how to replace model result by point-clicked result, please?
Code is attached below...
-
RE: [Plugin] Recall last tool v1.2
Hi plot_paris!
That's a good idea... I will give a try! I think we may go through 10 previously used tools, and may undo history (retrun to the last tool used) by activating selection tool.
-
RE: [Request] Plugin needed- origin of radius
It's possible to create a plugin that converts a curve into an Arc... Of course, you have to control if each edge has same median intersection... I'll give a try...
-
RE: [Request] Plugin needed- origin of radius
Try this plugin...
@unknownuser said:
Right-click an arc (or circle) to insert a Guide Point at the arc's center.
EDIT: Oh, I didn't see this:
@unknownuser said:which is now just a series of segments with no arc identity
-
RE: [Plugin] Point v1.2
Thank you Pierre!
A new version 1.2 is available... Try to fix Mac problems. -
RE: [SONDAGE] vos modeles 3D
C'est vraiment dommage de ne pas avoir fait de sondage en anglais, tu aurais beaucoup plus de monde !!
-
RE: [Plugin] Point v1.2
@ Bones : Hi ! I will give a try... Not sure I can do that...
@ Jeff Hammond & Bob James : Ok, thank you for that! I have asked to Fredo6 (because his compatibility between Win & Mac is great), so be patient please!
@ simon le bon ... Bah didon belle présentation !! Merci à toi Thank you for this great presentation!! -
RE: [Plugin] Point v1.2
Hi all!
This plugin seems to have success (Downloaded 123 times)...
Here is an update (v1.1)... Read the first post for details!
-
RE: Adieu Layout vive OpenOffice
Salut !
- OOo permet-il de créer des présentations à l'échelle ?
- Quel est le format du dessin lorsqu'il arrive sur OOo image, dessin 3D, etc) ?Si c'est un dessin 3D que l'on peut mettre en page (donc possibilité de zoomer, se déplacer dans le dessin, etc), c'est énorme... Surtout si on peut contrôler la perspective ou pas...
Merci !
-
RE: Autocad, arc de cercle, importation et SU
Salut Pilou...
Pourrais-tu poster un exemple en DWG pour pouvoir tester des manips en amont et peut être dans la boîte de dialogue d'import de dessin, stoplé ?
Merci ! -
RE: Importer un fichier STL
Salut Diplomaticus !
Bon je cherche à importer des fichiers INVENTOR directement dans SU. Watkins a révélé qu'il fallait passer par un .SAT dans SU, qui était lisible aussi sur AutoCAD. Et de passer le . sat en .dwg sur AutoCAD pour le lire sur SU. Du coup il faut avoir ces trois logs pour importer du INVENTOR dans SU... Il m'a très gentiment proposé de me convertir un fichier, mais je lui ai rétorqué que j'avais pas mal de fichiers à importer, et qu'une solution plus rapide (et que je pourrai faire moi-même, n'ayant pas Acad sous la main) et plus officielle me conviendrai davantage...
Voilaaaa ! -
RE: Problème d'ombre
Salut !
Il faudrait créer un groupe contenant ton plafond. Ensuite tu le caches suivant besoin...
Au mieux créer une scène par présentation, avec une ombre et plafond + sans ombre et sans plafond.
un truc comme ça quoi !