IArcSegment2D Interface

Represents a 2D arc segment

Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface IArcSegment2D : ISegment2D

The IArcSegment2D type exposes the following members.

Properties
 NameDescription
Public propertyCentre Gets the centre point of the arc circle
Public propertyMagnitude Gets the magnitude
(Inherited from ISegment2D)
Public propertyOrientation Gets the orientation of the arc circle
Public propertyRadius Gets the radius of the arc circle
Public propertyType Gets the type of the segment
(Inherited from ISegment2D)
Top
Methods
 NameDescription
Public methodGetPoint Returns a point on the segment at given location
(Inherited from ISegment2D)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next