Class LineEdge
public class LineEdge : Edge
- Inheritance
-
LineEdge
- Inherited Members
- Extension Methods
Constructors
LineEdge()
public LineEdge()
LineEdge(Point3d, Point3d, Plane)
public LineEdge(Point3d startPoint, Point3d endPoint, Plane plane)
Parameters
LineEdge(Point3d, Point3d, Vector3d)
public LineEdge(Point3d startPoint, Point3d endPoint, Vector3d localY = null)
Parameters
Properties
EndPoint
public Point3d EndPoint { get; }
Property Value
StartPoint
public Point3d StartPoint { get; }
Property Value
Methods
PointAtLength(double)
Evaluate a curve at a certain factor along its length.
public Point3d PointAtLength(double lengthFactor)
Parameters
lengthFactordouble