Click or drag to resize
SoRayPickActionEnableTexCoordsGeneration Method

Enables generation of texture coordinates for picked points.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void EnableTexCoordsGeneration(
	bool enable
)

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