Click or drag to resize

SolidImportSettings Class

Settings for importing solids.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementBaseImportSettings
    RAYLASE.Marker.VectorGraphicElementSolidImportSettings

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class SolidImportSettings : BaseImportSettings

The SolidImportSettings type exposes the following members.

Constructors
 NameDescription
Public methodSolidImportSettingsInitializes a new instance of the SolidImportSettings class
Top
Properties
 NameDescription
Public propertyCenter Center the vector graphic's XY coordinates.
(Inherited from BaseImportSettings)
Public propertyFilePath The file path.
(Inherited from BaseImportSettings)
Public propertyFlipHorizontally Flips the vector graphic horizontally.
(Inherited from BaseImportSettings)
Public propertyFlipVertically Flips the vector graphic vertically.
(Inherited from BaseImportSettings)
Public propertyFlipZ Flips the z coordinates.
(Inherited from BaseImportSettings)
Public propertyScaleSize The size of the imported vector graphic. The imported graphic will be rescaled to this value. Null means no rescale.
(Inherited from BaseImportSettings)
Public propertyTextAsVectors Converts text objects into vectors. Otherwise a text layer is generated for each text object.
(Inherited from BaseImportSettings)
Public propertyUnitScale The unit scale of the imported vector graphic. The imported graphic will be scaled to this value. Only used if ScaleSize is null.
(Inherited from BaseImportSettings)
Public propertyZAlignment Alignment mode for z. Aligns selected edge to ZReference
(Inherited from BaseImportSettings)
Public propertyZReference Z coordinate used for alignment ZAlignment.
(Inherited from BaseImportSettings)
Top
See Also