Create a Plane from an origin, optional X direction, and a normal.
If xDirection is omitted, the X axis is derived automatically via OCCT gp_Ax3.
xDirection
gp_Ax3
Origin point of the plane.
Explicit X axis direction, or null to auto-derive.
null
Plane normal (Z direction).
If the normal or derived xDir is zero-length.
Create a Plane from an origin, optional X direction, and a normal.
If
xDirectionis omitted, the X axis is derived automatically via OCCTgp_Ax3.