ISegment3DGetPoint Method (Location)

Returns a point on the segment at given location

Namespace:  TSD.API.Remoting.Geometry
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Point3D GetPoint(
	Location location
)

Parameters

location
Type: TSD.API.Remoting.GeometryLocation
The location of the point

Return Value

Type: Point3D
A point on the segment
See Also