Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / GridMate Class / Create Method
Name of a new grid mate
offset of the grid from the parent origin
Grid increment in X direction
Grid increment in Y direction
Number of grid lines in X direction
Number of grid lines in Y direction

In This Topic
    Create Method (GridMate)
    In This Topic
    Creates a new transient grid mate.
    Syntax

    Parameters

    Parameter NameDescription
    strNameName of a new grid mate
    offsetoffset of the grid from the parent origin
    gridIncrementXGrid increment in X direction
    gridIncrementYGrid increment in Y direction
    numberOfGridLinesXNumber of grid lines in X direction
    numberOfGridLinesYNumber of grid lines in Y direction
    Remarks
    The method creates only a transient grid mate. In order to have it on a Placement3D, please call additionally AddMatePersistent(...) method on a plane. After that, the parameters will be stored in the origin system of this plane.
    See Also