Role: This 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 , , or method. Then, you pass it to the operator (such as ). The lifetime of a RectilinearBiDimFeatEdge object is limited, see .
- Example: see the example
Methods
- Sub GetDirection( oDirection)
-
Returns the direction of the rectilinear edge.
- Parameters:
-
- oDirection[0]
- The X Coordinate of the direction dd>
- oDirection[1]
- The Y Coordinate of the direction dd>
- oDirection[2]
- The Z Coordinate of the direction dd>
- Sub GetOrigin( oOrigin)
-
Returns the origin of the the rectilinear edge.
- Parameters:
-
- oOrigin[0]
- The X Coordinate of the rectilinear edge origin dd>
- oOrigin[1]
- The Y Coordinate of the rectilinear edge origin dd>
- oOrigin[2]
- The Z Coordinate of the rectilinear edge origin dd>