ShapeTool

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Properties >

ShapeTool

 

property   ShapeTool:TDrawTool

 

 

 

 

       

Description:

 

  Set the current's Tool, you can change it when you need.

 

Example:

 

// Set Line draw tool

MyCAD1.ShapeTool:=SpLine;

 

// Set Link Line draw tool

MyCAD1.ShapeTool:=SpLinkLine;

// this code only allowed under TCADxp-PRO or TCADxp-ENT

 

Note:

 

If set shapetool =spClose , to close TCAD’s draw,drag,resize,rotate fucntion;

 

 

See also:

 

Defines