SoReorganizeActionGenerateTexCoords Method |
Sets whether texture coordinates should be generated during reorganization.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GenerateTexCoords(
bool g
)
Public Sub GenerateTexCoords (
g As Boolean
)
public:
void GenerateTexCoords(
bool g
)
member GenerateTexCoords :
g : bool -> unit
Parameters
- g
- Type: SystemBoolean
Remarks See Also