Interface ICompoundCurve

ICompoundCurve interface

인접 곡선이 끝점에서 결합되는 일련의 연속 곡선을 나타내는 곡선입니다.

public interface ICompoundCurve : ICurve, IEnumerable<ICurve>, IEquatable<ICompoundCurve>

속성

이름설명
Count { get; }곡선의 수를 가져옵니다.ICompoundCurve .
Item { get; }가져오기ICurve 지정된 index. 에서

행동 양식

이름설명
ToEditable()이 지오메트리의 편집 가능한 복사본을 가져옵니다.

또한보십시오