All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

HybridShapeBoundary (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---HybridShape
            |
            +---HybridShapeBoundary
 


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

Use the CATIAHybridShapeFactory to create a HybridShapeBoundary object.

See also:
HybridShapeFactory

Property Index

From
Removes or sets the ending limit(i.
FromOrientation
Gets or sets the Ending Limit Orientation (i.
InitialElement
Returns or sets the element used to initialize the boundary propagation.
Propagation
Returns or sets the boundary propagation.
Support
Returns or sets the support surface around which the boundary is computed.
To
Removes or sets the starting limit(i.
ToOrientation
Gets or sets the Starting Limit Orientation (i.

Properties


o Property From() As CATIAReference
Removes or sets the ending limit(i.e Limit2) of the boundary
o Property FromOrientation() As long
Gets or sets the Ending Limit Orientation (i.e same or inverse)
o Property InitialElement() As CATIAReference
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
 
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
 
o Property Support() As CATIAReference
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
 
o Property To() As CATIAReference
Removes or sets the starting limit(i.e Limit1) of the boundary
o Property ToOrientation() As long
Gets or sets the Starting Limit Orientation (i.e same or inverse)

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