Interface ISegment3D
Represents a 3D segment
Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISegment3D
Properties
Name | Description |
---|---|
Magnitude | Gets the magnitude |
Type | Gets the type of the segment |
Methods
Name | Description |
---|---|
GetLcs(double) | Returns the local coordinate system at the given position along the segment |
GetPoint(double) | Returns a point on the segment at given position |
GetPoint(Location) | Returns a point on the segment at given location |