Click or drag to resize
Reader3dsUseOldCoordinateAxis Property

Note: This API is now obsolete.

The previous version has wrongly convert position from 3ds coordinate system to WPF coordinate system. The difference is that the X axis now points to the right instead of the left and the Z axis points to the viewer and not away from it. This version by default uses new coordinate system, but if your application depends on the old one, you can simple set this property to true. But note that this can only be a temporary solution.
Caution note Caution
Please note that this property is marked as obsolete and is valid only for backward compatibility and will be removed after version 4.2

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
[ObsoleteAttribute("This property is valid only for backward compatibility and will be removed after version 4.2")]
public bool UseOldCoordinateAxis { get; set; }

Property Value

Type: Boolean
See Also