2027 Method
Changes 0
M

ElementTransformUtils.GetTransformFromViewToView

Description:
Returns a transformation that is applied to elements when copying from one view to another view.
Remarks:
Both source and destination views must be 2D graphics views capable of drawing details and view-specific elements (floor and ceiling plans, elevations, sections, drafting views.) The result is a transformation needed to copy an element from drawing plane of the source view to the drawing plane of the destination view. The destination view can be in the same document as the source view. The destination view can be the same as the source view.
public static Transform GetTransformFromViewToView(
	View sourceView,
	View destinationView
)
  • sourceView
    The source view
  • destinationView
    The destination view
Return Value Transform The transformation from source view to destination view.