RectilinearMonoDimFeatEdge (Object)

1-D boundary belonging to a feature whose topological result is one dimensional, the boundary having a rectilinear geometry.
Role: This object may be, for example, in a part containing a Sketch which is made up of a line segment and a spline, the line segment.
You will create a RectilinearMonoDimFeatEdge object using the , , or method. Then, you pass it to the operator (such as ).
The lifetime of a RectilinearMonoDimFeatEdge 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
oDirection[1]
The Y Coordinate of the direction
oDirection[2]
The Z Coordinate of the direction
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