s4u Layer
Manager Layer:
-Previous states layers.
-Next states layers.
-Isolate selected layer.
-Current : Set layer current
-Off selected layer.
-On All Layers.
Download:
https://sketchucation.com/pluginstore?pln=s4u_Layer
Video:
s4u Layer
Manager Layer:
-Previous states layers.
-Next states layers.
-Isolate selected layer.
-Current : Set layer current
-Off selected layer.
-On All Layers.
Download:
https://sketchucation.com/pluginstore?pln=s4u_Layer
Video:
s4u Stair
Make Stair from Faces:
Make Stair - Simple
Make Stair - Slab
Make Stair - ZigZag
Make Stair - Steps
Make Stair - Extrude
Make Stair -Treads
Make Slope from Faces:
Make Slope
Make Slope Simple
Make Slope Solid
Shortcut:
Ctrl (Alt on Mac) + Select Point > Set Heigth Stair
Ctrl (Alt on Mac) + Select Face > Set Landing
Tab > Reverse Direction Stair
Double Click on Screen ( or Right Click) > Set Parameter
Double Click on Face > Set Index,Landing.
Double Click on Face (1 Selected Face)> Change Start Edge
Explode all curve,make curve for start step and end step.
Download:
https://sketchucation.com/pluginstore?pln=s4u_Stair
Video:
s4u LineToFace
Make Face from selected lines.
Shortcut:
Hold Alt (Command on Mac) and Click for Set Height (Zaxis).
Download:
https://sketchucation.com/pluginstore?pln=s4u_linetoface
Video:
s4u Offset
Multiple Offset Selected Edges or Faces. Offset both side.Random Offset.
Shortcut:
Alt (Control on Mac) > Create Offset
Tab > Toggle : Side - Both Side
Select edges(or faces) and Double-clicking on the screen for offset automatically
with previous value.
Download:
https://sketchucation.com/pluginstore?pln=s4u_Offset
Video:
s4u PickUp
PickUp (Copy) Selected Edge,Curve,Face,Surface to Active Model (or Active Group).
Press Shift to extend connected edges.
Press TAB to go out nested Group ( Component).
Download:
https://sketchucation.com/pluginstore?pln=s4u_pickup
Youtube:
s4u Crop Selection
Crop Selection by Rectangle,Polyline,Circle.
Shift to Extend Select.
Drag Mouse to Rectangle.
Click Mouse to Polyline.
Hold ALT (Control on Mac) to Circle.
Press TAB to Reverse Side Selection.
Download :
https://sketchucation.com/pluginstore?pln=s4u_crop_selection
Youtube:
You can trial and purchase on Extension Warehouse
https://extensions.sketchup.com/extension/f4854296-d400-4562-aff9-0e1e6a22fdf3/s4u-import-dxf-for-sketchup-pro
It just support Line,Dynamic Block,Mline,Ellipse,Spline,Polyline,Circle.
You try 'run as administrator' Sketchup.
See any error in Ruby Console ( Menu Window > Ruby Console)
Take spotscreen your pamameter.
Can you send your file to me? (vi@sketchupforyou.com)
Thank you for your feedback!
Hi
You change axis.z to axis.x
sel=Sketchup.active_model.selection
axis=[0,5,10]
s=sel.group_by{|e| e.transformation.to_a[axis.x]>0}.values[0] # you can change axis.x or axis.y
sel.clear
sel.add s
After,you use s4uTransformer with center origin and ratio scale x_axis: -1
Hi rv1974!
s4u Transformer can't do it.
You try this code:
sel=Sketchup.active_model.selection
axis=[0,5,10]
s=sel.group_by{|e| e.transformation.to_a[axis.z]>0}.values[0] # you can change axis.x or axis.y
sel.clear
sel.add s
Hi Glro!
I plan do a new plugin for this issue. s4u_Crop_Selection,
Select objects within Polyline ,Window and invert selection.
Hi Dave!
Draw path and Double click or Enter or Select First Point for Close Selection.