Fill Patterns
 
uses the Fill type of pattern.
Functions Introduced:
The function ProFeaturePatternStatusGet() classifies the feature according to its possible role in a feature pattern. The possible values are as follows:
PRO_PATTERN_NONE—The feature is not in a pattern.
PRO_PATTERN_LEADER—The feature is the leader of a pattern.
PRO_PATTERN_MEMBER—The feature is a member of a pattern.
PRO_PATTERN_HEADER—The feature is the header of a pattern.
The function ProFeatureGrppatternStatusGet() does the equivalent for group patterns. The possible values are as follows:
PRO_GRP_PATTERN_NONE—The feature is not in a group pattern.
PRO_GRP_PATTERN_LEADER—The feature is the leader of a group pattern.
PRO_GRP_PATTERN_MEMBER—The feature is a member of a group pattern.
PRO_GRP_PATTERN_HEADER—The feature is the header of a group pattern.
The function ProFeaturePatternleaderGet() returns the pattern leader feature for the specified pattern member feature.
The function ProFeaturePatternGet() obtains the ProPattern handle for the pattern containing the specified feature. (The ProPattern handle is described in detail in the section Element Trees: Patterns.)
To delete a pattern, pass the corresponding ProPattern handle to the function ProPatternDelete().
To obtain the leader feature for a given pattern, pass a ProPattern object to the function ProPatternLeaderGet().
To obtain the header feature for a given pattern, pass a ProPattern object to the function ProPatternHeaderGet().
To access pattern information use the pattern element tree described in section Element Trees: Patterns. You can access element tree information using the functions ProElement*(), described in the section Element Trees: Principles of Feature Creation.
War dies hilfreich?