-
Notifications
You must be signed in to change notification settings - Fork 665
API Changes in Dynamo 2.7
Martin Misol Monzo edited this page Jun 9, 2020
·
1 revision
In AttachedProperties class:
-
SetShowSelectedmethod parameter type was changed. -
GetShowSelectedmethod parameter type was changed. -
SetHasTransparencyPropertymethod parameter type was changed. -
GetHasTransparencyPropertymethod parameter type was changed. -
GetIsFrozenmethod parameter type was changed. -
SetIsFrozenmethod parameter type was changed. -
SetIsolationModemethod parameter type was changed. -
GetIsolationModemethod parameter type was changed. -
SetIsSpecialRenderPackagemethod parameter type was changed. -
IsSpecialRenderPackagemethod parameter type was changed.
In DynamoGeometryModel3D class:
-
VertexSizeInBytesproperty was removed. -
Attachmethod was removed. -
Detachmethod was removed. -
Rendermethod was removed. -
Disposemethod was removed. InDynamoLineGeometryModel3Dclass: - Property
VertexSizeInByteswas removed. - Method
Attachwas removed.
In DynamoPointGeometryModel3D class:
- Property
VertexSizeInByteswas removed. - Method
Attachwas removed.
In DynamoEffectsManager class:
- Constructor parameter was removed.
In DynamoGeometryModel3D class:
- Constructor parameter was removed.
In HelixWatch3DViewModel class:
- Property
Model3DDictionaryMutexwas removed. - Event
RequestAttachToScenewas removed. - Property
WhiteMaterialwas made static. - Property
SelectedMaterialwas made static. - Property
RenderTechniquechanged its type. - Property
SceneItemschanged its type.
Other changes:
-
Model3DComparerrenamed toElement3DComparer. So are the public methods inside. - Struct
DynamoMeshVertexwas removed. - Struct
DynamoLineVertexwas removed. - Struct
DynamoPointVertexwas removed. - Class
DynamoRenderTechniquesManagerwas removed.
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