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