| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Dimensions | CollectUDFDimensions
()
|
| Feature | GetGroupLeader
()
Get method for attribute "GroupLeader" The group leader Feature |
| /*optional*/ String | GetGroupName
()
Get method for attribute "GroupName" The name of the group. |
| boolean | GetIsTableDriven
()
Get method for attribute "IsTableDriven" Reports whether the UDF is table-driven. |
| /*optional*/ GroupPattern | GetPattern
()
Get method for attribute "Pattern" The group pattern, if the group is a member of a pattern. |
| String | GetUDFDimensionName
(Dimension Dim)
|
| /*optional*/ String | GetUDFInstanceName
()
Get method for attribute "UDFInstanceName" If the group is an instance of a UDF, this is the UDF instance name. Otherwise this will be NULL. |
| /*optional*/ String | GetUDFName
()
Get method for attribute "UDFName" If the group represents a UDF, this is the UDF name. If the group is not a UDF, this will be NULL. |
| Features | ListMembers
()
Lists the members of a feature group. |
| /*optional*/ UDFDimensions | ListUDFDimensions
()
DEPRECATED: since Creo 4 SUCCESSOR(S): FeatureGroup.CollectUDFDimensions Lists the dimensions of a user defined feature group. |
| Method Detail |
|---|
| GetPattern |
|---|
| /*optional*/ GroupPattern | GetPattern | () |
The group pattern, if the group is a member of a pattern.
|
| GetGroupLeader |
|---|
| Feature | GetGroupLeader | () |
The group leader Feature
|
| GetGroupName |
|---|
| /*optional*/ String | GetGroupName | () |
| The name of the group. |
| GetIsTableDriven |
|---|
| boolean | GetIsTableDriven | () |
| Reports whether the UDF is table-driven. Exceptions thrown (but not limited to): XToolkitBadContext - The feature is not part of a UDF |
| ListMembers |
|---|
| Features | ListMembers | () |
Lists the members of a feature group.
|
| GetUDFName |
|---|
| /*optional*/ String | GetUDFName | () |
If the group represents a UDF, this is the UDF name. If the group is not a UDF, this will be NULL.
|
| GetUDFInstanceName |
|---|
| /*optional*/ String | GetUDFInstanceName | () |
If the group is an instance of a UDF, this is the UDF instance name. Otherwise this will be NULL.
|
| ListUDFDimensions |
|---|
| /*optional*/ UDFDimensions | ListUDFDimensions | () |
| Lists the dimensions of a user defined feature group.
The UDF dimensions are the dimensions in the UDF for which Creo Parametric prompts when creating the UDF.
|
| CollectUDFDimensions |
|---|
| /*optional*/ Dimensions | CollectUDFDimensions | () |
|
| GetUDFDimensionName |
|---|
| String | GetUDFDimensionName | (Dimension Dim) |
| Exceptions thrown (but not limited to): XToolkitBadContext - The group is not a UDF.
|