SoRayPickActionEnableTexCoordsGeneration Method |
Enables generation of texture coordinates for picked points.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void EnableTexCoordsGeneration(
bool enable
)
Public Sub EnableTexCoordsGeneration (
enable As Boolean
)
public:
void EnableTexCoordsGeneration(
bool enable
)
member EnableTexCoordsGeneration :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
Remarks Default is false for performance (unless environment variable OIV_PICK_GENERATE_ALL_PROPERTIES envvar is set to true).
See Also