-
Notifications
You must be signed in to change notification settings - Fork 636
API Changes in Dynamo 2.14.0
aparajit-pratap edited this page Apr 7, 2022
·
8 revisions
- Dynamo now serializes a new
NodeInputData.Type2
property on graph Inputs - this should be used instead ofType
- Deprecated
selectionInput
field inDynamo.Graph.Nodes.NodeInputTypes
enum in favor of eitherhostSelection
ordropdownSelection
fields when used withNodeInputData.Type2
property - Deprecated
NodeModel.ToolTipText
in favor ofNodeModel.Infos
-
ProtoCore.RuntimeStatus.Warnings
now returns aList
ofWarningEntry
instead of anIEnumerable
- Removed
Dynamo.ViewModels.StyleItem
and replaced withDynamo.Configuration.StyleItem
in DynamoCore -
Dynamo.ViewModels.PreferencesViewModel.AddStyleControl
now returnsDynamo.ViewModels.StyleItem
instead ofDynamo.Configuration.StyleItem
-
Dynamo.ViewModels.PreferencesViewModel.StyleItemsList
member type changed fromObservableCollection<StyleItem>
toObservableCollection<GroupStyleItem>
-
PythonNodeModelsWpf.ScriptEditorWindow.CachedEngine
now returnsstring
instead ofPythonEngineVersion
-
PythonNodeModelsWpf.ScriptEditorWindow.AvailableEngines
now returns anObservableCollection
ofstring
instead 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