Evolve
evolveWire
Creates a solid by evolving a profile(wire) along spine(wire)
Syntax
cadlib.createTransformation( spine, profile, options);
Parameters
Name | Type | Description |
---|---|---|
spine | Wire | Wire to be used as a spine for the evolution of the profile |
profile | Wire | Wire to be used the shape profile |
options | object | see the definition below |
options = {
joinType: 0=Arc, 1=Tangent, 2=Intersection
axeProfile: boolean (defaults to false)
solid: boolean, (defaults to true)
profileOnSpine: boolean, (defaults to false)
tolerance; 0.0000001
}
Returns
evolveFace
Creates a solid by evolving a face profile defined by the (wire) along spine(wire)
Syntax
cadlib.createTransformation( spine, profile, options);
Parameters
Name | Type | Description |
---|---|---|
spine | Wire | Wire to be used as a spine for evolution of the face |
profile | Wire | Wire to be used for the face profile |
options | object | see the definition below |
options = {
joinType: 0=Arc, 1=Tangent, 2=Intersection
axeProfile: boolean (defaults to false)
solid: boolean, (defaults to true)
profileOnSpine: boolean, (defaults to false)
tolerance; 0.0000001
}
Returns