Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlacementArea Class / PlacementArea Constructor
Vector normal to plane on which placement area will be created.
The point that the plane will intersect.

In This Topic
PlacementArea Constructor
In This Topic
Creates or redefines the placement area of Placement3D.
Syntax
public PlacementArea( 
   Vector3D vDirection,
   PointD3D oPointRelative
)

Parameters

vDirection
Vector normal to plane on which placement area will be created.
oPointRelative
The point that the plane will intersect.
See Also