API Diff between 3.0.0-beta6715 and 1.2.2-beta93
203 Additions
1 Removals
Autodesk.DesignScript.Interfaces
-
public struct ExtensionStartupParams
-
public interface IRenderLabels
-
public interface IRenderPackageSupplement
- bool AllowLegacyColorOperations { get; set; }
- int LineVertexColorCount { get; }
- int MeshVertexColorCount { get; }
- List<Tuple<int, int>> MeshVerticesRangesAssociatedWithTextureMaps { get; }
- int PointVertexColorCount { get; }
- List<byte[]> TextureMapsList { get; }
- List<int> TextureMapsStrideList { get; }
- void AddTextureMapForMeshVerticesRange(int startIndex, int endIndex, byte[] textureMap, int stride)
- void AppendLineVertexColorRange(byte[] colors)
- void AppendMeshVertexColorRange(byte[] colors)
- void AppendPointVertexColorRange(byte[] colors)
- void UpdateLineVertexColorForRange(int startIndex, int endIndex, byte red, byte green, byte blue, byte alpha)
- void UpdateMeshVertexColorForRange(int startIndex, int endIndex, byte red, byte green, byte blue, byte alpha)
- void UpdatePointVertexColorForRange(int startIndex, int endIndex, byte red, byte green, byte blue, byte alpha)
-
public class LegacyRenderPackageMethodException : Exception
-
public class TessellationParameters
-
public enum VertexType
Autodesk.DesignScript.Runtime
Dynamo.Logging
-
public enum Actions
-
public static class Analytics
- public static bool DisableAnalytics { get; }
- public static bool ReportingAnalytics { get; }
- public static IDisposable CreateTimedEvent(Categories category, string variable, string description = "", int? value = default)
- public static void LogPiiInfo(string tag, string data)
- public static IDisposable TrackCommandEvent(string name, string description = "", int? value = default)
- public static void TrackEvent(Actions action, Categories category, string description = "", int? value = default)
- public static void TrackException(Exception ex, bool isFatal)
- public static IDisposable TrackFileOperationEvent(string filepath, Actions operation, int size, string description = "")
- public static void TrackPreference(string name, string stringValue, int? metricValue)
- public static void TrackScreenView(string viewName)
- public static void TrackStartupTime(string productName, TimeSpan time, string description = "")
- public static void TrackTimedEvent(Categories category, string variable, TimeSpan time, string description = "")
-
public enum Categories
-
public interface IAnalyticsClient
- bool ReportingAnalytics { get; }
- IDisposable CreateCommandEvent(string name, string description, int? value)
- IDisposable CreateTimedEvent(Categories category, string variable, string description, int? value)
- void LogPiiInfo(string tag, string data)
- void ShutDown()
- void Start()
- void TrackEvent(Actions action, Categories category, string description, int? value)
- void TrackException(Exception ex, bool isFatal)
- IDisposable TrackFileOperationEvent(string filepath, Actions operation, int size, string description)
- void TrackPreference(string name, string stringValue, int? metricValue)
- void TrackScreenView(string viewName)
- void TrackTimedEvent(Categories category, string variable, TimeSpan time, string description)
Dynamo.PythonServices
Dynamo.PythonServices.EventHandlers
Dynamo.Session
DynamoServices
DynamoUnits
PythonNodeModels