-
Notifications
You must be signed in to change notification settings - Fork 665
API Changes in Dynamo 2.14.0
aparajit-pratap edited this page Apr 7, 2022
·
8 revisions
- Dynamo now serializes a new
NodeInputData.Type2property on graph Inputs - this should be used instead ofType - Deprecated
selectionInputfield inDynamo.Graph.Nodes.NodeInputTypesenum in favor of eitherhostSelectionordropdownSelectionfields when used withNodeInputData.Type2property - Deprecated
NodeModel.ToolTipTextin favor ofNodeModel.Infos -
ProtoCore.RuntimeStatus.Warningsnow returns aListofWarningEntryinstead of anIEnumerable
- Removed
Dynamo.ViewModels.StyleItemand replaced withDynamo.Configuration.StyleItemin DynamoCore -
Dynamo.ViewModels.PreferencesViewModel.AddStyleControlnow returnsDynamo.ViewModels.StyleIteminstead ofDynamo.Configuration.StyleItem -
Dynamo.ViewModels.PreferencesViewModel.StyleItemsListmember type changed fromObservableCollection<StyleItem>toObservableCollection<GroupStyleItem> -
PythonNodeModelsWpf.ScriptEditorWindow.CachedEnginenow returnsstringinstead ofPythonEngineVersion -
PythonNodeModelsWpf.ScriptEditorWindow.AvailableEnginesnow returns anObservableCollectionofstringinstead of a collection ofPythonEngineVersion
- New method
Curve.SweepAsSolid(Curve path, bool cutEndOff)replaces methodCurve.Solid SweepAsSolid(Curve path), now deprecated. - New method
Surface.BySweep(Curve profile, Curve path, Boolean cutEndOff = false)replacesSurface.BySweep(Curve profile, Curve path), now deprecated. - New method
Solid.BySweep(Curve profile, Curve path, Boolean cutEndOff = false)replacesSolid.BySweep(Curve profile, Curve path), now deprecated.
Looking for help with using the Dynamo application? Try dynamobim.org.
- Dynamo 2.0 Language Changes Explained
- How Replication and Replication Guide work: Part 1
- How Replication and Replication Guide work: Part 2
- How Replication and Replication Guide work: Part 3