
+Add new update

Script
By ArtLy · 2015-10-25

+Add new update

Tags: Vertex Tape Size Distance Spline Line Auto CAD
good
fzxj520 · 2024-08-25
If I could pick up 2 points to create. That would be perfect.
on btnGOGOGO pressed do
(
(---------- snapMode on
SM = snapmode.active
if ( SM == true and snapmode.type != undefined ) do ( ST = snapmode.type )
SMV = snapmode.getOSnapItemActive 7 1
--SME = snapmode.getOSnapItemActive 7 4
snapmode.setOSnapItemActive 7 1 true -- (7)(1-6) Vertex, Endpoint, Edge/Segment, Midpoint, Face, Center Face
--snapmode.setOSnapItemActive 7 4 true
snapmode.active = true
)
( GO GO GO ) ----------
(---------- snapMode off
snapmode.active = SM
if ( SM == true and ST != undefined ) do ( snapmode.type = ST )
snapmode.setOSnapItemActive 7 1 SMV
--snapmode.setOSnapItemActive 7 4 SME
)
)
3D Max 2017
brainsgonedead · 2017-04-03
Hi, cheers for this.
airbrush · 2016-07-14
nice update....would be great if it worked with spline objects too
airbrush · 2015-10-28
Nice...inches request
tassel · 2015-10-27
Nice Script :)
Is it possible to add option to pick vertice between to points with mouse klicks ?