Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / OppositePlane Property

In This Topic
OppositePlane Property
In This Topic
Returns the opposite plane.
Syntax
public Plane OppositePlane {get;}

Property Value

Returns plane object or null if does not exists.
Remarks
In P8 two planes which are parallel, have the same parent and their additional types are correlated can be paired. In this case one of plane is master and second is opposite. This property helps to get opposite plane from pair to which this plane belongs to.
See Also