--- layout: posts title: Api - chain Namespace ---
Adds a dogbone fillet between each link in a chain. Each path will be cropped to fit a fillet, and all fillets will be returned as paths in a returned model object.
The chain to add fillets to.
Radius of the fillet.
Model object containing paths which fillet the joints in the chain.
Adds a dogbone fillet between each link in a chain. Each path will be cropped to fit a fillet, and all fillets will be returned as paths in a returned model object.
The chain to add fillets to.
Object specifying directional radii.
Radius of left turning fillets.
Radius of right turning fillets.
Model object containing paths which fillet the joints in the chain.
Adds a fillet between each link in a chain. Each path will be cropped to fit a fillet, and all fillets will be returned as paths in a returned model object.
The chain to add fillets to.
Radius of the fillet.
Model object containing paths which fillet the joints in the chain.
Adds a fillet between each link in a chain. Each path will be cropped to fit a fillet, and all fillets will be returned as paths in a returned model object.
The chain to add fillets to.
Object specifying directional radii.
Radius of left turning fillets.
Radius of right turning fillets.
Model object containing paths which fillet the joints in the chain.
Get key points (a minimal a number of points) along a chain of paths.
Chain of paths to get points from.
The maximum length between points on an arc or circle.
Array of points which are on the chain.
Convert a chain to a new model, independent of any model from where the chain was found.
Chain to convert to a model.
Flag to remove the chain's paths from their current parent model. If false, each path will be cloned. If true, the original path will be re-parented into the resulting new model. Default is false.
A new model containing paths from the chain.
Get points along a chain of paths.
Chain of paths to get points from.
Maximum number of points to retrieve.
Array of points which are on the chain spread at a uniform interval.
Generated using TypeDoc
Shift the links of an endless chain.