-
-
Notifications
You must be signed in to change notification settings - Fork 137
CSMath.Geometry.ICurve
Albert Domenech edited this page Apr 26, 2025
·
1 revision
Namespace: CSMath.Geometry
C#
public interface ICurve
Returns | Name | Summary |
---|---|---|
XYZ |
Center | Specifies the center of the curve. |
Double |
RadiusRatio | Ratio of minor axis to major axis. |
Returns | Name | Summary |
---|---|---|
XYZ |
PolarCoordinateRelativeToCenter(System.Double) | Calculate the local point on the curve for a given angle relative to the center. |
List<XYZ> |
PolygonalVertexes(System.Int32) | Converts the curve in a list of vertexes. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions