Indexes   

RectilinearBiDimFeatEdge (Object)

1-D boundary belonging to a feature whose topological result is two dimensional, the boundary having a rectilinear geometry.
Role: This Boundary object may be, for example, the edge of a surface obtained through the extrusion of a line.
You will create a RectilinearBiDimFeatEdge object using the Shapes.GetBoundary , HybridShapes.GetBoundary , Sketches.GetBoundary or Selection.SelectElement2 method. Then, you pass it to the operator (such as Hole.SetDirection ).
The lifetime of a RectilinearBiDimFeatEdge object is limited, see Boundary.
Example: see the RectilinearTriDimFeatEdge example

Method Index

GetDirection
Returns the direction of the rectilinear edge.
GetOrigin
Returns the origin of the the rectilinear edge.

Methods


o Sub GetDirection( oDirection)
Returns the direction of the rectilinear edge.
Parameters:
oDirection[0]
The X Coordinate of the direction
oDirection[1]
The Y Coordinate of the direction
oDirection[2]
The Z Coordinate of the direction
o Sub GetOrigin( oOrigin)
Returns the origin of the the rectilinear edge.
Parameters:
oOrigin[0]
The X Coordinate of the rectilinear edge origin
oOrigin[1]
The Y Coordinate of the rectilinear edge origin
oOrigin[2]
The Z Coordinate of the rectilinear edge origin

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