Role: To access the data of the hybrid shape circle object.
This data includes the circle three passing points.
Use the CATIAHybridShapeFactory to create a HybridShapeCircle2PointsRad object.
- See also:
Properties
- Property Element1() As
-
Returns or sets the circle first passing point.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves the first passing point
of the
HybShpCircle3Pthybrid shape circle inHybShpCircle3PtFirstPassingPointpoint.Dim HybShpCircle3PtFirstPassingPoint As Reference Set HybShpCircle3PtFirstPassingPoint= HybShpCircle3Pt.Element1
- Property Element2() As
-
Returns or sets the circle second passing point.
Sub-element(s) supported (see object): .- Example:
-
This example sets the second passing point
of the
HybShpCircle3Pthybrid shape circle as thePoint2point.HybShpCircle3Pt.Element2 Point2
- Property Element3() As
-
Returns or sets the circle third passing point.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves the third passing point
of the
HybShpCircle3Pthybrid shape circle inHybShpCircle3PtThirdPassingPointpoint.Dim HybShpCircle3PtThirdPassingPoint As Reference Set HybShpCircle3PtThirdPassingPoint= HybShpCircle3Pt.Element3
- 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
- Sub RemoveSupport()
- Removes the support surface.