nuke.GeoSelection

class nuke.GeoSelection(self: _nuke.GeoSelection)

Bases: pybind11_object

Methods

selectFaces

selectFaces(self: _nuke.GeoSelection, primPath: str, faces: collections.abc.Sequence[typing.SupportsFloat], faceWeights: collections.abc.Sequence[typing.SupportsFloat] = []) -> None

selectObject

selectObject(self: _nuke.GeoSelection, arg0: str) -> None

selectVertices

selectVertices(self: _nuke.GeoSelection, primPath: str, vertices: collections.abc.Sequence[typing.SupportsFloat], vertexWeights: collections.abc.Sequence[typing.SupportsFloat] = []) -> None

selectFaces(self: _nuke.GeoSelection, primPath: str, faces: collections.abc.Sequence[SupportsFloat], faceWeights: collections.abc.Sequence[SupportsFloat] = []) None

Select faces, also sets face weights if given

selectObject(self: _nuke.GeoSelection, arg0: str) None
selectVertices(self: _nuke.GeoSelection, primPath: str, vertices: collections.abc.Sequence[SupportsFloat], vertexWeights: collections.abc.Sequence[SupportsFloat] = []) None

Select vertices, also sets vertex weights if given