SoWinViewerSetGoalNumberOfTriangles Method |
Sets goal number of triangles for the viewer to try to render.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetGoalNumberOfTriangles(
int goal
)
Public Sub SetGoalNumberOfTriangles (
goal As Integer
)
public:
void SetGoalNumberOfTriangles(
int goal
)
member SetGoalNumberOfTriangles :
goal : int -> unit
Parameters
- goal
- Type: SystemInt32
Remarks Default is 10000.
The default value can be set using the environment variable OIV_DECIMATION_GOAL_NUM_OF_TRIANGLES.
See Also