DrawKit
Vector and illustration framework for Mac OS X
Class Methods | List of all members
NSBezierPath(Shapes) Category Reference

A category on NSBezierPath for creating various unusual shape paths, particularly for engineering use. More...

Class Methods

(NSBezierPath *) + bezierPathWithBoltOfLength:threadDiameter:threadPitch:headDiameter:headHeight:shankLength:options:
 
(NSBezierPath *) + bezierPathWithCropMarksForRect:extension:
 
(NSBezierPath *) + bezierPathWithCropMarksForRect:length:extension:
 
(NSBezierPath *) + bezierPathWithHexagonHeadSideViewOfHeight:diameter:options:
 
(NSBezierPath *) + bezierPathWithSprocketPitch:numberOfTeeth:
 
(NSBezierPath *) + bezierPathWithStandardChainLink
 
(NSBezierPath *) + bezierPathWithStandardChainLinkFromPoint:toPoint:
 
(NSBezierPath *) + bezierPathWithThreadedBarOfLength:diameter:threadPitch:options:
 
(NSBezierPath *) + bezierPathWithThreadLinesOfLength:diameter:threadPitch:
 

Detailed Description

A category on NSBezierPath for creating various unusual shape paths, particularly for engineering use.

Author
Contributions from the community; see CONTRIBUTORS.md
Date
2005-2015

Method Documentation

+ (NSBezierPath*) bezierPathWithBoltOfLength: (CGFloat length
threadDiameter: (CGFloat tdia
threadPitch: (CGFloat tpitch
headDiameter: (CGFloat hdia
headHeight: (CGFloat hheight
shankLength: (CGFloat shank
options: (NSUInteger options 
+ (NSBezierPath*) bezierPathWithCropMarksForRect: (NSRect aRect
extension: (CGFloat ext 
+ (NSBezierPath*) bezierPathWithCropMarksForRect: (NSRect aRect
length: (CGFloat length
extension: (CGFloat ext 
+ (NSBezierPath*) bezierPathWithHexagonHeadSideViewOfHeight: (CGFloat height
diameter: (CGFloat dia
options: (NSUInteger options 
+ (NSBezierPath*) bezierPathWithSprocketPitch: (CGFloat pitch
numberOfTeeth: (NSInteger teeth 
+ (NSBezierPath*) bezierPathWithStandardChainLink
+ (NSBezierPath*) bezierPathWithStandardChainLinkFromPoint: (NSPoint)  a
toPoint: (NSPoint)  b 
+ (NSBezierPath*) bezierPathWithThreadedBarOfLength: (CGFloat length
diameter: (CGFloat dia
threadPitch: (CGFloat pitch
options: (NSUInteger options 
+ (NSBezierPath*) bezierPathWithThreadLinesOfLength: (CGFloat length
diameter: (CGFloat dia
threadPitch: (CGFloat pitch