Class Line
Inheritance
Line
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class Line : Curve, IMessageSink, IFitTo, ICurve, IBaseCurve, IProfile, INXObject
Constructors
Line()
Declaration
protected Line()
Properties
EndPoint
Declaration
public Point3d EndPoint { get; }
Property Value
Type | Description |
---|---|
Point3d |
StartPoint
Declaration
public Point3d StartPoint { get; }
Property Value
Type | Description |
---|---|
Point3d |
Methods
SetEndPoint(Point3d)
Declaration
public void SetEndPoint(Point3d endPoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | endPoint |
SetEndpoints(Point3d, Point3d)
Declaration
public void SetEndpoints(Point3d startPoint, Point3d endPoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | startPoint | |
Point3d | endPoint |
SetStartPoint(Point3d)
Declaration
public void SetStartPoint(Point3d startPoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | startPoint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink