Search Results for

    Show / Hide Table of Contents

    Class GenericGraphicExportSettings

    Contains common graphic export settings.

    Inheritance
    object
    GraphicExportSettings
    GenericGraphicExportSettings
    Namespace: ABB.Robotics.RobotStudio.Stations
    Assembly: ABB.Robotics.RobotStudio.Stations.dll
    Syntax
    public class GenericGraphicExportSettings : GraphicExportSettings

    Constructors

    View Source

    GenericGraphicExportSettings()

    Creates a new GenericGraphicExportSettings with default settings.

    Declaration
    public GenericGraphicExportSettings()

    Properties

    View Source

    BinaryFormat

    Specify format if both binary and text is supported.

    Declaration
    public bool BinaryFormat { get; set; }
    Property Value
    Type Description
    bool
    View Source

    IncludeInvisibleObjects

    Include invisible objects in the exported file.

    Declaration
    public bool IncludeInvisibleObjects { get; set; }
    Property Value
    Type Description
    bool
    View Source

    LeftHandedMatrices

    Write transformations as left-handed matrices.

    Declaration
    public bool LeftHandedMatrices { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Scale

    Scaling of positions from SI units (meters)

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    double
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics