API Help
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / FieldOffset Property

In This Topic
    FieldOffset Property
    In This Topic
    Position of NC field beginning relatively to the origin of plane. (The origin and the orientation of the plane are defined in his absolute transformation)
    Syntax
    public PointD FieldOffset {get; set;}
    public:
    property PointD FieldOffset {
       PointD get();
       void set (    PointD value);
    }
    See Also