| ISegment3DGetPoint(Location) Method |
Returns a point on the segment at given location
Namespace: TSD.API.Remoting.GeometryAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax Point3D GetPoint(
Location location
)
Function GetPoint (
location As Location
) As Point3D
Point3D GetPoint(
Location location
)
abstract GetPoint :
location : Location -> Point3D
Parameters
- location Location
- The location of the point
Return Value
Point3DA point on the segment
See Also