pycatia.hybrid_shape_interfaces.hybrid_shape_circle_ctr_pt¶
Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384
Warning
The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.
-
class
pycatia.hybrid_shape_interfaces.hybrid_shape_circle_ctr_pt.HybridShapeCircleCtrPt(com_object)¶ Note
CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMecModInterfaces.HybridShapeCATGSMIDLItf.HybridShapeCircleHybridShapeCircleCtrPtRepresents the hybrid shape circle object defined using a center and a point onthe circle.Role: To access the data of the hybrid shape circle object.This data includes:The circle centerThe point on the circleThe surface that supports the circleUse the CATIAHybridShapeFactory to create a HybridShapeCircleCtrPtobject.See also:HybridShapeFactory-
property
center¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Center() As ReferenceReturns or sets the circle center.Sub-element(s) supported (see Boundary object): Vertex.Example:This example retrieves in HybShpCircleCenter the center of theHybShpCircle hybrid shape circle.Dim HybShpCircleCenter As ReferenceHybShpCircleCenter = HybShpCircle.Center
- Returns
Reference
- Return type
-
property
crossing_point¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property CrossingPoint() As ReferenceReturns or sets the circle passing point.Sub-element(s) supported (see Boundary object): Vertex.Example:This example retrieves the passing point of the HybShpCircle hybridshape circle in HybShpCirclePassingPoint point.Dim HybShpCirclePassingPoint As ReferenceSet HybShpCirclePassingPoint = HybShpCircle.CrossingPoint
- Returns
Reference
- Return type
-
is_geodesic() → bool¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Func IsGeodesic() As booleanQueries whether the circle is geodesic or not.Parameters:oGeodgeodesic type : when TRUE, the circle is geodesic.
- Returns
bool
- Return type
bool
-
set_geometry_on_support() → None¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetGeometryOnSupport()Sets GeometryOnSupport of circle.It puts the circle on the surface.
- Returns
None
- Return type
None
-
property
support¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Support() As ReferenceReturns or sets the circle support surface.Sub-element(s) supported (see Boundary object): Face.Example:This example retrieves in HybShpCircleSupportSurf the support surfaceof the HybShpCircle hybrid shape circle.Dim HybShpCircleSupportSurf As ReferenceHybShpCircleSupportSurf = HybShpCircle.Support
- Returns
Reference
- Return type
-
unset_geometry_on_support() → None¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub UnsetGeometryOnSupport()Inactivates GeometryOnSupport of circle.Note: The circle becomes euclidean.
- Returns
None
- Return type
None
-
property