Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/04/2011 at 05:26, xxxxxxxx wrote:
Hi there,
is there any possibility to check if Splinepoint 3 is connected to Splinepoint 4 ?
Thanks ! nux
On 07/04/2011 at 05:59, xxxxxxxx wrote:
Hey Nux,
Maybe this helps you:
segment = spline.GetSegment(0) print segment["cnt"], segment["closed"] #is int, bool
On 10/04/2011 at 21:44, xxxxxxxx wrote:
This is exactly what I searched for, thanks Toni