Instance Property
connection
The connection between the incoming and outgoing path segments.
Declaration
var connection: GSNode.Connection { get set }Declaration
@property (nonatomic, assign) GSNodeConnection connection;Declaration
pyobjc_instanceMethods.connection() -> GSNodeConnection
pyobjc_instanceMethods.setConnection_(connection: GSNodeConnection)See Also
Connection
The transition of a path through an on-curve node.
Convenience to simplify checking the connection.
Automatically sets the connection for the node depending on the angle of the incoming and outgoing path segments.
Toggles the connection type between GSNode.Connection.sharpGSNodeConnectionSharpGSNodeConnectionSharp and GSNode.Connection.smoothGSNodeConnectionSmoothGSNodeConnectionSmooth.
Toggles the connection type between GSNode.Connection.sharpGSNodeConnectionSharpGSNodeConnectionSharp and GSNode.Connection.smoothGSNodeConnectionSmoothGSNodeConnectionSmooth/GSNode.Connection.superSmoothGSNodeConnectionSuperSmoothGSNodeConnectionSuperSmooth.