Reader3dsTryReadBrokenFiles Property |
Gets or sets a boolean that specifies if Reader3ds tries to read broken 3ds files. Default value is false which throws an exception when the structure of the 3ds file is broken.
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public bool TryReadBrokenFiles { get; set; }
Property Value
Type:
BooleanRemarks
See also
IsBroken property that specifies if the 3ds file was broken - in that case probably some of the objects are missing.
See Also