| MacroFeatureExTParamsOnRebuild Method |
Called when macro feature is rebuilding
Namespace:
CodeStack.SwEx.MacroFeature
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax protected virtual MacroFeatureRebuildResult OnRebuild(
ISldWorks app,
IModelDoc2 model,
IFeature feature,
TParams parameters
)
Protected Overridable Function OnRebuild (
app As ISldWorks,
model As IModelDoc2,
feature As IFeature,
parameters As TParams
) As MacroFeatureRebuildResult
protected:
virtual MacroFeatureRebuildResult^ OnRebuild(
ISldWorks^ app,
IModelDoc2^ model,
IFeature^ feature,
TParams parameters
)
Parameters
- app
- Type: ISldWorks
Pointer to the SOLIDWORKS application - model
- Type: IModelDoc2
Pointer to the document where the macro feature being rebuild - feature
- Type: IFeature
Pointer to the feature - parameters
- Type: TParams
Current instance of parameters of this macro feature
Return Value
Type:
MacroFeatureRebuildResultResult of the operation. Use static methods of
MacroFeatureRebuildResult
class to generate results
See Also