hou.Point class

All Methods Replaces

Methods

attribType(self)hou.attribType enum value

Not documented yet

attribValue(self, attrib)int, float, str or tuple

Not documented yet

closestPrim(self) → Prim or None

Not implemented yet

destroy(self)

Not implemented yet

floatAttribValue(self, attrib)float

Not documented yet

floatListAttribValue(self, attrib) → tuple of float

Not documented yet

geometry(self) → Geometry

Not documented yet

hasCollided(self)

Not implemented yet

intAttribValue(self, attrib)int

Not documented yet

intListAttribValue(self, attrib) → tuple of int

Not documented yet

isstuck(self)

Not implemented yet

minDistanceToPrim(self, prim)

Not implemented yet

number(self) → int

Not documented yet

pointsOnPrimsSharingThisPoint(self, num_prims) → tuple of Points

Not implemented yet

position(self) → Vector4

Not documented yet

setAttribValue(self, attrib, attrib_value)

Not documented yet

setPosition(self, position)

Changes the point’s location.

position

Any sequence of floats, such has a hou.Vector3 or a

tuple of floats, of length either 3 or 4. The fourth coordinate corresponds to the weight, and is usually 1. The weight is typically used by NURBS curves and sequences. If the sequence is of size 3, the weight will be unchanged.

Raises hou.GeometryPermissionError if the geometry is not modifiable. Raises hou.InvalidSize if the length of position is not 3 or 4.

stringAttribValue(self, attrib)str

Not documented yet

transform(self, matrix)

Not implemented yet

uvOfClosestLocationOnPrim(self, prim)

Not implemented yet

Replaces

iscollided expression function , isstuck expression function , point expression function , pointdist expression function , pointlist expression function , pointneighbours expression function , points expression function , poppoint expression function , poppointid expression function , poppointnum expression function