Dim line As LinesVisual3D = New LinesVisual3D() line.Color = Colors.Green line.SetName(Count + 1) line.Points.Add(Last_Point) line.Points.Add(Point) Viewport.children.Add(Line) 'Group Lines 'Not Sure how to group LinesVisual3D 'Not Sure how to apply the transform (But I can when it is a model OK) 'NOTE Code snippets to simplfy 'Apply Transform + Group
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)