Class GenericGraphicExportSettings
Contains common graphic export settings.
Namespace: ABB.Robotics.RobotStudio .Stations
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public class GenericGraphicExportSettings : GraphicExportSettings
Constructors
GenericGraphicExportSettings()
Creates a new Generic
Declaration
public GenericGraphicExportSettings()
Properties
BinaryFormat
Specify format if both binary and text is supported.
Declaration
public bool BinaryFormat { get; set; }
Property Value
Type | Description |
---|---|
bool |
IncludeInvisibleObjects
Include invisible objects in the exported file.
Declaration
public bool IncludeInvisibleObjects { get; set; }
Property Value
Type | Description |
---|---|
bool |
LeftHandedMatrices
Write transformations as left-handed matrices.
Declaration
public bool LeftHandedMatrices { get; set; }
Property Value
Type | Description |
---|---|
bool |
Scale
Scaling of positions from SI units (meters)
Declaration
public double Scale { get; set; }
Property Value
Type | Description |
---|---|
double |