SoGLTextureCoordinateElementGetCoordType Method (Int32) |
Returns code indicating what has been set in state/element .
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override SoTextureCoordinateElementCoordTypes GetCoordType(
int unit
)
Public Overrides Function GetCoordType (
unit As Integer
) As SoTextureCoordinateElementCoordTypes
public:
virtual SoTextureCoordinateElementCoordTypes GetCoordType(
int unit
) override
abstract GetCoordType :
unit : int -> SoTextureCoordinateElementCoordTypes
override GetCoordType :
unit : int -> SoTextureCoordinateElementCoordTypes
Parameters
- unit
- Type: SystemInt32
Return Value
Type:
SoTextureCoordinateElementCoordTypes
Remarks
See Also