VS:GetCompUseClassLPS/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

オブジェクトの構成要素の線種(左側)にクラス属性のスタイルを使用しているかどうかのフラグを取得します。

FUNCTION GetCompUseClassLPS(
object :HANDLE;
componentIndex :INTEGER;
VAR useClassPenStyleForLeftPen :BOOLEAN) : BOOLEAN;
def vs.GetCompUseClassLPS(object, componentIndex):
    return (BOOLEAN, useClassPenStyleForLeftPen)

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
componentIndex INTEGER 構成要素の番号
useClassPenStyleForLeftPen BOOLEAN クラス属性のスタイルを使用している/いない

Version

利用可能バージョン: Vectorworks 2016

See Also

関連関数:

VS:SetCompUseClassLPS

関連関数: [[VS:SetCompUseClassLPS]]