Share

CombineFeatureProxy.Edit Method

Parent Object: CombineFeatureProxy

Description

Method that edits an existing combine feature.

Syntax

CombineFeatureProxy.Edit( BaseBody As SurfaceBody, ToolBodies As ObjectCollection, Operation As PartFeatureOperationEnum )

Parameters

Name Type Description
BaseBody SurfaceBody Input SurfaceBody object that represents the blank body. This must be a solid body.
ToolBodies ObjectCollection Input ObjectCollection containing one or more SurfaceBody objects that represent the tool bodies. All tool bodies must be solid.
Operation PartFeatureOperationEnum Input constant that indicates the Boolean operation type for combine. Valid input values are kJoinOperation, kCutOperation and kIntersectOperation.

Version

Introduced in version 2010

Was this information helpful?