Click or drag to resize

MacroFeatureRebuildResultFromBodies Method

Create the result from array of bodies

Namespace:  CodeStack.SwEx.MacroFeature.Base
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public static MacroFeatureRebuildResult FromBodies(
	IBody2[] bodies,
	IMacroFeatureData featData,
	bool updateEntityIds = true
)

Parameters

bodies
Type: IBody2
Array of temp bodies
featData
Type: IMacroFeatureData
Pointer to feature data
updateEntityIds (Optional)
Type: SystemBoolean
Indicates if it is required to automatically assign the user ids to body entities

Return Value

Type: MacroFeatureRebuildResult
Result
Remarks
Use this method if it is required to have multiple bodies in the macro feature. This feature is only supported in SOLIDWORKS 2013 SP5 or newer (revision 21.5)
See Also