Plane3D Constructor(Vector3D,Point3D)
In This Topic
Construct a plane with a defined normal, pasing through a defined point
Syntax
'Declaration
Public Function New( _
ByVal As System.Windows.Media.Media3D.Vector3D, _
ByVal As System.Windows.Media.Media3D.Point3D _
)
public Plane3D(
System.Windows.Media.Media3D.Vector3D ,
System.Windows.Media.Media3D.Point3D
)
Parameters
- Normal
- The normal to the plane
- Point
- The point to pass through
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also