•
|
ftag(index). For example, split1(1), split1(2), split1(3) if the feature tagged split1 has three output objects. This method is used for most features.
|
•
|
ftag(i1,i2,...). For example, arr1(1,1), arr1(1,2), arr(2,1), arr1(2,2) for a 2-by-2 array feature tagged arr1. This method is only used for the Array feature.
|
•
|
ftag.objectNameIn2D. For example, wp1.r1, wp1.pt1(1), wp1.pt1(2) if the work plane feature wp1 contains the 2D objects r1, pt1(1), and pt1(2). This method is only used for the WorkPlane feature.
|
•
|
ftag.objectNameIn3D. For example, cro1.blk1 and cro1.cyl1. This method is used for the CrossSection feature.
|
•
|
ftag.objectName. This method can be used for the Import feature, and then objectName is taken from the CAD file.
|