Intersection Command Error
Hello,
I try to create two nodes through intersection of a line and a solid. When the solid lies in the planes XY, XZ or XY there is no problem but when the solid is rotated for example 30 degrees then only one node is created. I tried to explain with pictures. Do you know how to solve the problem?
Regards,
Find more posts tagged with
Sort by:
1 - 9 of
91
I use the following commands to search for interactions for each surface but this gives and error when I call from a tcl file.
*createmark surfs 1 'all'
set surflist [hm_getmark surfs 1]
foreach surfid $surflist {
*createmark lines 1 1
eval *createmark surfs 2 $surfid
*nodecreateatintersection lines 1 surfaces 2 0
}
Hi seyilmaz,
I think one node must be covering/overlaying on other, when you are viewing from that angle. Please can you check again and make sure.
Thank you