LineObject

On 26/04/2018 at 02:42, xxxxxxxx wrote:

What is the difference between a Spline and a LineObject?

When I use the Polygon + Spline option in GetAndCheckHierarchyClone() in GetVirtualObjects() and the input is a Spline, GetAndCheckHierarchyClone() returns a LineObject?

res = op.GetAndCheckHierarchyClone(hierarchyhelp, op.GetDown(), c4d.HIERARCHYCLONEFLAGS_ASPOLY | c4d.HIERARCHYCLONEFLAGS_ASSPLINE, True)

On 27/04/2018 at 02:48, xxxxxxxx wrote:

Hi Pim,

the explanation is unfortunately a bit hidden in our C++ docs. Please see documentation of the CLine Struct (data structure used in LineObject).

On 27/04/2018 at 03:48, xxxxxxxx wrote:

Thanks.

-Pim