SM_FromShape StructuralMember 
Vectorworks 2024

VectorScript Declaration:

FUNCTION   SM_FromShape
( hObj:HANDLE ) :HANDLE ;

Python:

def  vs.SM_FromShape(hObj):
   return HANDLE

Description:

Creates a Structural Member from the given shape. The shape must be polygon, polyline or 3D polygon. Returns the handle of the created Structural Member.

説明

指定された形状から構造部材を作成します。 形状はポリゴン、ポリライン、または 3D ポリゴンである必要があります。 作成された構造部材のハンドルを返します。



  SM_Preferences StructuralMember 
Vectorworks 2024

VectorScript Declaration:

PROCEDURE   SM_Preferences
;

Python:

def  vs.SM_Preferences():
   return None

Description:

Shows the Structural Member Tool Preferences Dialog.

説明

構造部材ツールの環境設定ダイアログを表示します。