SoPickedPointGetObjectTextureCoords Method (SoNode) |
Returns the texture coordinates in the object space corresponding to the given node in the path.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec4f GetObjectTextureCoords(
SoNode node
)
Public Function GetObjectTextureCoords (
node As SoNode
) As SbVec4f
public:
SbVec4f GetObjectTextureCoords(
SoNode^ node
)
member GetObjectTextureCoords :
node : SoNode -> SbVec4f
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
SbVec4fRemarks If the node is NULL, the information corresponding to the tail of the (full) path is returned.
See Also