edi271

Results 2 issues of edi271

Extend Python class App.Vector by a boolean function `isParallel`. Usage: ```python vec1 = App.Vector(...) vec2 = App.Vector(...) tol = 0.01 if vec1.isParallel(vec2,tol): .... ``` Returns True if the two vectors...

Core

Solves issue #13728 The makeExtentDim() function now returns an object to Python, which properties can be used. Macro to test: ``` ''' - Select an existing view - Start the...

WB TechDraw