API Diff between 1.0.0 and 2.0.0-beta2976
2 Additions
37 Removals
Autodesk.DesignScript.Geometry
-
public class CoEdge : DesignScriptEntity
-
public class Curve : Geometry
- public static Curve ByBlendBetweenCurves(Curve curve1, Curve curve2, bool endOrStart1 = true, bool endOrStart2 = false, bool isG2Continuous = false)
- public static Curve ByBlendBetweenCurves(Curve curve1, Curve curve2, bool endOrStart1 = true, bool endOrStart2 = false)
- public CoordinateSystem CoordinateSystemAtDistance(double segmentLength = 0)
- public double DistanceAtParameter(double param = 0)
- public double LengthBetweenParameters(double startParam = 0, double endParam = 1)
- public double ParameterAtDistance(double segmentLength = 0)
- public Curve[] ParameterSplit(double parameter = 0.5)
- public Curve[] ParameterSplit(double[] parameters)
- public Curve ParameterTrim(double startParameter = 0, double endParameter = 1)
- public Curve ParameterTrimEnd(double endParameter = 1)
- public Curve[] ParameterTrimInterior(double startParameter = 0, double endParameter = 1)
- public Curve[] ParameterTrimSegments(double[] parameters)
- public Curve ParameterTrimStart(double startParameter = 0)
- public Plane PlaneAtDistance(double segmentLength = 0)
- public Point PointAtDistance(double segmentLength = 0)
-
public class Cylinder : Cone
-
public abstract class DesignScriptEntity : IDisposable, IGraphicItem
-
public class EllipseArc : Curve
-
public abstract class Geometry : DesignScriptEntity
-
public class HostFactory
-
public class Loop : DesignScriptEntity
-
public class Vector : DesignScriptEntity
Autodesk.DesignScript.Geometry.TSpline
DynamoUnits