SoSimplifyActionSetMinTriangles Method |
Sets the minimum number of triangles for a simplified child; if a given percentage would create a simplified version that went below this minimum, no simplified chld is produced for this level.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetMinTriangles(
int mt
)
Public Sub SetMinTriangles (
mt As Integer
)
public:
void SetMinTriangles(
int mt
)
member SetMinTriangles :
mt : int -> unit
Parameters
- mt
- Type: SystemInt32
Remarks See Also