Skip to content

Commit 0fbe396

Browse files
committed
clean up and correct coment
1 parent 7b0416b commit 0fbe396

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ACadSharp.Examples/Entities/LineExample.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
using ACadSharp.Entities;
22
using CSMath;
3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
84

95
namespace ACadSharp.Examples.Entities
106
{
117
public static class LineExample
128
{
139
/// <summary>
14-
/// Create an insert referencing a block
10+
/// Get a Line object with some given properties
1511
/// </summary>
1612
public static Line CreateLine(XYZ startPoint, XYZ endPoint, short colorIndex)
1713
{

0 commit comments

Comments
 (0)