﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FModeling%2Fmesh_tinyCAD</id>
	<title>Extensions:2.6/Py/Scripts/Modeling/mesh tinyCAD - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FModeling%2Fmesh_tinyCAD"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/mesh_tinyCAD&amp;action=history"/>
	<updated>2026-06-02T00:38:53Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/mesh_tinyCAD&amp;diff=146425&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/mesh_tinyCAD&amp;diff=146425&amp;oldid=prev"/>
		<updated>2018-06-28T21:07:39Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:07時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/mesh_tinyCAD&amp;diff=146424&amp;oldid=prev</id>
		<title>wiki&gt;Zeffii: updated install details</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/mesh_tinyCAD&amp;diff=146424&amp;oldid=prev"/>
		<updated>2016-01-13T12:16:07Z</updated>

		<summary type="html">&lt;p&gt;updated install details&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name= tinyCAD Edge Tools&lt;br /&gt;
|tooltip= Welds/slices/extends/intersects/bisects&lt;br /&gt;
|menu= specials (W)&lt;br /&gt;
|usage= Select two edges, in edge mode, and press W-&amp;gt; (pick tinyCAD options)&lt;br /&gt;
|version= 1.0.5&lt;br /&gt;
|author= zeffii (dealga mcardle).&lt;br /&gt;
|blender= 2.76&lt;br /&gt;
|license= GPL&lt;br /&gt;
|link= [http://blenderartists.org/forum/showthread.php?204836 Forum Thread] @ BlenderArtists, [https://developer.blender.org/diffusion/BAC/browse/master/mesh_tinyCAD/ addons_contrib] @ blender.org&lt;br /&gt;
|modules= additional cad_module is included.&lt;br /&gt;
|exe= mesh_tinyCAD&lt;br /&gt;
|download= https://github.com/zeffii/mesh_tinyCAD/archive/master.zip&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
* download zip&lt;br /&gt;
* use Install from File option in UserPreferences / Addons.&lt;br /&gt;
&lt;br /&gt;
=== GitHub repository ===&lt;br /&gt;
&lt;br /&gt;
I've developed this add-on on GitHub out of convenience for the users and myself. It has a good Issue Tracker dedicated to this add-on. Please visit [https://github.com/zeffii/Blender_CAD_utils Blender_CAD_utils] for the latest information and issue tracking. &lt;br /&gt;
&lt;br /&gt;
=== Add-on Information ===&lt;br /&gt;
&lt;br /&gt;
The add-on is a combination of several scripts which should be useful to anyone who has used other CAD software for drafting with some level of precision. The specials menu 'W' has the tinCAD functions prepended to it.  &lt;br /&gt;
&lt;br /&gt;
The currently included scripts are:&lt;br /&gt;
&lt;br /&gt;
* VTX (automatically extends, projects or intersects the 2 selected edges if they are co-planar)&lt;br /&gt;
* V2X (place new separate vertex at projected intersection of two edges)&lt;br /&gt;
* XALL (intersect all selected edges)&lt;br /&gt;
* BIX (create bisector of two selected edges) &lt;br /&gt;
* CCEN (resurrect a circle and its center)&lt;br /&gt;
&lt;br /&gt;
===Instructions &amp;amp; Usage===&lt;br /&gt;
&lt;br /&gt;
====VTX====&lt;br /&gt;
For auto VTX you must be in (edit mode + edge mode) and have 2 edges selected. When invoked the add-on will detect if you are trying to intersect, project or extend two edges. It will internally pick from V, T or X. It will also notify you if the edge aren't co-planar / don't intersect.&lt;br /&gt;
&lt;br /&gt;
* V : extending two edges towards their calculated intersection point. &lt;br /&gt;
:[[file:VTX_V.png‎]]&lt;br /&gt;
* T : extending the path of one edge towards another edge.&lt;br /&gt;
:[[file:VTX_T.png‎]]&lt;br /&gt;
* X : two edges intersect, their intersection gets a weld vertex. You now have 4 edges and 5 vertices.&lt;br /&gt;
:[[file:VTX_X.png‎]]&lt;br /&gt;
&lt;br /&gt;
====V2X====&lt;br /&gt;
Vertex to Intersection. Select 2 edges. Invoke V2X. Places a new vertex at their intersection. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====XALL====&lt;br /&gt;
This mass intersects a collection of edges. Pick a collection of edges and invoke XALL. It will deselect any edge that doesn't intersect other edges first. Then it races through all combinations of the remaining edges to see if there are intersections. Each intersection is dealt with and the result is added to the collection of edges to check. This process continues until no more intersections are found.  &lt;br /&gt;
&lt;br /&gt;
[[file:XALL_v1.gif‎]]&lt;br /&gt;
&lt;br /&gt;
====BIX====&lt;br /&gt;
Given two selected edges, this script creates the bisector of these edges. The edges are first checked for coplanarity.&lt;br /&gt;
&lt;br /&gt;
====CCEN====&lt;br /&gt;
Pick 3 vertices that once made up a Circle, then W-&amp;gt;CCEN, the script adds a grease-pencil representation of the circle. To add a Mesh of that resurrected circle you can press F6 straight afterwards and adjust the Circle's vertex count. Then press Make Circle Mesh to add a new Circle. This is a little bit experimental, but works fine.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Zeffii</name></author>
		
	</entry>
</feed>