Description:

Adds an arc to this list.

Syntax:
public void Add(
Arc arc
)
Parameters:
  • arc
  • Type: Arc
  • An arc value that will be the model of the new internal curve.
Returns:
Type: void
Available since:
5.0

Description:

Adds a circle to this list.

Syntax:
public void Add(
Circle circle
)
Parameters:
  • circle
  • Type: Circle
  • A circle value that will be the model of the new internal curve.
Returns:
Type: void
Available since:
5.0

Description:

Adds an ellipse to this list.

Syntax:
public void Add(
Ellipse ellipse
)
Parameters:
  • ellipse
  • Type: Ellipse
  • An ellipse that will be the model of the new internal curve.
Returns:
Type: void
Available since:
5.0

Description:

Adds a polyline to this list.

Syntax:
public void Add(
IEnumerable<Point3d> polyline
)
Parameters:
  • polyline
  • Type: IEnumerable<Point3d>
  • A polyline value that will be copied in a new polyline. This argument can be null, an array, a list or any enumerable set of .
Returns:
Type: void
Available since:
5.0

Description:

Adds a line to this list.

Syntax:
public void Add(
Line line
)
Parameters:
  • line
  • Type: Line
  • A line value that will be the model of the new internal curve.
Returns:
Type: void
Available since:
5.0

Nothing found