2025.3 Method
Changes 0
M

ItemFactoryBase.NewReferencePlane2

Description:
Creates a new instance of ReferencePlane.
Remarks:
The specific view is applied to the Reference plane only for certain view types: LegendDraftingViewDrawingSheet
public ReferencePlane NewReferencePlane2(
	XYZ bubbleEnd,
	XYZ freeEnd,
	XYZ thirdPnt,
	View pView
)
  • bubbleEnd
    The bubble end applied to reference plane.
  • freeEnd
    The free end applied to reference plane.
  • thirdPnt
    A third point needed to define the reference plane.
  • pView
    The specific view apply to the Reference plane.
Return Value ReferencePlane The newly created reference plane.