| STLSaveOptionsFlipCoordinateSystem Property |
Gets or sets whether flip coordinate system of control points/normal during exporting.
Namespace: Aspose.ThreeD.FormatsAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool FlipCoordinateSystem { get; set; }Public Property FlipCoordinateSystem As Boolean
Get
Set
public:
property bool FlipCoordinateSystem {
bool get ();
void set (bool value);
}member FlipCoordinateSystem : bool with get, set
Property Value
Type:
Boolean
See Also