Click or drag to resize

MacroFeatureExOnRebuild 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
)

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

Return Value

Type: MacroFeatureRebuildResult
Result of the operation. Use static methods of MacroFeatureRebuildResult class to generate results
See Also