Plant_CreateDupPlant PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

PROCEDURE   Plant_CreateDupPlant
( plantToCreateFrom:HANDLE ) ;

Python:

def  vs.Plant_CreateDupPlant(plantToCreateFrom):
   return None

Description:

Creates a new plant from the currently selected plant

説明

現在選択されている植栽から新しい植栽を作成します。



  Plant_EditPlantDefRB PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

PROCEDURE   Plant_EditPlantDefRB
( plantToEdit:HANDLE ) ;

Python:

def  vs.Plant_EditPlantDefRB(plantToEdit):
   return None

Description:

Updates the definition when the user edits a plant definition from the resource browser

説明

ユーザーがリソースブラウザーで植栽を編集したときに、定義を更新します。



  Plant_GetToolInit PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

FUNCTION   Plant_GetToolInit
:BOOLEAN ;

Python:

def  vs.Plant_GetToolInit():
   return BOOLEAN

Description:

Returns true if the plant tool is initialized.

説明

植栽ツールが初期化されていればTRUEを返します。



  Plant_GetToolPlantNm PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

FUNCTION   Plant_GetToolPlantNm
:STRING ;

Python:

def  vs.Plant_GetToolPlantNm():
   return STRING

Description:

Gets the current plant that the tool has loaded.

説明

ツールがロードした植栽を取得します。



  Plant_GetToolPlcMode PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

FUNCTION   Plant_GetToolPlcMode
:INTEGER ;

Python:

def  vs.Plant_GetToolPlcMode():
   return INTEGER

Description:

Gets the current placement mode associated with the plant tool.

説明

植栽ツールの現在の配置モードを取得します。



  Plant_GetToolSpacing PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

FUNCTION   Plant_GetToolSpacing
:REAL ;

Python:

def  vs.Plant_GetToolSpacing():
   return REAL

Description:

Gets the current spacing associated with the plant tool.

説明

植栽ツールの配置間隔を取得します。



  Plant_ReplacePlant PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

PROCEDURE   Plant_ReplacePlant
( plantToReplace:HANDLE ) ;

Python:

def  vs.Plant_ReplacePlant(plantToReplace):
   return None

Description:

Replaces a the currently selected plant

説明

選択されている植栽を置き換える。



  Plant_ReplacePlantParam PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

FUNCTION   Plant_ReplacePlantParam
( origPlantObj:HANDLE ) :HANDLE ;

Python:

def  vs.Plant_ReplacePlantParam(origPlantObj):
   return HANDLE

Description:

Replaces plant parameters using information from replacement plant object.

説明

植栽のパラメータを置き換えます。



  Plant_ResetPlantInst PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

PROCEDURE   Plant_ResetPlantInst
( plantSymbolName:DYNARRAY[] of CHAR ) ;

Python:

def  vs.Plant_ResetPlantInst(plantSymbolName):
   return None

Description:

Resets all instances of the plant symbol definition that is edited.

説明

編集された植栽シンボル定義の全てのシンボルをリセットします。



  Plant_UpdatePlaceTool PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

PROCEDURE   Plant_UpdatePlaceTool
( plantToUpdateWith:HANDLE ) ;

Python:

def  vs.Plant_UpdatePlaceTool(plantToUpdateWith):
   return None

Description:

Updates the place plant tool when plant is double clicked from resource browser

説明

植栽がリソースブラウザーでダブルクリックされたら植栽ツールを更新します。



  Plant_UpdateTranslat PlantObjectCoreTools 
Vectorworks 2014

VectorScript Declaration:

PROCEDURE   Plant_UpdateTranslat
(   newSymbolName :DYNARRAY[] of CHAR;
    oldID :DYNARRAY[] of CHAR;
    newID :DYNARRAY[] of CHAR;
    masterPlant :HANDLE;
    currentPlant :HANDLE
) ;

Python:

def  vs.Plant_UpdateTranslat(newSymbolName, oldID, newID, masterPlant, currentPlant):
   return None

Description:

Updates the plant record with the new ID.

説明

植栽レコードを新しいIDで更新します。