Interface ICompoundCurve
ICompoundCurve interface
表示一系列连续曲线的曲线,相邻曲线在其端点连接。
public interface ICompoundCurve : ICurve, IEnumerable<ICurve>, IEquatable<ICompoundCurve>
特性
姓名 | 描述 |
---|---|
Count { get; } | 获取曲线中的曲线数ICompoundCurve . |
Item { get; } | 获取ICurve 在指定的索引处. |
方法
姓名 | 描述 |
---|---|
ToEditable() | 获取此几何体的可编辑副本。 |
也可以看看
- interface ICurve
- 命名空间 Aspose.Gis.Geometries
- 部件 Aspose.GIS