Role: Allows to access data of the point feature created with a geodesic distance in a direction to a reference point on a surface
- See also:
- See also:
- See also:
- See also:
Properties
- Property Direction() As
-
Returns or Sets the direction from the reference point in which the point is computed.
- Example :
-
This example retrieves in
oDirectionthe direction from the reference point forPointOnSurfacefeature.Dim oDirection As CATIAHybridShapeDirection Set oDirection = PointOnSurface.Direction
- Property Offset() As (Read Only)
-
Returns the geodesic length.
- Example :
-
This example retrieves in
oGeodesicOffsetthe offset (Geodesic Length) from the reference point forPointOnSurfacefeature.Dim oGeodesicOffset As CATIAReference Set oGeodesicOffset = PointOnSurface.GeodesicOffset
- Property Point() As
-
Returns or Sets the reference point.
This data is not mandatory.
If no point is given, the middle point on the surface is taken.
Sub-element(s) supported (see object): .- Example :
-
This example retrieves in
oPointRefthe reference point forPointOnSurfacefeature.Dim oPointRef As CATIAReference Set oPointRef = PointOnSurface.PointRef
- Property Surface() As
-
Returns or Sets the surface.
Sub-element(s) supported (see object): .- Example :
-
This example retrieves in
oSurfacethe supporting surface forPointOnSurfacefeature.Dim oSurface As CATIAReference Set oSurface = PointOnSurface.Surface