Class Ellipse
Inheritance
Ellipse
Inherited Members
Namespace: NXOpen.Markup
Assembly: NXOpen.dll
Syntax
public class Ellipse : Element, IMessageSink, IFitTo, INXObject
Constructors
Ellipse()
Declaration
protected Ellipse()
Methods
GetCenterAndRadius(out Point3d, out double, out double)
Declaration
public void GetCenterAndRadius(out Point3d center, out double majorRadius, out double minorRadius)
Parameters
Type | Name | Description |
---|---|---|
Point3d | center | |
double | majorRadius | |
double | minorRadius |
SetCenterAndRadius(Point3d, double, double)
Declaration
public void SetCenterAndRadius(Point3d center, double majorRadius, double minorRadius)
Parameters
Type | Name | Description |
---|---|---|
Point3d | center | |
double | majorRadius | |
double | minorRadius |
Implements
System.Runtime.Remoting.Messaging.IMessageSink