Document.CombineElements
Description:
Combine a set of combinable elements into a geometry combination.
Combine a set of combinable elements into a geometry combination.
Remarks:
If one or more existing geometry combinations are included as input, the return value may be one of those pre-existing combinations. The rest of the pre-existing geometry combinations will be consumed into the new combination; those handles are no longer valid.
If one or more existing geometry combinations are included as input, the return value may be one of those pre-existing combinations. The rest of the pre-existing geometry combinations will be consumed into the new combination; those handles are no longer valid.
public GeomCombination CombineElements(
CombinableElementArray members
)
-
membersA list of combinable elements to be combined.
Return Value
GeomCombination
If successful, the newly created geometry combination is returned, otherwise an
exception with error information will be thrown.
-
Thrown when the input argument is.
-
Thrown when members contains less than two elements. Thrown when members containselements.
-
Thrown when creation of the combination failed.