Meshitem - Adobe 26001360 - Illustrator CS - PC Manual

Scripting guide
Hide thumbs Also See for 26001360 - Illustrator CS - PC:
Table of Contents

Advertisement

Adobe Illustrator CS Scripting Guide
Set moveMatrix = appRef.GetTranslationMatrix(72# * 0.5, 72# * 1.5)
'Add a rotation to the translation. We rotate 10 degrees counter clockwise
Set totalMatrix = appRef.ConcatenateRotationMatrix(moveMatrix, 10)
'apply the transformation to all art in the document
Dim artItem As Object
For Each artItem In appRef.ActiveDocument.PageItems
artItem.Transform totalMatrix

MeshItem

A gradient mesh art object.
Table 5.73 MeshItem — Properties
Property
Application
ArtworkKnockout
BlendingMode
ControlBounds
Editable
GeometricBounds
Height
Hidden
IsIsolated
Layer
Left
Locked
Name
Opacity
Parent
R/O
Value type
R/O
Application object
AiKnockoutState
enumeration
AiBlendModes
enumeration
R/O
Variant Array (of 4
Doubles)
R/O
Boolean
R/O
Variant Array (of 4
Doubles)
Double
Boolean
Boolean
R/O
Layer object
Double
Boolean
String
Double
R/O
object
12 Aug 03
What it is
The Illustrator Application object
Is this object used to create a knockout? If
so, what kind of knockout?
The mode used when compositing an
object
The bounds of the object including
stroke width and controls
If true, this MeshItem is editable
The bounds of the object excluding
stroke width
The height of the MeshItem, based on
the GeometricBounds
If true, this MeshItem is hidden
If true, this object is isolated
The Layer to which this MeshItem
belongs
The left position of the MeshItem
If true, this MeshItem is locked
The name of this MeshItem
The opacity of the object (value between
0.0 and 100.0)
The object that contains this MeshItem
367

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents