ScriptSpot

Script

Vertex Distance Tape

By ArtLy · 2015-10-25

Version
1.2
Votes
3
Description

+Add new update

 

Additional Info

Version 1.2 - Fixed other bugs + open source Tested: 3DsMax 2014 Recomend: 3DsMax 2014 and More
Attachments

Tags: Vertex Tape Size Distance Spline Line Auto CAD

Comments (5)

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 ?