HybridShapeCircle3Points (Object)

Represents the hybrid shape circle object defined using three points.
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 HybShpCircle3Pt hybrid shape circle in HybShpCircle3PtFirstPassingPoint point.
 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 HybShpCircle3Pt hybrid shape circle as the Point2 point.
 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 HybShpCircle3Pt hybrid shape circle in HybShpCircle3PtThirdPassingPoint point.
 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 HybShpCircleSupportSurf the support surface of the HybShpCircle hybrid shape circle.
 Dim HybShpCircleSupportSurf As Reference 
 HybShpCircleSupportSurf = HybShpCircle.Support
 

Methods


Sub RemoveSupport()
Removes the support surface.