Prod.: Engine, ver.: 6018, ID: 60001220, Wish : Support Intersection between Lines of diferent Planes

Wish : Support Intersection between Lines of diferent Planes

Article60001220
TypeWish
ProductEngine
Version6018
Date Added9/14/2010
FixedYes [9/14/2010]
Submitted byMarc Seguin
Keywords

Subject

Support Intersection between Lines of diferent Planes

Summary

Support Intersection between Lines of diferent Planes

Solution

In 6019 a new property  IntersectionViewMatrix was added in VectorDraw.Geometry.Globals object.

Get/Set a matrix that represent the World to View transformation used from VectorDraw.Geometry.Globals.IntersectionLL3D when the passing points represent two lines that are not in the same Plane.

Default value is null.

Set this property to Active WorldToView matrix in order the VectorDraw.Geometry.Globals.IntersectionLL3D to return a valid point even if the passing lines are not in the same plane.

The implementation of displaying osnaps INTand APPARENTINTwas changed in order even if two lines are in deferent planes to return a valid Intersection.