API Diff between 1.0.0 and 2.18.0.4827
4 Additions
74 Removals
Autodesk.DesignScript.Geometry
-
public class Application : IExtensionApplication
- public void StartUp(ExtensionStartupParams extParams)
-
public class BoundingBox : DesignScriptEntity
-
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 PolyCurve Join(IEnumerable<Curve> curves)
- public double LengthBetweenParameters(double startParam = 0, double endParam = 1)
- public PolyCurve Join(IEnumerable<Curve> curves)
- public Vector NormalAtParameter(double param = 0, bool side = false)
- public Curve[] OffsetMany(double signedDistance, Vector planeNormal)
- 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 Solid SweepAsSolid(Curve path, bool cutEndOff = false)
-
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 PolyCurve : Curve
- public Point[] Points { get; }
- public static PolyCurve[] ByGroupedCurves(IEnumerable<Curve> curves, double joinTolerance = 0.001)
- public static PolyCurve[] ByGroupedCurves(IEnumerable<Curve> curves, double joinTolerance = 0.001, bool trimCurves = false, double trimLength = 0)
- public static PolyCurve ByJoinedCurves(IEnumerable<Curve> curves, double joinTolerance = 0.001)
- public static PolyCurve ByJoinedCurves(IEnumerable<Curve> curves, double joinTolerance = 0.001, bool trimCurves = false, double trimLength = 0)
- public static PolyCurve ByJoinedCurves(IEnumerable<Curve> curves)
- public static PolyCurve ByThickeningCurveNormal(Curve curve, double thickness, Vector normal)
- public PolyCurve Heal(double trimLength = 0)
- public Curve[] OffsetMany(double signedDistance, bool extendCircular, Vector planeNormal)
-
public class ProtoGeometryConfiguration : IProtoGeometryConfiguration
-
public class Solid : Topology
-
public class Surface : Topology
-
public class Vector : DesignScriptEntity
Autodesk.DesignScript.Geometry.TSpline
DynamoUnits