Click or drag to resize

DxfLoadConverterSettings Class

DXF / DWG file reading setting.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADDxfLoadConverterSettings

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class DxfLoadConverterSettings

The DxfLoadConverterSettings type exposes the following members.

Constructors
  NameDescription
Protected methodDxfLoadConverterSettings
Initializes a new instance of the DxfLoadConverterSettings class
Top
Properties
  NameDescription
Public propertyAutoLayoutScale
Get or set whether to automatically adjust the layout scale of the partial drawing layout.
Public propertyConvertPolylineWidthToHatch
Get or set whether to convert a wide polyline into hatching.
Public propertyConvertWhiteToBlack
Get or set whether to convert white to black.
Public propertyCopyTemplateSettingsMode
Get or set whether to copy graphic settings etc from RootPro CAD template at the same time as loading.
Public propertyDefaultLinewidthNumber
Get or set the default value of line width.
Public propertyExplodeBlockAlways
Get or set whether to decompose the (always) block.
Public propertyExplodeByBlockEntitiesBlock
Get or set whether to decompose blocks with shapes where ByBlock is set.
Public propertyExplodeDimension
Get or set whether or not to decompose dimensions.
Public propertyExplodeErrorSolidHatch Obsolete.
Get or set whether to decompose if filled hatches can not be read. * It can not be used in the current version. It may become unusable in the future.
Public propertyExplodeLead
Get or set whether to decompose the leader line.
Public propertyExplodeMultiText
Get or set whether to decompose multiline text.
Public propertyExplodeZeroAndOtherLayerEntitiesBlock
Get or set whether to decompose a block consisting of graphics with layers other than layer 0 and layer 0.
Public propertyLandscape
Get or set a value indicating whether the paper is landscape or portrait.
Public propertyLayoutMarginX
Get or set the X direction margin of the placement origin of the partial drawing layout.
Public propertyLayoutMarginY
Get or set the margin in the Y direction of the placement origin of the partial drawing layout.
Public propertyLayoutOriginMode
Get or set the base origin criteria of the partial drawing layout.
Public propertyLayoutScaleDenominator
Get or set the denominator of the layout scale of the partial map layout.
Public propertyLayoutScaleNumerator
Get or set the numerator of the layout scale of the partial map layout.
Public propertyModelSpaceOnly
Get or set whether to load only the model space.
Public propertyPaperHeight
Get or set the height of the paper.
Public propertyPaperType
Get or set the paper size type.
Public propertyPaperWidth
Get or set the width of the paper.
Public propertyPlaceEmptyLayerAllZeroLayerEntitiesBlock
Blocks consisting only of figures other than layer 0 are to be placed or set as "without layer".
Public propertySolidHatchTransparency
Get or set transparency of filled hatching.
Public propertySolidHatchTransparencyMode
Get or set whether to specify transparency of fill hatching.
Public propertyTemplateFilePath
At the same time as loading RootPro Gets or sets the template file path to copy CAD figure settings and so on.
Public propertyTextHeightAdjustMode
Get or set the character height adjustment mode.
Public propertyTextHeightScale
Get or set the adjustment ratio of character height.
Public propertyThresholdHatchPatternToSolid
Threshold value of the number of exploded figures when changing hatching pattern to SOLID (fill). 0: It does not change.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also