All Frameworks Class Hierarchy This Framework Previous Next Indexes
PartInterfaces Interface CATIPrtToPattern
CATIPrtToPattern
Usage: you can freely reimplement this interface.
interface CATIPrtToPattern
Interface to specify pattern behaviors.
Role: Implement this interface allows users to define the behaviors of the patterned feature.
Method Index
- o
SpecificPatternNecessity()
- Returns the boolean flag indicating the algorithm used to compute the pattern.
- o
ValidForUserPattern()
- Returns the boolean flag indicating if the feature can be used to generate a user pattern feature.
Methods
o SpecificPatternNecessity
public virtual CATBoolean SpecificPatternNecessity( | )const = 0 |
-
Returns the boolean flag indicating the algorithm used to compute the pattern.
The result must be equal to True.
o ValidForUserPattern
public virtual CATBoolean ValidForUserPattern( | )const = 0 |
-
Returns the boolean flag indicating if the feature can be used to generate a user pattern feature.
This object is included in the file: CATIPrtToPattern.h
If needed, your Imakefile.mk should include the module: CATPartInterfaces