You are here: Start » FIL.NET » FIS.Plane3DOrientation Method
FIS.Plane3DOrientation Method
Computes the orientation of a plane as angles in the range from 0 to 180 between the plane and coordinate planes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Plane3DOrientation ( FilNet.Plane3D inPlane, out float outAngleXY, out float outAngleXZ, out float outAngleYZ, NullableValue<FilNet.Point3D> outPointOnPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPlane | FilNet.Plane3D | |||
![]() | outAngleXY | float | |||
![]() | outAngleXZ | float | |||
![]() | outAngleYZ | float | |||
![]() | outPointOnPlane | FilNet.NullableValue<FilNet.Point3D> | Projection of the beginning of the coordinate axes on the input plane. Can be null to skip this parameter calculation. |
Function Overrides
- Plane3DOrientation(Plane3D, Single, Single, Single)
- Plane3DOrientation(Plane3D, Single, Single, Single, Point3D)