SoShapeStyleElementNeedTexCoords3 Method (Int32) |
Returns true if need 3D texture coordinates.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks See Also