Role: Allows to access data of the plane feature passing though three points. This data includes:
- The first point
- The second point
- The third point
- See also:
Properties
- Property First() As
-
Returns or sets the first point.
Sub-element(s) supported (see object): .- Example:
This example retrieves in
FirstPointthe first point for thePlanepassing through three points hybrid shape feature.Dim FirstPoint As Reference Set FirstPoint = Plane3Points.First
- Example:
This example retrieves in
- Property Second() As
-
Returns or sets the second point.
Sub-element(s) supported (see object): .- Example:
This example retrieves in
SecondPointthe second point for thePlanepassing through three points hybrid shape feature.Dim SecondPoint As Reference Set SecondPoint = Plane3Points.Second
- Example:
This example retrieves in
- Property Third() As
-
Returns or sets the third point.
Sub-element(s) supported (see object): .- Example:
This example retrieves in
ThirdPointthe third point for thePlanepassing through three points hybrid shape feature.Dim ThridPoint As Reference Set ThirdPoint = Plane3Points.Third
- Example:
This example retrieves in