![]() |
Description |
A shape representing the interior of one quarter half of an elliptical curve closed by two line segments forming a right angle. |
Parameters |
Label – A unique name that identifies the element. (IElement/Label) Visible - If True, element is visible in the sketch. (IElement/Visible) Construction Only - If True, element is excluded from the covering process and does not become part of the geometry. Such elements are used in constructing other elements. (IElement/Construction) Start - [LENGTH] – Corner of the bounding box of the shape defined in the sketch's coordinate system. The straight boundary of the shape is always in the X direction of the sketch's coordinate system. This position is where the right angle of the shape is always located. (IPoint/Location) Width - [LENGTH] - Width of the bounding box of the shape. This is always in the X direction of the sketch's coordinate system. (IAnchoredShape/Width) Height - [LENGTH] - Height of the bounding box of the shape. This is always in the Y direction of the sketch's coordinate system. (IAnchoredShape/Height) Sketch Parameters: Label – A unique name that identifies the sketch. (ISketch/Label) Plane – Plane of the solid's coordinate system that the sketch lies in. (ISketch/Plane) Offset - [LENGTH] – Distance from the origin of the solid's coordinate system to the sketch plane in a direction normal to the chosen sketch plane. (ISketch/PlaneOffset) |
Example(s) |
|
User Interface Button |
|
Command Details |
Mouse click order is: |
Requirements |
Both width and height must be greater than zero. |
Other Notes |
None. |
Example Creation Script |
Element_1 = Profile_1.QuarterEllipse("QuarterEllipse_1", "-0.067, -0.011, 0", "-0.01", "0.004") |
Scripting Interfaces |
“IQuarterEllipse”
|
Please send email to awr.support@cadence.com if you would like to provide feedback on this article. Please make sure to include the article link in the email.