Click or drag to resize

MacroFeatureRebuildResultFromBody Method

Creates the result from temp body

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 FromBody(
	IBody2 body,
	IMacroFeatureData featData,
	bool updateEntityIds = true
)

Parameters

body
Type: IBody2
Body to return
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 result if you need to macro feature to generate a single body (solid or surface)
See Also