Class SketchLineBuilder
Inheritance
System.Object
System.MarshalByRefObject
SketchLineBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class SketchLineBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchLineBuilder()
Declaration
protected SketchLineBuilder()
Properties
SnapEnabled
Declaration
public bool SnapEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SnapRadius
Declaration
public double SnapRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetPreviewGeometry()
Declaration
public Line GetPreviewGeometry()
Returns
Type | Description |
---|---|
Line |
LockDirectionalSnapRelations()
Declaration
public void LockDirectionalSnapRelations()
SetEndPoint(Point3d)
Declaration
public void SetEndPoint(Point3d endPoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | endPoint |
SetSnapPointTarget(NXObject, Point3d)
Declaration
public void SetSnapPointTarget(NXObject snapTarget, Point3d snapHelpPoint)
Parameters
Type | Name | Description |
---|---|---|
NXObject | snapTarget | |
Point3d | snapHelpPoint |
SetSnapTarget(NXObject)
Declaration
public void SetSnapTarget(NXObject snapTarget)
Parameters
Type | Name | Description |
---|---|---|
NXObject | snapTarget |
SetStartPoint(Point3d)
Declaration
public void SetStartPoint(Point3d startPoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | startPoint |
UnlockDirectionalSnapRelations()
Declaration
public void UnlockDirectionalSnapRelations()
Implements
System.Runtime.Remoting.Messaging.IMessageSink