We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0416b commit 0fbe396Copy full SHA for 0fbe396
src/ACadSharp.Examples/Entities/LineExample.cs
@@ -1,17 +1,13 @@
1
using ACadSharp.Entities;
2
using CSMath;
3
-using System;
4
using System.Collections.Generic;
5
-using System.Linq;
6
-using System.Text;
7
-using System.Threading.Tasks;
8
9
namespace ACadSharp.Examples.Entities
10
{
11
public static class LineExample
12
13
/// <summary>
14
- /// Create an insert referencing a block
+ /// Get a Line object with some given properties
15
/// </summary>
16
public static Line CreateLine(XYZ startPoint, XYZ endPoint, short colorIndex)
17
0 commit comments