API Help
Eplan.EplApi.HEServices Namespace / Edit Class / CutOff Method / CutOff(GraphicalPlacement,PointD) Method
Object to cut. Page with object needs to be the currently opened page in graphical editor.
Point of object to cut off.

In This Topic
    CutOff(GraphicalPlacement,PointD) Method
    In This Topic
    Cut off given object at a given position. Page with object needs to be the currently opened page in graphical editor.
    Syntax

    Parameters

    oPlacement
    Object to cut. Page with object needs to be the currently opened page in graphical editor.
    oPoint
    Point of object to cut off.

    Return Value

    Modified graphical objects, empty array if it was last object, null if nothing was removed.
    Exceptions
    ExceptionDescription
    Is thrown when page with 'oPlacement' is not the currently opened page in graphical editor.
    Is thrown in case of null \parameters.
    See Also