SoPrimitiveVertexGetTextureCoords Method |
Note: This API is now obsolete.
Use TextureCoords property instead.
Returns the texture coordinates in object space.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 8000. Use TextureCoords property instead.")]
public SbVec4f GetTextureCoords()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use TextureCoords property instead.")>
Public Function GetTextureCoords As SbVec4f
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. Use TextureCoords property instead.")]
SbVec4f GetTextureCoords()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use TextureCoords property instead.")>]
member GetTextureCoords : unit -> SbVec4f
Return Value
Type:
SbVec4fSee Also