<<< List of Parasolid LISP Functions | Chapters | Machine Dependency in KID >>> |
These examples are intended to demonstrate a range of modeling activities using KID.
Create a simple parametric curve wire.
(modeller start) (undefine pcurve1) (define pcurve1 p_paracurve) (pcurve1 help create) (pcurve1 dim 4; ord 4; nseg 1; verts´(0 0 0 1 1 1 0 2 3 -1 0 2 4 0 0 1); create) (modeller stop) |
A cube and a parametric sheet body are created. The top planar face of the cube is selected and tweaked to the parametric surface of the sheet using
ntweak
as the surface normal must be reversed.
Two identical cylinders are united and the intersection edges are blended using a rolling ball blend.
This next example can be used to demonstrate the differing results of varying combinations of arguments for the local operations
crsofa
and
rmfaso
.
A cube is created, and two lines scribed onto the top face creating 3 new faces in place of the original. Two of these new faces are swept in opposite directions, changing the geometry and topology of the cube.
Note: This example produces an invalid body. |
<<< List of Parasolid LISP Functions | Chapters | Machine Dependency in KID >>> |