Class pfcUDFAssemblyIntersection
Description
This class defines an assembly intersection.
Property Summary
| |
| |
| |
| The member identifier table that defines the location of the intersected part in the assembly that contains the UDF. |
| |
| |
| |
| An array of names for the new instances of parts created to represent the intersection geometry. |
number | |
| |
| |
| The length of the pfcComponentPath that corresponds to the visibility level of the intersected part in the assembly. If VisibilityLevel == the number of entries in the pfcComponentPath sequence, the feature is visible in the part that it intersects. If VisibilityLevel is 0, the feature is visible at the level of the assembly containing the UDF. |
Method Summary
| |
| |
| |
| Creates an assembly intersection object, which is used to place a UDF programatically. |
Property Detail
The member identifier table that defines the location of the intersected part in the assembly that contains the UDF.
An array of names for the new instances of parts created to represent the intersection geometry.
The length of the
pfcComponentPath that corresponds to the visibility level of the intersected part in the assembly. If VisibilityLevel == the number of entries in the
pfcComponentPath sequence, the feature is visible in the part that it intersects. If VisibilityLevel is 0, the feature is visible at the level of the assembly containing the UDF.
Method Detail
Creates an assembly intersection object, which is used to place a UDF programatically.
Parameters:
ComponentPath
The member identifier table that defines the location of the intersected part in the assembly that contains the UDF.
VisibilityLevel
The length of the
pfcComponentPath that corresponds to the visibility level of the intersected part in the assembly. If VisibilityLevel == the number of entries in the
pfcComponentPath sequence, the feature is visible in the part that it intersects. If VisibilityLevel is 0, the feature is visible at the level of the assembly containing the UDF.
Returns:
Instance of the AssemblyIntersection object.
User Guide References: