API Diff between 2.13.0.3485 and 0.9.1-beta1
451 Additions
9 Removals
Autodesk.DesignScript.Geometry
-
public class Application : IExtensionApplication
-
public class CoEdge : DesignScriptEntity
-
public class Curve : Geometry
- public static Curve ByBlendBetweenCurves(Curve curve1, Curve curve2, bool endOrStart1 = true, bool endOrStart2 = false)
- public static Curve ByBlendBetweenCurves(Curve curve1, Curve curve2, bool endOrStart1 = true, bool endOrStart2 = false, bool isG2Continuous = false)
- public CoordinateSystem CoordinateSystemAtSegmentLength(double segmentLength = 0)
- public PolyCurve Join(Curve curve)
- public PolyCurve Join(Curve curve)
- public double ParameterAtSegmentLength(double segmentLength = 0)
- public Curve[] ParameterTrimSegments(double[] parameters, bool discardEvenSegments = false)
- public Plane PlaneAtSegmentLength(double segmentLength = 0)
- public Point PointAtChordLength(double chordLength = 1, double parameterLocation = 0, bool forward = true)
- public Point PointAtSegmentLength(double segmentLength = 0)
- public Point[] PointsAtChordLengthFromPoint(Point point, double chordLength = 1)
- public Point[] PointsAtEqualChordLength(int divisions = 10)
- public Point[] PointsAtEqualSegmentLength(int divisions = 10)
- public Point[] PointsAtSegmentLengthFromPoint(Point point, double segmentLength = 1)
- public double SegmentLengthAtParameter(double parameter = 0)
- public double SegmentLengthBetweenParameters(double startParam = 0, double endParam = 1)
- public Curve[] SplitByParameter(double parameter = 0.5)
- public Curve[] SplitByParameter(double[] parameters)
- public Curve[] SplitByPoints(IEnumerable<Point> points)
- public Curve TrimByEndParameter(double endParameter = 1)
- public Curve TrimByParameter(double startParameter = 0, double endParameter = 1)
- public Curve TrimByStartParameter(double startParameter = 0)
- public Curve[] TrimInteriorByParameter(double startParameter = 0, double endParameter = 1)
- public Curve[] TrimSegmentsByParameter(double[] parameters)
- public Curve[] TrimSegmentsByParameter(double[] parameters, bool discardEvenSegments = false)
-
public class Cylinder : Cone
-
public abstract class DesignScriptEntity : IDisposable, IGraphicItem
-
public class Edge : DesignScriptEntity
-
public class EllipseArc : Curve
-
public class Face : DesignScriptEntity
-
public abstract class Geometry : DesignScriptEntity
-
public class HostFactory
-
public class Loop : DesignScriptEntity
-
public class PolyCurve : Curve
-
public class ProtoGeometryConfiguration : IProtoGeometryConfiguration
-
public class Solid : Topology
-
public class Surface : Topology
-
public class Vector : DesignScriptEntity
Autodesk.DesignScript.Geometry.TSpline
-
public class TSplineEdge : Edge
-
public class TSplineFace : Face
-
public class TSplineInitialSymmetry : DesignScriptEntity
-
public class TSplineReflection : DesignScriptEntity
-
public class TSplineSurface : TSplineTopology
- public bool IsClosed { get; }
- public bool { get; }
- public bool IsInBoxMode { get; }
- public bool IsStandard { get; }
- public bool IsWaterTight { get; }
- public TSplineReflection[] Reflections { get; }
- public static TSplineSurface BuildFromLines(IEnumerable<Curve> lines, int maxFaceValence = 4, double snappingTolerance = 1E-05, bool creaseOuterVertices = true, bool inSmoothMode = false)
- public static TSplineSurface BuildPipes(IEnumerable<Curve> curves, double defaultRadius, double snappingTolerance, IEnumerable<int> segmentsCount, IEnumerable<double> endRotations, IEnumerable<double> endRadii, IEnumerable<double> endPercentage, bool inSmoothMode)
- public static TSplineSurface BuildPipes(IEnumerable<Curve> curves, double defaultRadius, double snappingTolerance, IEnumerable<int> segmentsCount, bool autoHandleStart, bool autoHandleEnd, IEnumerable<double> startRotations, IEnumerable<double> endRotations, IEnumerable<double> startRadii, IEnumerable<double> endRadii, IEnumerable<double> startPositions, IEnumerable<double> endPositions, bool inSmoothMode)
- public static TSplineSurface ByBoxCorners(Point lowPoint, Point highPoint, int xSpans, int ySpans, int zSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByBoxLengths(double width, double length, double height, int xSpans, int ySpans, int zSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByBoxLengths(Point origin, double width, double length, double height, int xSpans, int ySpans, int zSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByBoxLengths(CoordinateSystem cs, double width, double length, double height, int xSpans, int ySpans, int zSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByCombinedTSplineSurfaces(IEnumerable<TSplineSurface> tSplineSurfaces)
- public static TSplineSurface ByConeCoordinateSystemHeightRadii(CoordinateSystem cs, double height, double startRadius, double endRadius, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByConeCoordinateSystemHeightRadius(CoordinateSystem cs, double height, double radius, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByConePointsRadii(Point startPoint, Point endPoint, double startRadius, double endRadius, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByConePointsRadius(Point startPoint, Point endPoint, double radius, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByCylinderPointsRadius(Point startPoint, Point endPoint, double radius, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByCylinderRadiusHeight(CoordinateSystem cs, double radius, double height, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByExtrude(Curve curve, Vector direction, double frontDistance = 1, double backDistance = 1, int frontSpans = 1, int backSpans = 0, int profileSpans = 0, bool uniform = true, bool inSmoothMode = false)
- public static TSplineSurface ByNurbsSurfaceCurvature(NurbsSurface nurbsSurface, bool inSmoothMode = false)
- public static TSplineSurface ByNurbsSurfaceUniform(NurbsSurface nurbsSurface, int uSpans, int vSpans, bool uUseArcLen, bool vUseArcLen, bool inSmoothMode)
- public static TSplineSurface ByPlaneBestFitThroughPoints(IEnumerable<Point> points, Point minCorner, Point maxCorner, int xSpans, int ySpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByPlaneLineAndPoint(Line line, Point point, Point minCorner, Point maxCorner, int xSpans, int ySpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByPlaneOriginNormal(Point origin, Vector normal, Point minCorner, Point maxCorner, int xSpans, int ySpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByPlaneOriginNormalXAxis(Point origin, Vector normal, Vector xAxis, Point minCorner, Point maxCorner, int xSpans, int ySpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByPlaneOriginXAxisYAxis(Point origin, Vector xAxis, Vector yAxis, Point minCorner, Point maxCorner, int xSpans, int ySpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByPlaneThreePoints(Point p1, Point p2, Point p3, Point minCorner, Point maxCorner, int xSpans, int ySpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByQuadballCenterRadius(Point center, double radius, int spans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByQuadballCoordinateSystemRadius(CoordinateSystem cs, double radius, int spans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByRevolve(Curve profile, Point axisOrigin, Vector axisDirection, double startAngle, double sweepAngle, int radialSpans, int axialSpans, bool uniform, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface BySphereBestFit(IEnumerable<Point> points, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface BySphereCenterPointRadius(Point centerPoint, double radius, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface BySphereFourPoints(IEnumerable<Point> points, int radiusSpans, int heightSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface BySweep(Curve profile, Curve path, bool parallel = true, int pathSpans = 1, int profileSpans = 0, bool pathUniform = true, bool profileUniform = true, bool inSmoothMode = false)
- public static TSplineSurface ByTorusCenterRadii(Point center, double innerRadius, double outerRadius, int innerRadiusSpans, int outerRadiusSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface ByTorusCoordinateSystemRadii(CoordinateSystem cs, double innerRadius, double outerRadius, int innerRadiusSpans, int outerRadiusSpans, TSplineInitialSymmetry symmetry, bool inSmoothMode)
- public static TSplineSurface[] DeserializeFromTSM(string content, bool inSmoothMode = false)
- public static string ExportToTSM(TSplineSurface tSplineSurface, string filePath)
- public static string ExportToTSS(IEnumerable<TSplineSurface> tSplineSurfaces, string filePath)
- public static TSplineSurface[] ImportFromTSM(string filePath, bool inSmoothMode = false)
- public static TSplineSurface[] ImportFromTSM(FileInfo file, bool inSmoothMode = false)
- public static TSplineSurface[] ImportFromTSS(string filePath, bool inSmoothMode = false)
- public static TSplineSurface[] ImportFromTSS(FileInfo file, bool inSmoothMode = false)
- public static string SerializeAsTSM(TSplineSurface tSplineSurface)
- public TSplineSurface AddReflections(IEnumerable<TSplineReflection> reflections, bool weldSymmetricPortions = false, double weldTolerance = 1E-05)
- public TSplineSurface BevelEdges(IEnumerable<TSplineEdge> edges, double percentage = 0.5, int segments = 3, bool keepOnFace = false, double roundness = 0)
- public TSplineSurface BridgeEdgesToEdges(IEnumerable<TSplineEdge> firstGroup, IEnumerable<TSplineEdge> secondGroup, IEnumerable<Curve> followCurves, IEnumerable<int> frameRotations, IEnumerable<int> spansCounts, bool cleanBorderBridges, bool keepSubdCreases, IEnumerable<TSplineVertex> firstAlignVertices, IEnumerable<TSplineVertex> secondAlignVertices, IEnumerable<bool> flipAlignmentFlags)
- public TSplineSurface BridgeEdgesToFaces(IEnumerable<TSplineEdge> firstGroup, IEnumerable<TSplineFace> secondGroup, IEnumerable<Curve> followCurves, IEnumerable<int> frameRotations, IEnumerable<int> spansCounts, bool cleanBorderBridges, bool keepSubdCreases, IEnumerable<TSplineVertex> firstAlignVertices, IEnumerable<TSplineVertex> secondAlignVertices, IEnumerable<bool> flipAlignmentFlags)
- public TSplineSurface BridgeFacesToEdges(IEnumerable<TSplineFace> firstGroup, IEnumerable<TSplineEdge> secondGroup, IEnumerable<Curve> followCurves, IEnumerable<int> frameRotations, IEnumerable<int> spansCounts, bool cleanBorderBridges, bool keepSubdCreases, IEnumerable<TSplineVertex> firstAlignVertices, IEnumerable<TSplineVertex> secondAlignVertices, IEnumerable<bool> flipAlignmentFlags)
- public TSplineSurface BridgeFacesToFaces(IEnumerable<TSplineFace> firstGroup, IEnumerable<TSplineFace> secondGroup, IEnumerable<Curve> followCurves, IEnumerable<int> frameRotations, IEnumerable<int> spansCounts, bool cleanBorderBridges, bool keepSubdCreases, IEnumerable<TSplineVertex> firstAlignVertices, IEnumerable<TSplineVertex> secondAlignVertices, IEnumerable<bool> flipAlignmentFlags)
- public TSplineSurface CompressIndexes()
- public TSplineSurface CreaseEdges(IEnumerable<TSplineEdge> edges)
- public TSplineSurface CreaseVertices(IEnumerable<TSplineVertex> vertices)
- public TSplineSurface CreateMatch(IEnumerable<TSplineEdge> tsEdges, IEnumerable<Curve> curves, int continuity, bool useArclength, bool useRefinement, int numRefinementSteps, double refinementTolerance, bool usePropagation, double widthOfPropagation, double tangentScale, double curvParamWeight, bool flipSourceTargetAlignment)
- public TSplineSurface CreateMatch(IEnumerable<TSplineEdge> tsEdges, IEnumerable<Curve> curves, int continuity, bool useArclength, bool useRefinement, int numRefinementSteps, double refinementTolerance, bool usePropagation, double widthOfPropagation, double scale, bool flipSourceTargetAlignment)
- public TSplineSurface CreateMatch(IEnumerable<TSplineEdge> tsEdges, IEnumerable<Edge> brepEdges, int continuity, bool useArclength, bool useRefinement, int numRefinementSteps, double refinementTolerance, bool usePropagation, double widthOfPropagation, double tangentScale, double curvParamWeight, bool flipSourceTargetAlignment)
- public TSplineSurface CreateMatch(IEnumerable<TSplineEdge> tsEdges, IEnumerable<Edge> brepEdges, int continuity, bool useArclength, bool useRefinement, int numRefinementSteps, double refinementTolerance, bool usePropagation, double widthOfPropagation, double scale, bool flipSourceTargetAlignment)
- public TSplineSurface DeleteEdges(IEnumerable<TSplineEdge> edges)
- public TSplineSurface DeleteFaces(IEnumerable<TSplineFace> faces)
- public TSplineSurface DeleteVertices(IEnumerable<TSplineVertex> vertices)
- public TSplineSurface DuplicateFaces(IEnumerable<TSplineFace> faces)
- public TSplineSurface EnableSmoothMode(bool enable = true)
- public TSplineSurface ExtrudeEdges(IEnumerable<TSplineEdge> edges, Vector direction, int spans = 1)
- public TSplineSurface ExtrudeEdgesAlongCurve(IEnumerable<TSplineEdge> edges, Curve curve, int spans = 1)
- public TSplineSurface ExtrudeFaces(IEnumerable<TSplineFace> faces, Vector direction, int spans = 1)
- public TSplineSurface ExtrudeFacesAlongCurve(IEnumerable<TSplineFace> faces, Curve curve, int spans = 1)
- public TSplineSurface FillHole(IEnumerable<TSplineEdge> edges, int fillMethod = 0, bool keepSubdCreases = false)
- public TSplineSurface FlattenVertices(IEnumerable<TSplineVertex> vertices)
- public TSplineSurface FlattenVertices(IEnumerable<TSplineVertex> vertices, Plane parallelPlane)
- public TSplineSurface FlipNormals()
- public TSplineSurface Interpolate(bool reverse = false)
- public TSplineSurface MakeUniform()
- public TSplineSurface MergeEdges(IEnumerable<TSplineEdge> firstGroup, IEnumerable<TSplineEdge> secondGroup, bool insertCreases = false)
- public TSplineSurface MoveVertices(IEnumerable<TSplineVertex> vertices, Vector vector, bool onSurface = false)
- public TSplineSurface PullVertices(IEnumerable<TSplineVertex> vertices, IEnumerable<Geometry> geometries, bool surfacePoints = true)
- public TSplineSurface RemoveReflections()
- public TSplineSurface SlideEdges(IEnumerable<TSplineEdge> edges, double amount = 0.5, double roundness = 0)
- public TSplineSurface Standardize()
- public TSplineSurface SubdivideFaces(IEnumerable<TSplineFace> faces, bool exact = true)
- public TSplineSurface Thicken(double distance, bool softEdges = true)
- public TSplineSurface Thicken(Vector vector, bool softEdges = true)
- public Topology[] ToBRep(bool matchTopology = true)
- public Mesh ToMesh(int minSegments = 1, double tolerance = 0.01)
- public TSplineSurface UncreaseEdges(IEnumerable<TSplineEdge> edges)
- public TSplineSurface UncreaseVertices(IEnumerable<TSplineVertex> vertices)
- public TSplineSurface UnweldEdges(IEnumerable<TSplineEdge> edges)
- public TSplineSurface UnweldVertices(IEnumerable<TSplineVertex> vertices)
- public TSplineSurface WeldCoincidentVertices(double tolerance = 1E-05)
- public TSplineSurface WeldVertices(IEnumerable<TSplineVertex> vertices, Point newPosition, bool keepSubdCreases)
- public TSplineSurface WeldVertices(IEnumerable<TSplineVertex> firstGroup, IEnumerable<TSplineVertex> secondGroup, bool keepSubdCreases = false)
-
public class TSplineTopology : Topology
-
public class TSplineUVNFrame : DesignScriptEntity
-
public class TSplineVertex : Vertex
DynamoUnits
-
public class Area : SIUnit, IComparable, IEquatable<Area>
-
public enum AreaUnit
-
public class BaseUnit
-
public class Display
-
public class Insolation : SIUnit, IComparable, IEquatable<Insolation>
-
public enum InsolationUnit
-
public interface IUnitInput
-
public class Length : SIUnit, IComparable, IEquatable<Length>
-
public enum LengthUnit
-
public class Location
-
public class MathematicalArgumentException : Exception
-
public class Quantity
-
public abstract class SIUnit : BaseUnit
- public static Dictionary<string, double> Conversions { get; }
- public abstract double UnitValue { get; }
- public double Value { get; set; }
- protected SIUnit(double value)
- public static SIUnit op_Addition(SIUnit x, SIUnit y)
- public static SIUnit op_Addition(SIUnit x, double y)
- public static double op_Addition(double x, SIUnit y)
- public static object op_Division(SIUnit x, SIUnit y)
- public static SIUnit op_Division(SIUnit x, double y)
- public static bool op_GreaterThan(double x, SIUnit y)
- public static bool op_GreaterThan(SIUnit x, double y)
- public static bool op_GreaterThan(SIUnit x, SIUnit y)
- public static bool op_GreaterThanOrEqual(double x, SIUnit y)
- public static bool op_GreaterThanOrEqual(SIUnit x, double y)
- public static bool op_GreaterThanOrEqual(SIUnit x, SIUnit y)
- public static bool op_LessThan(double x, SIUnit y)
- public static bool op_LessThan(SIUnit x, double y)
- public static bool op_LessThan(SIUnit x, SIUnit y)
- public static bool op_LessThanOrEqual(double x, SIUnit y)
- public static bool op_LessThanOrEqual(SIUnit x, double y)
- public static bool op_LessThanOrEqual(SIUnit x, SIUnit y)
- public static SIUnit op_Modulus(SIUnit x, SIUnit y)
- public static SIUnit op_Modulus(SIUnit x, double y)
- public static double op_Modulus(double x, SIUnit y)
- public static SIUnit op_Multiply(SIUnit x, SIUnit y)
- public static SIUnit op_Multiply(SIUnit x, double y)
- public static SIUnit op_Multiply(double x, SIUnit y)
- public static SIUnit op_Subtraction(SIUnit x, SIUnit y)
- public static SIUnit op_Subtraction(SIUnit x, double y)
- public static double op_Subtraction(double x, SIUnit y)
- public static SIUnit ToSIUnit(object value)
- public abstract SIUnit Add(SIUnit x)
- public abstract SIUnit Add(double x)
- public abstract SIUnit Ceiling()
- public abstract double ConvertToHostUnits()
- public abstract object Divide(SIUnit x)
- public abstract SIUnit Divide(double x)
- public abstract SIUnit Floor()
- public abstract SIUnit Modulo(SIUnit x)
- public abstract SIUnit Modulo(double x)
- public abstract SIUnit Multiply(SIUnit x)
- public abstract SIUnit Multiply(double x)
- public abstract SIUnit Round()
- public abstract void SetValueFromString(string value)
- public abstract SIUnit Subtract(SIUnit x)
- public abstract SIUnit Subtract(double x)
-
public class Symbol
-
public class Unit
-
public static class UnitExtensions
-
public class UnitsException : MathematicalArgumentException
-
public static class Utilities
-
public class Utils
- public Utils()
- public static string CreateFraction(double value, double precision)
- public static double FromFeetAndFractionalInches(string value)
- public static void ParseAreaFromString(string value, out double square_inch, out double square_foot, out double square_millimeter, out double square_centimeter, out double square_meter)
- public static void ParseLengthFromString(string value, out double feet, out double inch, out double m, out double cm, out double mm, out double numerator, out double denominator)
- public static bool ParseLengthInFeetFromString(string value, out double feet, out double numerator, out double denominator)
- public static string ParsePartialInchesToString(double value, double precision)
- public static double ParseUnit(string value, string unitSymbol)
- public static void ParseVolumeFromString(string value, out double cubic_inch, out double cubic_foot, out double cubic_millimeter, out double cubic_centimeter, out double cubic_meter)
- public static string ParseWholeInchesToString(double value)
- public static string ToFeetAndDecimalInches(double decimalFeet)
- public static string ToFeetAndFractionalInches(double decimalFeet)
- public static string ToFractionalInches(double decimalInches)
-
public class Volume : SIUnit, IComparable, IEquatable<Volume>
-
public enum VolumeUnit