cloudViewer.geometry.VerticesIndexes#

class cloudViewer.geometry.VerticesIndexes#

VerticesIndexes, Triangle described by the indexes of its 3 vertices.

__init__(*args, **kwargs)#

Overloaded function.

  1. __init__(self: cloudViewer.geometry.VerticesIndexes) -> None

Default constructor

  1. __init__(self: cloudViewer.geometry.VerticesIndexes, arg0: cloudViewer.geometry.VerticesIndexes) -> None

Copy constructor

  1. __init__(self: cloudViewer.geometry.VerticesIndexes) -> None

  2. __init__(self: cloudViewer.geometry.VerticesIndexes, i1: typing.SupportsInt, i2: typing.SupportsInt, i3: typing.SupportsInt) -> None

Constructor with specified indexes