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: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 8000. Use TextureCoords property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbVec4f GetTextureCoords()
<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use TextureCoords property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetTextureCoords As SbVec4f
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. Use TextureCoords property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SbVec4f GetTextureCoords()
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use TextureCoords property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetTextureCoords : unit -> SbVec4f
Return Value
Type:
SbVec4fSee Also