ElementTransformUtils Methods

The ElementTransformUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCanMirrorElement
Determines whether element can be mirrored.
Public methodStatic memberCanMirrorElements
Determines whether elements can be mirrored.
Public methodStatic memberCopyElement
Copies an element and places the copy at a location indicated by a given transformation.
Public methodStatic memberCopyElements(Document, ICollection<(Of <<'(ElementId>)>>), XYZ)
Copies a set of elements and places the copies at a location indicated by a given translation.
Public methodStatic memberCopyElements(Document, ICollection<(Of <<'(ElementId>)>>), Document, Transform, CopyPasteOptions)
Copies a set of elements from source document to destination document.
Public methodStatic memberCopyElements(View, ICollection<(Of <<'(ElementId>)>>), View, Transform, CopyPasteOptions)
Copies a set of elements from source view to destination view.
Public methodStatic memberGetTransformFromViewToView
Returns a transformation that is applied to elements when copying from one view to another view.
Public methodStatic memberMirrorElement
Creates a mirrored copy of an element about a given plane.
Public methodStatic memberMirrorElements
Mirrors a set of elements about a given plane.
Public methodStatic memberMoveElement
Moves one element by a given transformation.
Public methodStatic memberMoveElements
Moves a set of elements by a given transformation.
Public methodStatic memberRotateElement
Rotates an element about the given axis and angle.
Public methodStatic memberRotateElements
Rotates a set of elements about the given axis and angle.

See Also