Click or drag to resize
SoCADInputReaderParametersImportOptionForceTesselation Property

Some CAD formats store faceted data in addition to the B-Rep.

Namespace: OIV.Inventor.IO.CAD
Assembly: OIV.Inventor.IO.CAD (in OIV.Inventor.IO.CAD.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool ForceTesselation { get; set; }

Property Value

Type: Boolean
Remarks

If forceTesselation is true, then this representation is ignored and a tesselation will be generated from the B-Rep. If forceTesselation is false, the faceted representation is used and other parameters are ignored (including tesselationparameters).

Note: using faceted data greatly improves import performance (both time and memory consumption).

Default: false

Note Note

Member available since Open Inventor 9.6

See Also