Murl Engine Lua Addon API  Version 1.0 beta
Murl.Graph.INinePatchPlaneGeometry

The INinePatchPlaneGeometry graph node interface.

This interface represents a plane geometry node implementing the Graph::INinePatch property interface for dividing the resulting plane into 9 segments.

See the Graph::IPlaneGeometry interface for common plane properties. See the Graph::INinePatch interface for details on nine patch objects.


Table members

Inherited


Murl.Graph.INinePatch

Methods


GetNodeInterface()

Get the constant Graph::INode interface. This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.

Murl.Graph.INode GetNodeInterface()

Returns
Murl.Graph.INode The constant Graph::INode interface, or null if not available

GetTransformInterface()

Get the constant Graph::ITransform interface. This method returns a constant pointer to the node's Graph::ITransform interface, to be able to query the node's transformation matrix and depth order.

Murl.Graph.ITransform GetTransformInterface()

Returns
Murl.Graph.ITransform The constant Graph::ITransform interface, or null if not available

GetPlaneGeometryInterface()

Get the constant Graph::IPlaneGeometry interface. This method returns a constant pointer to the node's Graph::IPlaneGeometry interface, to be able to query the node's basic plane properties.

Murl.Graph.IPlaneGeometry GetPlaneGeometryInterface()

Returns
Murl.Graph.IPlaneGeometry The constant Graph::IPlaneGeometry interface, or null if not available