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:
Properties
- Property From() As
- Removes or sets the ending limit(i.e Limit2) of the boundary
- Property FromOrientation() As
- Gets or sets the Ending Limit Orientation (i.e same or inverse)
- Property InitialElement() As
-
Returns or sets the element used to initialize the boundary propagation.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves in
InitElemthe initial element of theShpBoundaryhybrid shape boundary feature.Dim InitElem As Reference InitElem = ShpBoundary.InitialElement
- Property Propagation() As
-
Returns or sets the boundary propagation.
Legal values: xxxxxxxxxx- Example:
-
This example retrieves in
Propthe boundary propagation of theShpBoundaryhybrid shape boundary feature.Prop = ShpBoundary.Propagation
- Property Support() As
-
Returns or sets the support surface around which the boundary is computed.
Sub-element(s) supported (see object): .- Example:
-
This example retrieves in
SupSurfthe initial element of theShpBoundaryhybrid shape boundary feature.Dim SupSurf As Reference SupSurf = ShpBoundary.Support
- Property To() As
- Removes or sets the starting limit(i.e Limit1) of the boundary
- Property ToOrientation() As
- Gets or sets the Starting Limit Orientation (i.e same or inverse)