Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 3.1 KB

File metadata and controls

69 lines (55 loc) · 3.1 KB

New Functions

[VS:Vectorworks 2012 New Functions](VS:Vectorworks 2012 New Functions)

Changes

  • Parametric objects no longer reset when moved inside a viewport, or when a viewport is moved. This was done for optimization purposes. However, if your parametric object needs to reset, you can specify the kObjXPropResetOnMoveInViewport extended property.

List of deprecated functions

Criteria

  • BotBound
  • CriteriaArea
  • CriteriaSurfaceArea
  • CriteriaVolume
  • LeftBound
  • Length
  • Perim
  • RightBound
  • TopBound
  • XCenter
  • YCenter
  • ZCenter

Dialogs - Modern

  • CreateIconPushButton
  • InsertEnhancedPullDownMenuItem
  • InsertProposedClassOrLayerItem

Dialogs - Modern - Browser

  • AddLBImage
  • SetLBMultImageIndexes

Objects - Walls

  • GetLayerDeltaZOffset
  • GetLinkHeightToLayerDeltaZ
  • HWallHeight
  • SetLayerDeltaZOffset
  • SetLinkHeightToLayerDeltaZ
  • SetWallHeights
  • WallHeight

Table with replacement functions

Deprecated function Replacement function
CreateControl
* controlKind = 1 {PICT image}
* controlKind = 26 {PNG image}
CreateImageControl2
CreateControl
* controlKind = 10 {image popup}
CreateThumbnailPopup
CreateIconPushButton CreateImagePushButton
InsertEnhancedPullDownMenuItem InsertEnhanPullDownMenuItem
InsertProposedClassOrLayerItem InsertPropClassOrLayerItem
AddLBImage AddListBrowserImage
SetLBMultImageIndexes SetLBImageIndexes
BotBound BotBoundN
CriteriaArea AreaN
CriteriaSurfaceArea SurfaceAreaN
CriteriaVolume VolumeN
LeftBound LeftBoundN
Length LengthN
Perim PerimN
RightBound RightBoundN
TopBound TopBoundN
XCenter XCenterN
YCenter YCenterN
ZCenter ZCenterN