alias_api.AlMeshNode
- class alias_api.AlMeshNode
Bases:
AlDagNodeA dag node that refers to a mesh’s geometry.
AlCurveNode is the class used to access and manipulate meshes within the dag. This class behaves like other dag nodes (see AlDagNode for a description of the usage and purpose of dag nodes). Users access the geometry of the curve via the ‘mesh()’ method which returns a pointer to an AlMesh object.
- copy_wrapper(self: alias_api.AlMeshNode) alias_api.AlObject
Return an exact duplicate of this AlMeshNode wrapper.
- mesh(self: alias_api.AlMeshNode) alias_api.AlMesh
Return a pointer object ot the mesh attached to the node.
- type(self: alias_api.AlMeshNode) alias_api.AlObjectType
Return the AlMeshNode type identifier.