API Documentation > Interface Classes > Class wfcAssemblySimpRepRule
Class wfcAssemblySimpRepRule

# include <wfcAssembly.h>

class
wfcAssemblySimpRepRule
: public virtual
wfcAssemblyRule
{
xdeclare(wfcAssemblySimpRepRule)
...
};
This is a
COMPACT class.

Description
The rule for gathering components belonging to specified simprep.
User Guide References:
Methods Inherited from Class wfcAssemblyRule::
Method Summary
Create (pfcSimpRep_ptr RuleSimpRep)
Create an object of AssemblySimpRepRule.
void
The simprep object.
Method Detail
GetRuleSimpRep
()
void
SetRuleSimpRep
(pfcSimpRep_ptr value)
The simprep object.
User Guide References:
Create
(pfcSimpRep_ptr RuleSimpRep)
Create an object of AssemblySimpRepRule.
User Guide References:
Parameters:
RuleSimpRep
The simprep to use.
Returns:
The AssemblySimpRepRule object.
Was this helpful?