| Article | 60002007 |
| Type | Wish |
| Product | Engine |
| Date Added | 7/23/2013 12:00:00 AM |
| Fixed | (7/23/2013 12:00:00 AM) |
| Submitted by | Peter Chanios |
Summary
I would like a command to add Thickness to curves
Solution
In version 6026 we added a new command at the CommandAction object like Below
summary> Asks the user to select a curve(polyline , line, circle , arc , ellipse , rect) and prompts for it's thickness.
param name="curve">A vdFigure object or "USER" , null so the user selects the curve.
param name="Thickness">A double value representing the thickness to be applied or "USER",null so the user picks thickness to the screen.
param name="ConvertToPolyfaceWithCovers">A boolean value that represents if the figure is going to be deleted and replaced with a covered polyface or "USER", null so the user is asked for a Yes/No answer.
returns>True if the command was succesfull.
public bool CmdThickness(object curve, object Thickness, object ConvertToPolyfaceWithCovers)

