2025.3 Method
Changes 0
M

ItemFactoryBase.NewReferencePlane

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 NewReferencePlane(
	XYZ bubbleEnd,
	XYZ freeEnd,
	XYZ cutVec,
	View pView
)
  • bubbleEnd
    The bubble end applied to reference plane.
  • freeEnd
    The free end applied to reference plane.
  • cutVec
    The cut vector apply to reference plane, should perpendicular to the vector (bubbleEnd-freeEnd).
  • pView
    The specific view apply to the Reference plane.
Return Value ReferencePlane The newly created reference plane.