Article | 70002123 |
Type | Wish |
Product | Engine |
Version | 9002 |
Date Added | 12/26/2021 12:00:00 AM |
Fixed | 9.9003.0.4 (12/26/2021 12:00:00 AM) |
Submitted by | VectorDraw Team |
Summary
Add Generate3dPathSection user command to the vdCommandAction
Solution
The CmdGenerate3dPathSection was added in version 9003.0.4 (b)
bool CmdGenerate3dPathSection(object extrusionpath, object section, object sectionbase, object CurveResolution)
Command that helps the user to draw a vdPolyface object following a given path and drawing a given section.
param name="extrusionpath" A vdCurve object that defines the path that will be extruded.Pass null in order to prompt the user to select on screen
param name="section" A vdCurve object that defines the section that will be follow the selected path.Pass null in order to prompt the user to select on screen
param name="sectionbase" A gPoint on the selected section defines the origin that will be over the selected path.Pass null in order to prompt the user to select on screen
param name="CurveResolution" Number of segments that curved objects will be divided.Pass null in order to prompt the user to select the number
Also the CmdGenerate3dPathSection was added to the default Commands.txt commands resorce files