VS:GetComponentFill/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: Japanese Reference for 2016)
 
(No difference)

Latest revision as of 12:28, 14 January 2016

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

Description

壁の中心線の線の模様を返します。成功した場合はTRUEを返します。

FUNCTION GetComponentFill(
object :HANDLE;
componentIndex :INTEGER;
VAR fill :LONGINT) : BOOLEAN;
def vs.GetComponentFill(object, componentIndex):
    return (BOOLEAN, fill)

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
NILの場合はデフォルト壁スタイルを参照します。
componentIndex INTEGER 構成要素の番号
fill LONGINT 面の模様番号
模様は正の値、ハッチングは負の値で指定します。

Version

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

See Also

関連関数:

VS:SetComponentFill

関連関数: [[VS:SetComponentFill]]