Class SketchLineBuilder
Inheritance
SketchLineBuilder
Assembly: NXOpen.dll
Syntax
public class SketchLineBuilder : SketchGeometryBuilder, IMessageSink, IComponentBuilder
Constructors
SketchLineBuilder()
Declaration
protected SketchLineBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Length
Declaration
public Expression Length { get; }
Property Value
LockAngle
Declaration
public bool LockAngle { get; set; }
Property Value
LockLength
Declaration
public bool LockLength { get; set; }
Property Value
LockRelativeAngle
Declaration
public bool LockRelativeAngle { get; set; }
Property Value
RelativeAngle
Declaration
public Expression RelativeAngle { 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 |
|
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 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink