DXFLinkingDistance

 

Name

 

            DXFLinkingDistance

 

Type

 

            Read/Write

 

When to use it

 

            You can set the value of this property before calling Start method.

            You may get the value of this property anytime.

 

Prototype

 

            property DXFLinkingDistance: double;

 

Explanations

 

            DXF files contain multiple distinct entities (lines, polylines, arcs, etc). These entities must be linked together in order to form a closed shape. Not in all cases the end position for an entity is the start position for another entity. There may be some gap between them. This property specify the distance required for linking consecutive entities. It must be greater than 0 in order to be sure that the entities are linked continuously.

 

Default value

        0

 

See also:

   

        LoadPartFromDXF, LoadStockFromDXF.