Click or drag to resize

ShapeCollectionAddEllipse Method

Add an ellipse.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract EllipseShape AddEllipse(
	Point2d center,
	double majorRadius,
	double minorRadius,
	double angle
)

Parameters

center
Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the center point Point2d
majorRadius
Type: SystemDouble
long diameter
minorRadius
Type: SystemDouble
Short diameter
angle
Type: SystemDouble
Long diameter tilt angle (Degree)

Return Value

Type: EllipseShape
Represents an oval figure EllipseShape
See Also