| 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
)
Public Shared Function FromBody (
body As IBody2,
featData As IMacroFeatureData,
Optional updateEntityIds As Boolean = true
) As MacroFeatureRebuildResult
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:
MacroFeatureRebuildResultResult
Remarks Use this result if you need to macro feature to generate a single body (solid or surface)
See Also