DLDBeginLoadData | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE DLDBeginLoadData
( loadDataType:INTEGER ) ; Python:
return None
def vs.DLDBeginLoadData(loadDataType): Description:
Begin creation of load data from that type.説明
Begin creation of load data from that type.
BRACEWORKSの関数です。日本語版ではサポートしていません。
DLDEndLoadData | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE DLDEndLoadData
; Python:
return None
def vs.DLDEndLoadData(): Description:
Add the created data to object properties説明
Add the created data to object properties.
BRACEWORKSの関数です。日本語版ではサポートしていません。
DLDSetLoadDataBool | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE DLDSetLoadDataBool
( selector :INTEGER; value :BOOLEAN ) ; Python:
return None
def vs.DLDSetLoadDataBool(selector, value): Description:
Using selector, sets default load data with boolean value for the parametric object説明
Using selector, sets default load data with boolean value for the parametric object.
BRACEWORKSの関数です。日本語版ではサポートしていません。
DLDSetLoadDataReal | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE DLDSetLoadDataReal
( selector :INTEGER; value :REAL ) ; Python:
return None
def vs.DLDSetLoadDataReal(selector, value): Description:
Using selector, sets default load data with real value for the parametric object説明
Using selector, sets default load data with real value for the parametric object.
BRACEWORKSの関数です。日本語版ではサポートしていません。
DLDSetLoadDataString | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE DLDSetLoadDataString
( selector :INTEGER; value :STRING ) ; Python:
return None
def vs.DLDSetLoadDataString(selector, value): Description:
Using selector, sets default load data with string value for the parametric object説明
Using selector, sets default load data with string value for the parametric object.
BRACEWORKSの関数です。日本語版ではサポートしていません。
HP_AutoAttachLoads | Truss Analysis Vectorworks 2019 |
VectorScript Declaration:
PROCEDURE HP_AutoAttachLoads
( positionHandle:HANDLE ) ; Python:
return None
def vs.HP_AutoAttachLoads(positionHandle): Description:
Using the given position handle, attaches all loads, that can be calculated as a part of the system and loads attached to the geometry in the position.説明
指定した吊り元のハンドルを使用して、システムの一部として計算できるすべての荷重を追加します。
HP_ConvertToHangPos | Truss Analysis Vectorworks 2019 |
VectorScript Declaration:
PROCEDURE HP_ConvertToHangPos
; Python:
return None
def vs.HP_ConvertToHangPos(): Description:
Invkoes the Convert To Hanging Position menu command on the systems of the selected objects.説明
指定したオブジェクトのシステムに対し、「吊り元に変換」メニューコマンドを呼び出します。
OLDAddLoadHangPoint | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDAddLoadHangPoint
( handle :HANDLE; loadIndex :INTEGER; point :VECTOR; hasLoad :BOOLEAN ) ; Python:
return None
def vs.OLDAddLoadHangPoint(handle, loadIndex, point, hasLoad): Description:
Adds hang point of the specified load for the parametric object説明
Adds hang point of the speciafied load for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDClearHangPtsPath | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDClearHangPtsPath
( handle :HANDLE; loadIndex :INTEGER ) ; Python:
return None
def vs.OLDClearHangPtsPath(handle, loadIndex): Description:
Clears the hang points of the specified load for the parametric object説明
Clears the hang points of the speciafied load for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDConstructMatsCnt | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDConstructMatsCnt
:LONGINT ; Python:
return LONGINT
def vs.OLDConstructMatsCnt(): Description:
Returns the count of the construction materials available for truss analysis.説明
Returns the count of the construction materials available for truss analysis.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDFindAttachHangPos | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDFindAttachHangPos
( handle :HANDLE; loadIndex :INTEGER ) :HANDLE ; Python:
return HANDLE
def vs.OLDFindAttachHangPos(handle, loadIndex): Description:
Searches for a Hanging Position for the Hang Points of the given load index. Returns the Position handle if found, NIL otherwise.説明
Searches for a Hanging Position for the Hang Points of the given load index. Returns the Position handle if found, NIL otherwise.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDForceRealToStr | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDForceRealToStr
( forceValue:REAL ) :STRING ; Python:
return STRING
def vs.OLDForceRealToStr(forceValue): Description:
Converts force real value to string and returns TRUE on success.説明
Converts force real value to string and returns TRUE on success.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDForceStrToReal | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDForceStrToReal
( forceString :STRING; VAR realValue :REAL ) :BOOLEAN ; Python:
return (BOOLEAN, realValue)
def vs.OLDForceStrToReal(forceString): Description:
Converts force string to real number and returns the result.説明
Converts force string to real number and returns the result.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetConstructMat | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDGetConstructMat
( materialIndex :LONGINT; VAR UniversalName :STRING; VAR LocalizedName :STRING ) ; Python:
return (UniversalName, LocalizedName)
def vs.OLDGetConstructMat(materialIndex): Description:
Returns the universal and the localized names of the construction material at the given index.説明
Returns the universal and the localized names of the construction material at the given index.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetDragSnapPoint | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDGetDragSnapPoint
( VAR point:VECTOR ) :BOOLEAN ; Python:
return (BOOLEAN, point)
def vs.OLDGetDragSnapPoint(): Description:
If the object has been dragged and snapped, the fuction will return TRUE and the point parameter will contain the snapping location.説明
If the object has been dragged and snapped, the fuction will return TRUE and the point parameter will contain the snapping location.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetHangingPos | Truss Analysis Vectorworks 2019 |
VectorScript Declaration:
FUNCTION OLDGetHangingPos
( handle :HANDLE; loadIndex :INTEGER ) :HANDLE ; Python:
return HANDLE
def vs.OLDGetHangingPos(handle, loadIndex): Description:
Returns handle of the Hanging Position where the specified load is attached.説明
指定した荷重が追加されている吊り元のハンドルを返します。
OLDGetHangPointAt | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDGetHangPointAt
( handle :HANDLE; loadIndex :INTEGER; pointIndex :LONGINT; VAR point :VECTOR; VAR hasLoad :BOOLEAN ) ; Python:
return (point, hasLoad)
def vs.OLDGetHangPointAt(handle, loadIndex, pointIndex): Description:
Get hang point for given index of the specified load for the parametric object説明
Get hang point for given index of the speciafied load for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetHangPointsCnt | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDGetHangPointsCnt
( handle :HANDLE; loadIndex :INTEGER ) :LONGINT ; Python:
return LONGINT
def vs.OLDGetHangPointsCnt(handle, loadIndex): Description:
Get hang points cout of the specified load for the parametric object説明
Get hang points cout of the speciafied load for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetLoadDataBool | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDGetLoadDataBool
( handle :HANDLE; selector :INTEGER; loadIndex :INTEGER ) :BOOLEAN ; Python:
return BOOLEAN
def vs.OLDGetLoadDataBool(handle, selector, loadIndex): Description:
Using selector, gets load data with bool value for the parametric object説明
Using selector, gets load data with bool value for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetLoadDataReal | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDGetLoadDataReal
( handle :HANDLE; selector :INTEGER; loadIndex :INTEGER ) :REAL ; Python:
return REAL
def vs.OLDGetLoadDataReal(handle, selector, loadIndex): Description:
Using selector, gets load data with real value for the parametric object説明
Using selector, gets load data with real value for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetLoadDataStr | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDGetLoadDataStr
( handle :HANDLE; selector :INTEGER; loadIndex :INTEGER ) :STRING ; Python:
return STRING
def vs.OLDGetLoadDataStr(handle, selector, loadIndex): Description:
Using selector, gets load data with string value for the parametric object説明
Using selector, gets load data with string value for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetMatDensity | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDGetMatDensity
( materialName:STRING ) :REAL ; Python:
return REAL
def vs.OLDGetMatDensity(materialName): Description:
Returns the density of the specified construction material.説明
指定したマテリアルの密度を返します。
OLDGetMatDestiny | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDGetMatDestiny
( materialName:STRING ) :REAL ; Python:
return REAL
def vs.OLDGetMatDestiny(materialName): Description:
Returns the density of the specified construction material.説明
Returns the destiny of the speciafied construction material.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDGetPositionTransf | Truss Analysis Vectorworks 2019 |
VectorScript Declaration:
FUNCTION OLDGetPositionTransf
( handle :HANDLE; loadIndex :INTEGER; VAR offsetDistance :VECTOR; VAR rotationAngle :REAL; VAR hasWitnessLine :BOOLEAN ) :BOOLEAN ; Python:
return (BOOLEAN, offsetDistance, rotationAngle, hasWitnessLine)
def vs.OLDGetPositionTransf(handle, loadIndex): Description:
Retunrs TRUE if the position, where the load is attached, is moved/rotated. Get the offset applied to the load in object local coordinates and the rotataion angle applied to the position. HasWitnessLine point weather the object is alredy connected via a witness line説明
指定した荷重が追加されている吊り元が移動/回転されている場合にTRUEを返します。吊り元の回転角度と荷重に割り当てられているオフセットの距離をローカル座標系で返します。hasWitnessLineは、オブジェクトが吊位置表示線で接続されているかどうかを返します。
OLDHoistSectionDlg | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDHoistSectionDlg
( VAR crossSection:STRING ) :BOOLEAN ; Python:
return (BOOLEAN, crossSection)
def vs.OLDHoistSectionDlg(): Description:
Show Hoist Cross Section dialog.説明
Show Hoist Cross Section dialog.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDMassDistRealToStr | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDMassDistRealToStr
( distrMassValue:REAL ) :STRING ; Python:
return STRING
def vs.OLDMassDistRealToStr(distrMassValue): Description:
Converts distributed mass real value to string and returns TRUE on success.説明
Converts distributed mass real value to string and returns TRUE on success.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDMassDistStrToReal | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDMassDistStrToReal
( distrMassString :STRING; VAR realValue :REAL ) :BOOLEAN ; Python:
return (BOOLEAN, realValue)
def vs.OLDMassDistStrToReal(distrMassString): Description:
Converts distributed mass string to real number and returns TRUE on success.説明
Converts distributed mass string to real number and returns TRUE on success.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDMassRealToStr | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDMassRealToStr
( massValue:REAL ) :STRING ; Python:
return STRING
def vs.OLDMassRealToStr(massValue): Description:
Converts mass real value to string and returns the result.説明
Converts mass real value to string and returns the result.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDMassStrToReal | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDMassStrToReal
( massString :STRING; VAR realValue :REAL ) :BOOLEAN ; Python:
return (BOOLEAN, realValue)
def vs.OLDMassStrToReal(massString): Description:
Converts mass string to real number and returns TURE on success.説明
Converts mass string to real number and returns TURE on success.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDSelectTrussSystem | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDSelectTrussSystem
( trussHandle:HANDLE ) ; Python:
return None
def vs.OLDSelectTrussSystem(trussHandle): Description:
Using the given handle, selects the whole truss system the objects is part of.説明
Using the given handle, selects the whole truss system the objects is part of.
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDSetHangPathHandle | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDSetHangPathHandle
( handle :HANDLE; loadIndex :INTEGER; path :HANDLE; height :REAL; deletePathHandle :BOOLEAN ) :REAL ; Python:
return REAL
def vs.OLDSetHangPathHandle(handle, loadIndex, path, height, deletePathHandle): Description:
Adds the path to the hang points of the specified load for the parametric object説明
Adds the path to the hang points of the speciafied load for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDSetLoadDataBool | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDSetLoadDataBool
( handle :HANDLE; selector :INTEGER; value :BOOLEAN; loadIndex :INTEGER ) ; Python:
return None
def vs.OLDSetLoadDataBool(handle, selector, value, loadIndex): Description:
Using selector, sets load data with bool value for the parametric object説明
Using selector, sets load data with bool value for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDSetLoadDataReal | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDSetLoadDataReal
( handle :HANDLE; selector :INTEGER; value :REAL; loadIndex :INTEGER ) ; Python:
return None
def vs.OLDSetLoadDataReal(handle, selector, value, loadIndex): Description:
Using selector, sets load data with real value for the parametric object説明
Using selector, sets load data with real value for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDSetLoadDataStr | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
PROCEDURE OLDSetLoadDataStr
( handle :HANDLE; selector :INTEGER; value :STRING; loadIndex :INTEGER ) ; Python:
return None
def vs.OLDSetLoadDataStr(handle, selector, value, loadIndex): Description:
Using selector, sets load data with string value for the parametric object説明
Using selector, sets load data with string value for the parametric object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDShowTrussSnapping | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDShowTrussSnapping
:BOOLEAN ; Python:
return BOOLEAN
def vs.OLDShowTrussSnapping(): Description:
Call this function On Drag event to enable Braceworks snapping while dragging single object説明
Call this function On Drag event to enable Braceworks snapping while dragging single object
BRACEWORKSの関数です。日本語版ではサポートしていません。
OLDTrussSectionDlg | Truss Analysis Vectorworks 2018 |
VectorScript Declaration:
FUNCTION OLDTrussSectionDlg
( VAR crossSection :STRING; VAR height :REAL; VAR width :REAL; VAR design :INTEGER; VAR chordDiameter :REAL ) :BOOLEAN ; Python:
return (BOOLEAN, crossSection, height, width, design, chordDiameter)
def vs.OLDTrussSectionDlg(): Description:
Show Truss Cross Section dialog.説明
Show Truss Cross Section dialog.
BRACEWORKSの関数です。日本語版ではサポートしていません。
UpdatePositionParam | Truss Analysis Vectorworks 2023 |
VectorScript Declaration:
PROCEDURE UpdatePositionParam
( positionHandle:HANDLE ) ; Python:
return None
def vs.UpdatePositionParam(positionHandle): Description:
Using the given position handle, changes the 'Position' parameter for all loads.説明
指定したpositionハンドルを使用して、すべての荷重の 「吊り元」パラメータを変更します。