Alingned Node Coordinate Value (TCL Script)
Hi,
How can I determine the node coordinates aligned from two nodes without need to use a temporary node technique.
A function type:
Input1: two nodes N1 and N2 ( For Vector Definition)
Input2: Node N3 ( To be projected perpendicularly to N1 and N2 vector )
output: Aligned N3 (New Coordinate ==> X,Y and Z )
Thanks in Advance,
Felipe
Find more posts tagged with
Sort by:
1 - 7 of
71
Hi
I don't remember transforming matrix. But use vectors to find V04:
(N4 is projected of N3)
<?xml version="1.0" encoding="UTF-8"?>
From V13 you can utilize built-in package math::linearalgebra
<?xml version="1.0" encoding="UTF-8"?>