VS:SetDLComponentFill/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

「ダブルラインの設定」で、指定した番号の構成要素の面を模様番号で設定します。

FUNCTION SetDLComponentFill(
index :INTEGER;
fill :LONGINT) : BOOLEAN;
def vs.SetDLComponentFill(index, fill):
    return BOOLEAN

Parameters

index INTEGER 構成要素の番号
fill LONGINT 構成要素の面

Version

利用可能バージョン: VectorWorks12.5

See Also

関連関数:

VS:GetDLComponentFill

関連関数: [[VS:GetDLComponentFill]]