Role: To access the data of the hybrid shape circle object.
This data includes:
- The circle center
- The point on the circle
- The surface that supports the circle
Use the CATIAHybridShapeFactory to create a HybridShapeCircleCtrPt object.
- See also:
Properties
- Property Center() As
-
Returns or sets the circle center.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves in
HybShpCircleCenterthe center of theHybShpCirclehybrid shape circle.Dim HybShpCircleCenter As Reference HybShpCircleCenter = HybShpCircle.Center
- Property CrossingPoint() As
-
Returns or sets the circle passing point.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves the passing point
of the
HybShpCirclehybrid shape circle inHybShpCirclePassingPointpoint.Dim HybShpCirclePassingPoint As Reference Set HybShpCirclePassingPoint = HybShpCircle.CrossingPoint
- Property Support() As
-
Returns or sets the circle support surface.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves in
HybShpCircleSupportSurfthe support surface of theHybShpCirclehybrid shape circle.Dim HybShpCircleSupportSurf As Reference HybShpCircleSupportSurf = HybShpCircle.Support
Methods
- Func IsGeodesic() As
-
Queries whether the circle is geodesic or not.
- Parameters:
-
- oGeod
- geodesic type : when TRUE, the circle is geodesic. dd>
- Sub SetGeometryOnSupport()
-
Sets GeometryOnSupport of circle.
It puts the circle on the surface. - Sub UnsetGeometryOnSupport()
-
Inactivates GeometryOnSupport of circle.
Note: The circle becomes euclidean.