Instance Property
nodes
The ordered nodes describing the path.
Declaration
var nodes: [GSNode] { get set }Declaration
@property (nonatomic, strong) NSArray<GSNode *> * nodes;Declaration
pyobjc_instanceMethods.nodes() -> list[GSNode]
pyobjc_instanceMethods.setNodes_(nodes: list[GSNode])Discussion
A node can belong to only one path. Remove a node from its current path before adding it to another path.
Setting this property replaces all nodes. Use path mutation methods rather than modifying the returned array directly.
See Also
Nodes
An on-curve or off-curve point of a path.
Replaces all nodes without registering undo or notifying the layer.
The number of nodes.