Class SketchArcBuilder
Inheritance
SketchArcBuilder
Assembly: NXOpen.dll
Syntax
public class SketchArcBuilder : SketchGeometryBuilder, IMessageSink, IComponentBuilder
Constructors
SketchArcBuilder()
Declaration
protected SketchArcBuilder()
Properties
LockRadius
Declaration
public bool LockRadius { get; set; }
Property Value
Radius
Declaration
public Expression Radius { get; }
Property Value
Methods
SetEndPoint(Point3d)
Declaration
public void SetEndPoint(Point3d endPoint)
Parameters
Type |
Name |
Description |
Point3d |
endPoint |
|
SetStartPoint(Point3d)
Declaration
public void SetStartPoint(Point3d startPoint)
Parameters
Type |
Name |
Description |
Point3d |
startPoint |
|
SetThroughPoint(Point3d)
Declaration
public void SetThroughPoint(Point3d throughPoint)
Parameters
Type |
Name |
Description |
Point3d |
throughPoint |
|
SnapEndPoint(Point3d)
Declaration
public void SnapEndPoint(Point3d endPoint)
Parameters
Type |
Name |
Description |
Point3d |
endPoint |
|
SnapStartPoint(Point3d)
Declaration
public void SnapStartPoint(Point3d startPoint)
Parameters
Type |
Name |
Description |
Point3d |
startPoint |
|
SnapThroughPoint(Point3d)
Declaration
public void SnapThroughPoint(Point3d throughPoint)
Parameters
Type |
Name |
Description |
Point3d |
throughPoint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink