Page MenuHomeFeedback Tracker

[Broken Command] LineIntersectsSurfaces doesn't return intersections with 2nd LOD
Closed, ResolvedPublic

Description

When I use LineIntersectsSurfaces, the 2nd LOD is always ignored and only intersections with the first lod is returned.
E.g:

lineIntersectsSurfaces [_p1, _p2, objNull, objNull, true, -1, "GEOM", "FIRE",  false]

Returns the intersections with the GEOM LOD alone, and FIRE lod is ignored.

Details

Severity
None
Resolution
Not A Bug
Reproducibility
Always
Operating System
Windows 8 x64
Category
Scripting
Steps To Reproduce

Just test it on some object whose FIRE and GEOM lods (or any other two lods) don't overlap and run the above code.

Event Timeline

Leopard20 updated the task description. (Show Details)
Leopard20 updated the task description. (Show Details)Nov 23 2019, 2:19 PM
Leopard20 renamed this task from LineIntersectsSurfaces doesn't return intersections with 2nd LOD to [Broken Command] LineIntersectsSurfaces doesn't return intersections with 2nd LOD.Nov 23 2019, 6:19 PM

This is the intended behaviour. See orange note box at https://community.bistudio.com/wiki/lineIntersectsSurfaces

BIS_fnc_KK closed this task as Resolved.Nov 24 2019, 2:30 PM
BIS_fnc_KK changed Severity from Major to None.
BIS_fnc_KK changed Resolution from Open to Won't Fix.
BIS_fnc_KK changed Resolution from Won't Fix to Not A Bug.Nov 24 2019, 3:39 PM
Leopard20 added a comment.EditedNov 25 2019, 1:18 AM

This is the intended behaviour. See orange note box at https://community.bistudio.com/wiki/lineIntersectsSurfaces

Okay. Thanks for the additional info.