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