| SoShapeStyleElementNeedTexCoords Method (Int32) | 
Returns true if need texture coordinates. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic bool NeedTexCoords(
	int unit
)
Public Function NeedTexCoords ( 
	unit As Integer
) As Boolean
public:
bool NeedTexCoords(
	int unit
)
member NeedTexCoords : 
        unit : int -> bool 
Parameters
- unit
 - Type: SystemInt32
 
Return Value
Type: 
Boolean
Remarks
See Also