getPerspectiveActivePlane

書式

documentObject.getPerspectiveActivePlane()

説明

アクティブになっている遠近グリッドを返します。以下の表に示す値になります。

内容
PerspectiveGridPlaneType.GRIDLEFTPLANETYPE
PerspectiveGridPlaneType.GRIDRIGHTPLANETYPE
PerspectiveGridPlaneType.GRIDFLOORPLANETYPE底(下)
PerspectiveGridPlaneType.INVALIDGRIDPLANETYPE無効
var pp=app.activeDocument.getPerspectiveActivePlane();
alert(pp);

目次に戻る