How to add your knowledge

Copied Curve <CopiedCurve>

    Table of contents
    1. 1. Synopsis
    2. 2. Mixins
    3. 3. Canonicals
    4. 4. Example 1

    Synopsis

    CopiedCurve creates a copy of another curve. the copied curve can be repositioned and reoriented as needed by changing the frame. The resulting curve is fully usable in any way the original is.

    Mixins

    CurveMixin

    InkStrokedMixin

    BasePart

    Canonicals

    Name Type Description
    Part part Curve part to copy.

    Example 1

    Name: CopiedCurve_Ex01
    Design: Curves AcDrawingDocument
    Child Name: baseCurve
    Child Design: :SplineCurve
    NameTypeSupplied
    pointList list {Point(2, -2, 0), Point(4, 5, 0), Point(6, 6, 0), Point(8, 6, 0)}
    color string "blue"
    Child Name: original
    Child Design: :OffsetCurve
    NameTypeSupplied
    curve part baseCurve
    offsetDistance Number 0.75
    color string "red"
    Child Name: copy
    Child Design: :CopiedCurve
    NameTypeSupplied
    part part original
    origin Point origin + unitZ *0.2
    color string