RadialArray.ArrayElementsWithoutAssociation
Description:
Creates a new radial array from a set of elements based on an input rotation axis.
Creates a new radial array from a set of elements based on an input rotation axis.
Remarks:
The resulting elements will not be associated with an array element.
The resulting elements will not be associated with an array element.
-
aDocThe document.
-
dBViewThe view. If it is a 2d view, translation vector must be in the view plane if elements include view-specific elements. If elements include view-specific elements, they must belong to this view.
-
ICollection<ElementId>idsThe set of elements to array. The position of the rotation axis is determined by the cumulative center of the elements' bounding boxes.
-
Int32countThe number of array members to create. The accepted range is from 3 to 200 in a project document, and between 0 and 200 in a family document.
-
axisThe rotation axis.
-
DoubleangleThe angle in radians of the rotation.
-
anchorMemberIndicates if the translation vector specifies the location of the second member of the array, or the last member of the array.
-
The given element id set is empty. -or- One or more elements in ids do not exist in the document. -or- One or more elements in ids is owned by different views and thus cannot be arrayed together. -or- One or more elements in ids is not arrayable. -or- count must be between 3 and 200 in project documents and between 0 and 200 in family documents. -or- The view is invalid for specific view elements array. -or- The rotation axis is invalid to array the elements. -or- Angle value must be not zero.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration
-
Failed to create the radial array.