Method GetPoint
GetPoint(Location)
Returns a point on the segment at given location
Declaration
Point3D GetPoint(Location location)
Parameters
Type | Name | Description |
---|---|---|
Location | location | The location of the point |
Returns
Type | Description |
---|---|
Point3D | A point on the segment |
GetPoint(double)
Returns a point on the segment at given position
Declaration
Point3D GetPoint(double localX)
Parameters
Type | Name | Description |
---|---|---|
double | localX | The position along the segment (0.0 corresponds to the start point, 1.0 corresponds to the end point) |
Returns
Type | Description |
---|---|
Point3D | A point on the segment |