RSS Amplifier

Home on AndrewMarsh.com · Dec 21, 2024

PD Class

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

PD : object .CAD .Path new PD.CAD.Path([point]) .asWire([reverse]) ⇒ oc.TopoDS_Wire .asFace([reverse]) ⇒ oc.TopoDS_Face .moveTo(point) ⇒ Path .lineTo(point) ⇒ Path .arcTo(through, point) ⇒ Path .bezierTo(controlPoints) ⇒ Path .bsplineTo(controlPoints) ⇒ Path .fillet(radius) ⇒ Path .addWire(wire) ⇒ Path .addCircle(center, radius, [reversed]) ⇒ Path .end([close], [reverse]) ⇒ Path .close([reverse])…

Read on /documentation/pd/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.