Class Line
Inheritance
Line
Inherited Members
Namespace: NXOpen.Markup
Assembly: NXOpen.dll
Syntax
public class Line : Element, IMessageSink, IFitTo, INXObject
Constructors
Line()
Declaration
protected Line()
Methods
GetEndpoints(out Point3d, out Point3d)
Declaration
public void GetEndpoints(out Point3d startPoint, out Point3d endPoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | startPoint | |
Point3d | endPoint |
SetEndpoints(Point3d, Point3d)
Declaration
public void SetEndpoints(Point3d startPoint, Point3d endPoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | startPoint | |
Point3d | endPoint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink