Front Face
-
Hi !!!!
How can I put all my model with front face ?
Thanks for your help !
-
Hi Alex,
See some of these plugins for easier flipping faces:
http://forums.sketchucation.com/viewtopic.php?t=44551
http://forums.sketchucation.com/viewtopic.php?t=5333
http://forums.sketchucation.com/viewtopic.php?t=32088
http://forums.sketchucation.com/viewtopic.php?t=13380 -
Thanks you very much for your help but when , I want to delete the back face for front face.
But the back face reversing ... In my model I want just front face without back face.Thanks for you help
Sorry for my english but I'm French ^^
-
Il n'existe pas de recto sans verso.
-
Do you mean to remove all faces' back materials and leave their front materials completely unchanged ?
Voulez-vous dire pour enlever tous les matériaux à partir des dos des visages et de laisser leurs matériaux frontales inchangée totalement? -
MĂȘme si le matĂ©riau appliquer aux faces est identique, SU reconnait toujours un recto et un verso.
Utiliser l'option affichage/style de face/ monochrome permet de vĂ©rifier l'orientation des faces, le recto front face doit toujours ĂȘtre orientĂ© vers l'extĂ©rieur de l' objet surtout si l'on faire un rendu.Even if front and back faces have the same material applied, SU always recognize a front face and a back face.
Set View/face style/monochrome let you see faces orientation, always orient front faces front if you need to render. -
@gilles said:
Il n'existe pas de recto sans verso.
Ok , So I can't thanks for this information
@tig said:
Do you mean to remove all faces' back materials and leave their front materials completely unchanged ?
Voulez-vous dire pour enlever tous les matériaux à partir des dos des visages et de laisser leurs matériaux frontales inchangée totalement?
tir des dos des visages et de laisser leurs matériaux frontales inchangée totalement?*[/quote
Yes -
The one-liner code below copy/pasted + <enter> into the Ruby Console, will remove all of the back-materials from selected faces.
It is one step undo-able.
The displayed color of a back-face that has no material depends on the Style settings - typically it's a blue/gray. You can reset it to anything you like in a Style > Edit...
Faces within a group/instance will need to be selected whilst you edit the group/instance.
If the faces are within a group/instance and that 'container' has a material applied to it, then any default faces [backs OR fronts] will display in the group's material, even though they have really no material.m=Sketchup.active_model;m.start_operation('bm2nil');m.selection.to_a.find_all{|e|e.class==Sketchup;;Face}.each{|f|f.back_material=nil};m.commit_operationLa seule ligne de code ci-dessous copier / coller + <enter> dans la Console Ruby, va supprimer tous les matériaux de dos faces sélectionnés.
Il s'agit d'une premiÚre étape défaire.
La couleur affichée d'un retour que face a aucun matériau dépend des réglages de Style - généralement il s'agit d'un bleu / gris. Vous pouvez le remettre à ce que vous voulez dans un Style > Modifier ...
Faces au sein d'un groupe [ou de l'instance] devront ĂȘtre sĂ©lectionnĂ©e pendant que vous modifiez le groupe [ou de l'instance].
Si les faces sont dans un groupe [ou de l'instance] et que «conteneur» a un matĂ©riau appliquĂ© sur elle, alors toutes les faces par dĂ©faut matĂ©riels [le dos ou devant] affichera dans le matĂ©riel de la «conteneur», mĂȘme si elles ont vraiment pas de matĂ©riel. -
Incidentally, if you want to apply the same material to all backs then replace the text
back_material=nilwithback_material="MAT", whereMATis the name of that material inside"".
So for example, if you wanted all selected faces' backs to be 'invisible' you make a material using a fully transparent PNG as the texture and 100% transparency, use that as the backs' material and you can see through walls/ceiling etc when outside !Soit dit en passant, si vous souhaitez appliquer la mĂȘme materiau Ă tous les dos des faces, puis remplacer le texte
back_material=nilavecback_material="MAT", oĂčMATest le nom de ce matĂ©riau Ă l'intĂ©rieur"".
Ainsi, par exemple, si vous vouliez toutes les dos des faces sĂ©lectionnĂ©es d'ĂȘtre «invisible» que vous faites d'un matĂ©riau en utilisant une image PNG totalement transparent que la texture, et 100% de transparence, l'utiliser pour les dos, et vous pouvez voir Ă travers les murs ou au plafond , etc quand on regarde de l'extĂ©rieur!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đ
Register LoginAdvertisement