Solid Edge FrameworkSupport Type Library
CornerTrim Method
Double that specifies the coordinates of a point near the end of the active object to retain if the active object requires trimming.
Double that specifies the coordinates of a point near the end of the active object to retain if the active object requires trimming.
The object with which the referenced object is to intersect.
Required Double that specifies the coordinates of a point near the end of the target object to retain if the target object requires trimming.
Required Double that specifies the coordinates of a point near the end of the target object to retain if the target object requires trimming.
Description
Trims or extends the referenced object and a target object to intersect.
Syntax
Visual Basic
Public Sub CornerTrim( _
   ByVal xKeep As Double, _
   ByVal yKeep As Double, _
   ByVal TargetObj As Object, _
   ByVal xTargetKeep As Double, _
   ByVal yTargetKeep As Double _
) 
Parameters
xKeep
Double that specifies the coordinates of a point near the end of the active object to retain if the active object requires trimming.
yKeep
Double that specifies the coordinates of a point near the end of the active object to retain if the active object requires trimming.
TargetObj
The object with which the referenced object is to intersect.
xTargetKeep
Required Double that specifies the coordinates of a point near the end of the target object to retain if the target object requires trimming.
yTargetKeep
Required Double that specifies the coordinates of a point near the end of the target object to retain if the target object requires trimming.
Remarks
To determine for which side of the intersection that the objects retain their geometry, a point is supplied for each object. As a result, the geometry of each object that is closest to its specified point (as determined by the intersection) is retained. The active object point is specified so that the portion of the arc above the intersection is retained after trimming. In this example, the line is extended to intersect with the arc.
See Also

LineString2d Object  | LineString2d Members