pycatia.hybrid_shape_interfaces.hybrid_shape_boundary

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_boundary.HybridShapeBoundary(com_object)

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.HybridShape
HybridShapeBoundary

Represents the hybrid shape boundary feature object.
Role: To access the data of the hybrid shape boundary feature object. This data
includes:

The boundary propagation
The initial element used for the boundary propagation
The boundary support

Use the CATIAHybridShapeFactory to create a HybridShapeBoundary
object.

See also:
HybridShapeFactory
property from_: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property From() As Reference

Removes or sets the ending limit(i.e Limit2) of the boundary
Return type:

Reference

property from_orientation: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FromOrientation() As long

Gets or sets the Ending Limit Orientation (i.e same or inverse)
Return type:

int

property initial_element: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property InitialElement() As Reference

Returns or sets the element used to initialize the boundary
propagation.
Sub-element(s) supported (see Boundary object):
BiDimFeatEdge.

Example:
This example retrieves in InitElem the initial element of the
ShpBoundary hybrid shape boundary feature.

Dim InitElem As Reference
InitElem = ShpBoundary.InitialElement
Return type:

Reference

property propagation: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Propagation() As long

Returns or sets the boundary propagation.
Legal values: xxxxxxxxxx

Example:
This example retrieves in Prop the boundary propagation of the
ShpBoundary hybrid shape boundary feature.

Prop = ShpBoundary.Propagation
Return type:

int

property support: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Support() As Reference

Returns or sets the support surface around which the boundary is
computed.
Sub-element(s) supported (see Boundary object): Face.

Example:
This example retrieves in SupSurf the initial element of the
ShpBoundary hybrid shape boundary feature.

Dim SupSurf As Reference
SupSurf = ShpBoundary.Support
Return type:

Reference

property to: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property To() As Reference

Removes or sets the starting limit(i.e Limit1) of the boundary
Return type:

Reference

property to_orientation: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property ToOrientation() As long

Gets or sets the Starting Limit Orientation (i.e same or inverse)
Return type:

int