15 lines
515 B
C#
15 lines
515 B
C#
namespace Lib.point._internal;
|
|
|
|
[Guid("9d3d0582-5e55-4268-9649-07d4dd11d792")]
|
|
internal sealed class _AppendPoints : Instance<_AppendPoints>
|
|
{
|
|
|
|
[Output(Guid = "02610e60-ae30-46c8-bbab-00ee5b1078d3")]
|
|
public readonly Slot<BufferWithViews> OutBuffer = new();
|
|
|
|
[Input(Guid = "d331b1f7-3ec3-4dc3-a019-ef72d86b3a98")]
|
|
public readonly InputSlot<BufferWithViews> GPoints = new();
|
|
|
|
[Input(Guid = "8d597942-a0d2-43a0-a039-d450e197702e")]
|
|
public readonly InputSlot<BufferWithViews> GTargets = new();
|
|
} |