Create Doubleline (2)

AuthorIMSI/SoftDev [Prev] [Next] by Author
CategoryGraphic - Create [Prev] [Next] by Category
Keywords:
Type (Source?)Macro (VBA)
LicenceExample
StatusTo be reviewed


Description:

Description

This example shows how to create a TurboCAD Double Line regen graphic. You can set the following extended properties to control how the double line is drawn:

Extended Property Name UI Property Page Control Name Description and Values
$DLINEWID Separation Separation between the two lines.
$DLINECS End Caps - Start Boolean. True if you want start caps.
$DLINECE End Caps - End Boolean. True if you want end caps.
$DLINEALG Reference Reference Center (0) , Left (1) or Right (2).
$DLINETS n/a Boolean. Not used.
$DLINETE n/a Boolean. Not used.

This macro uses the following objects: Drawing, Graphic, Graphics, and Properties.

Build Instructions

Download and unzip the archive. Add a new project named "DblLine" to any TurboCAD drawing, and attach the DblLine.tcm file. Run the CreateDblLine1 macro. Add and or change the double line extended properties to create different double line results.



This macro should be available in your 'Macros' folder

Comments:




Download: .../IMSI/VBA/DblLine2.zip (5KB)
More Info: http://www3.imsisoft.com/turbocad/tcsdk/


Email Comment. Use this link to email comments, corrections, additional information etc for this topic.

URL of this page: <A href ='http://www.bcitool.com/TCDRC/?Pages/Page_00154.htm' target = '_blank'>TCDRC - Page 00154</A>