SoToVRMLActionWriteTexCoords Method |
Sets whether to put texture coordinates into the new scene graph.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void WriteTexCoords(
bool w
)
Public Sub WriteTexCoords (
w As Boolean
)
public:
void WriteTexCoords(
bool w
)
member WriteTexCoords :
w : bool -> unit
Parameters
- w
- Type: SystemBoolean
Remarks
See Also