- point
- The plane point.
- normal
- The plane normal.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SetPlanePoints( _ ByVal point As Point3D, _ ByVal normal As Point3D _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DPlane Dim point As Point3D Dim normal As Point3D instance.SetPlanePoints(point, normal) |
Parameters
- point
- The plane point.
- normal
- The plane normal.
For an example refer to Medical3DObject.Planes
Each plane can be identified using a single point and normal. This method allows you to specify these parameters and set the plane based on them.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7