Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Object.AppendBezier(tnx, tny, tnx1, tny1, tnx2, tny2 )


Code Block
titleXFRX 19.0
Object.AppendBezier(tnx, tny, tnx1, tny1, tnx2, tny2 [, tcType] )

Parameters 

tnx, tny
 The first control point for "c" or control point for "v","y".

...

tcType
  Type bezier curve. Default value is "c". (XFRX 19.0)

ValueDescription
"c"c operator
"v"v operator
"y"y operator

...