Forms can be
modified using these four methods to Delete\Move\Rotate and Scale the
specific sub-element. We shall look in one specific sample where we shall
create and then keep moving sub-elements to create a loft. |
|
There are few
important methods and properties to consider while doing this. This includes
the profile count for the form which is 3 in this case, the ability to get a
specific reference for that form using the getProfileReference, we can get
reference of each of those three curves and then use that reference for the
movesubelement method which actually does the translation of that curve. |