Click or drag to resize

IParameterConverterConvertEditBodies Method

Converts edit bodies from previous version

Namespace:  CodeStack.SwEx.MacroFeature.Base
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
IBody2[] ConvertEditBodies(
	IModelDoc2 model,
	IFeature feat,
	IBody2[] editBodies
)

Parameters

model
Type: IModelDoc2
Pointer to current model
feat
Type: IFeature
Pointer to current feature
editBodies
Type: IBody2
Array of edit bodies form the previous version of parameters

Return Value

Type: IBody2
Array of new bodies in the new version of macro feature
See Also