Table of Contents

Method AddCircle

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

AddCircle(object, double, bool, object)

Adds a new vdCircle object in the document.

public object AddCircle(object center, double radius, bool drawit, object entities)

Parameters

center object

The circles center.

radius double

The circles radius in drawing units.

drawit bool

Defines if the vdCircle object will be drawn.

entities object

The entities collection where the circle will be added. This can be the entities of layout or a block.

Returns

object

The vdCircle object created.

Remarks

You can create new points by using the newpoint(double, double, double) method. Attention, the source .vds file is not modified.