hou.Vertex class

All Methods Replaces

Methods

attribType(self) → hou.attribType enum value

Not documented yet

attribValue(self, name) -> int, float, string or tuple OR attribValue(self, attrib) → int, float, string or tuple

Not documented yet

destroy(self)

Not implemented yet

floatAttribValue(self, name) -> float OR floatAttribValue(self, attrib) → float

Not documented yet

floatListAttribValue(self, name) -> tuple of floats OR floatListAttribValue(self, attrib) → tuple of floats

Not documented yet

geometry(self) → Geometry

Not documented yet

intAttribValue(self, name) -> int OR intAttribValue(self, attrib) → int

Not documented yet

intListAttribValue(self, name) -> tuple of ints OR intListAttribValue(self, attrib) → tuple of ints

Not documented yet

normal(self) → Vector3

Not implemented yet

number(self) → int

Not documented yet

point(self) → Point

Not documented yet

position(self) → Vector3

Not implemented yet

prim(self) → Prim

Not documented yet

setAttribValue(self, attrib_name, attrib_value) OR setAttribValue(self, attrib, attrib_value)

Not documented yet

stringAttribValue(self, name) -> string OR stringAttribValue(self, attrib) → string

Not documented yet

Replaces

vertex expression function , vertexs expression function