GSMInterfaces HybridShapePlane3Points (Object)
All Frameworks Object Hierarchy This Framework Indexes
HybridShapePlane3Points (Object)
Represents the hybrid shape plane through three points feature object.
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
Use the CATIAHybridShapeFactory to create HybridShapeFeature object.
See also:
HybridShapeFactory
Property Index
First
Returns or sets the first point.
Second
Returns or sets the second point.
Third
Returns or sets the third point.
Properties
Returns or sets the first point.
Sub-element(s) supported (see
Boundary object):
Vertex .
Example :
This example retrieves in FirstPoint
the first point for the Plane
passing through three points hybrid shape feature.
Dim FirstPoint As Reference
Set FirstPoint = Plane3Points.First
Returns or sets the second point.
Sub-element(s) supported (see
Boundary object):
Vertex .
Example :
This example retrieves in SecondPoint
the second point for the Plane
passing through three points hybrid shape feature.
Dim SecondPoint As Reference
Set SecondPoint = Plane3Points.Second
Returns or sets the third point.
Sub-element(s) supported (see
Boundary object):
Vertex .
Example :
This example retrieves in ThirdPoint
the third point for the Plane
passing through three points hybrid shape feature.
Dim ThridPoint As Reference
Set ThirdPoint = Plane3Points.Third
Copyright © 2003, Dassault Systèmes. All rights reserved.