Solid Edge Assembly Type Library
ResizeRefPlaneByDirDist Method
Specifies the direction in which the reference plane is resized. When set to True, the reference plane is resized in the x-direction. When set to False, the reference plane is resized in the y-direction.
Specifies the boundary line from which the distance is measured for the operation (relative to the origin). When set to 0, the proximal boundary line is used. When set to 1, the distal boundary line is used. For base reference planes or reference planes that have keypoint constraints, the reference plane is resized symmetrically, and idx is ignored.
Specifies the distance for the operation. For base reference planes or reference planes that have keypoint constraints, the reference plane is resized symmetrically. For all other reference planes, the reference plane is resized from the boundary line specified by idx.
Description
Resize plane's lower (idx=0) or upper (idx=1) boundary along x (bAlongX=TRUE) or y direction by given distance.
Syntax
Visual Basic
Public Sub ResizeRefPlaneByDirDist( _
   ByVal bAlongX As Boolean, _
   ByVal idx As Integer, _
   ByVal dist As Double _
) 
Parameters
bAlongX
Specifies the direction in which the reference plane is resized. When set to True, the reference plane is resized in the x-direction. When set to False, the reference plane is resized in the y-direction.
idx
Specifies the boundary line from which the distance is measured for the operation (relative to the origin). When set to 0, the proximal boundary line is used. When set to 1, the distal boundary line is used. For base reference planes or reference planes that have keypoint constraints, the reference plane is resized symmetrically, and idx is ignored.
dist
Specifies the distance for the operation. For base reference planes or reference planes that have keypoint constraints, the reference plane is resized symmetrically. For all other reference planes, the reference plane is resized from the boundary line specified by idx.
See Also

AsmRefPlane Object  | AsmRefPlane Members

Send comments on this topic.