Description:

Append a new point to the end of the list.

Syntax:
public void Add(
Point3d point,
Color color
)
Parameters:
  • color
  • Type: Color
  • Color of new point.
Returns:
Type: void
Available since:
5.0

Description:

Append a new point to the end of the list.

Syntax:
public void Add(
Point3d point,
Vector3d normal,
Color color,
double value
)
Parameters:
  • normal
  • Type: Vector3d
  • Normal vector of new point.
  • color
  • Type: Color
  • Color of new point.
  • value
  • Type: double
  • Extra value of new point. An extra value can be used to store a user-defined value, such as intensity.
Returns:
Type: void
Available since:
7.5

Description:

Append a new point to the end of the list.

Syntax:
public void Add(
Point3d point,
Vector3d normal,
Color color
)
Parameters:
  • normal
  • Type: Vector3d
  • Normal vector of new point.
  • color
  • Type: Color
  • Color of new point.
Returns:
Type: void
Available since:
5.0

Description:

Append a new point to the end of the list.

Syntax:
public void Add(
Point3d point,
Vector3d normal
)
Parameters:
  • normal
  • Type: Vector3d
  • Normal vector of new point.
Returns:
Type: void
Available since:
5.0

Description:

Append a new point to the end of the list.

Syntax:
public void Add(
Point3d point
)
Parameters:
Returns:
Type: void
Available since:
5.0

Nothing found