Solid |
public class SolidImportSettings : BaseImportSettings
The SolidImportSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| SolidImportSettings | Initializes a new instance of the SolidImportSettings class |
| Name | Description | |
|---|---|---|
| Center |
Center the vector graphic's XY coordinates.
(Inherited from BaseImportSettings) | |
| FilePath |
The file path.
(Inherited from BaseImportSettings) | |
| FlipHorizontally |
Flips the vector graphic horizontally.
(Inherited from BaseImportSettings) | |
| FlipVertically |
Flips the vector graphic vertically.
(Inherited from BaseImportSettings) | |
| FlipZ |
Flips the z coordinates.
(Inherited from BaseImportSettings) | |
| ScaleSize |
The size of the imported vector graphic. The imported graphic will be rescaled to this value. Null means no rescale.
(Inherited from BaseImportSettings) | |
| TextAsVectors |
Converts text objects into vectors. Otherwise a text layer is generated for each text object.
(Inherited from BaseImportSettings) | |
| UnitScale |
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) | |
| ZAlignment |
Alignment mode for z. Aligns selected edge to ZReference (Inherited from BaseImportSettings) | |
| ZReference |
Z coordinate used for alignment ZAlignment.
(Inherited from BaseImportSettings) |