| JsPropertiesExtractor | Send comments on this topic. |
| MeasureCurve Method | |
| See Also Example | |
|
| vdWebLibrary Namespace > vdrawObj Class : MeasureCurve Method |
- entity
- An entity of the following type : vdLine, vdPolyline, vdRect, vdCircle, vdArc, vdEllipse
- length
- The distance lenght used to place each segment
Parameters
- entity
- An entity of the following type : vdLine, vdPolyline, vdRect, vdCircle, vdArc, vdEllipse
- length
- The distance lenght used to place each segment
divide an entity to 10 segments
| C# | Copy Code |
|---|---|
var circle = vdcanvas.AddCircle([0, 0, 0], 2); | |