Share

TransientGeometry.CreatePlaneByThreePoints Method

Parent Object: TransientGeometry

Description

Method that creates a new Plane object by three points. A plane object is infinite. The object created is a transient mathematical object and is not displayed graphically.

Syntax

TransientGeometry.CreatePlaneByThreePoints( PointOne As Point, PointTwo As Point, PointThree As Point ) As Plane

Parameters

Name Type Description
PointOne Point First of three points.
PointTwo Point Second of three points.
PointThree Point Third of three points.

Version

Introduced in version 2008

Was this information helpful?