Syntax
PL=PLofVLplaneprojection(VL,nv)
Input Parameter
VL : | | Vertex list |
nv : | | normal vector; default is [0 0 1] ==> xy projection |
Output Parameter
PL : | | 2D Point list as main axis projection (not true to scale) |
Examples
PLofVLplaneprojection (rand(30,3));
PLofVLplaneprojection (rand(30,3),[0 0 1]);
PLofVLplaneprojection (rand(30,3),[0 1 0]);
PLofVLplaneprojection (rand(30,3),[1 0 0]);
PLofVLplaneprojection (rand(30,3),[1 1 1]);
PLofVLplaneprojection (rand(30,3),[.9 0 1]);
This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21