Indexes   

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:
HybridShapeFactory

Property Index

Element1
Returns or sets the circle first passing point.
Element2
Returns or sets the circle second passing point.
Element3
Returns or sets the circle third passing point.
Support
Returns or sets the circle support surface.

Method Index

RemoveSupport
Removes the support surface.

Properties


o Property Element1() As
Returns or sets the circle first passing point.
Sub-element(s) supported (see
Boundary object): Vertex.
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
 
o Property Element2() As
Returns or sets the circle second passing point.
Sub-element(s) supported (see
Boundary object): Vertex.
Example:
This example sets the second passing point of the HybShpCircle3Pt hybrid shape circle as the Point2 point.
 HybShpCircle3Pt.Element2 Point2
 
o Property Element3() As
Returns or sets the circle third passing point.
Sub-element(s) supported (see
Boundary object): Vertex.
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
 
o Property Support() As
Returns or sets the circle support surface.
Sub-element(s) supported (see
Boundary object): Face.
Example:
This example retrieves in HybShpCircleSupportSurf the support surface of the HybShpCircle hybrid shape circle.
 Dim HybShpCircleSupportSurf As Reference 
 HybShpCircleSupportSurf = HybShpCircle.Support
 

Methods


o Sub RemoveSupport()
Removes the support surface.

Copyright © 2006, Dassault Systèmes. All rights reserved.