Creates a sketch ellipse using the center point, a point defining the major axis and a third point anywhere along the ellipse. The created ellipse is parallel to the x-y plane of the sketch.
"sketchEllipses_var" is a variable referencing a SketchEllipses object.
|
"sketchEllipses_var" is a variable referencing a SketchEllipses object.
|
Type | Description |
SketchEllipse | Returns the newly created SketchEllipse object if the creation was successful or null if it failed. |
Name | Type | Description |
centerPoint | Base | The center point of the ellipse. This can be either an existing SketchPoint or a Point3D object. |
majorAxisPoint | Point3D | A point3D object that defines both the major axis direction and major axis radius. |
point | Point3D | A point3D object that the ellipse will pass through. |
Name | Description |
SketchDimensions.AddEllipseMajorRadiusDimension | Demonstrates the SketchDimension.addEllipseMajorRadiusDimension method. |
SketchDimensions.AddEllipseMinorRadiusDimension | Demonstrates the SketchDimension.addEllipseMinorRadiusDimension method. |
SketchEllipses.add | Demonstrates the SketchEllipses.add method. |