Class SketchEllipseBuilder
Inheritance
SketchEllipseBuilder
Assembly: NXOpen.dll
Syntax
public class SketchEllipseBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchEllipseBuilder()
Declaration
protected SketchEllipseBuilder()
Properties
CenterPoint
Declaration
public Point CenterPoint { get; set; }
Property Value
Closed
Declaration
public bool Closed { get; set; }
Property Value
EndAngle
Declaration
public Expression EndAngle { get; }
Property Value
MajorPoint
Declaration
public Point MajorPoint { get; set; }
Property Value
MajorRadius
Declaration
public Expression MajorRadius { get; }
Property Value
MinorPoint
Declaration
public Point MinorPoint { get; set; }
Property Value
MinorRadius
Declaration
public Expression MinorRadius { get; }
Property Value
RotationAngle
Declaration
public Expression RotationAngle { get; }
Property Value
StartAngle
Declaration
public Expression StartAngle { get; }
Property Value
Methods
HandleComplement()
Declaration
public void HandleComplement()
Implements
System.Runtime.Remoting.Messaging.IMessageSink