ExtendEntities Method (ISketchManager) Send Feedback
See Also 
BoundaryEntitiesArray
Array of entities that make up the boundary edges
EntitiesToExtendArray
Array of entities to extend
PointOnEntityDblArray
Array of the doubles of x, y, and z coordinates of the points on the entities to extend; these points define the sides of the entities that you want to extend
Extends the specified sketch entities.

Syntax

Visual Basic 
Sub ExtendEntities( _
   ByVal BoundaryEntitiesArray As System.Object, _
   ByVal EntitiesToExtendArray As System.Object, _
   ByVal PointOnEntityDblArray As System.Object _
) 
C# 
void ExtendEntities( 
   System.object BoundaryEntitiesArray,
   System.object EntitiesToExtendArray,
   System.object PointOnEntityDblArray
)
JavaScript 
ExtendEntities( 
   BoundaryEntitiesArray : Array,
   EntitiesToExtendArray : Array,
   PointOnEntityDblArray : Array
)
COM native C++ 
HRESULT ExtendEntities( 
   VARIANT BoundaryEntitiesArray,
   VARIANT EntitiesToExtendArray,
   VARIANT PointOnEntityDblArray
) 
C++ 
DSRESULT ExtendEntities( 
   const dsObjectPtrArray& BoundaryEntitiesArray,
   const dsObjectPtrArray& EntitiesToExtendArray,
   const dsDoubleArray& PointOnEntityDblArray
) 

Parameters

BoundaryEntitiesArray
Array of entities that make up the boundary edges
EntitiesToExtendArray
Array of entities to extend
PointOnEntityDblArray
Array of the doubles of x, y, and z coordinates of the points on the entities to extend; these points define the sides of the entities that you want to extend

Remarks

This method works like the DraftSight EXTEND command to extend sketch entities.
 

See Also

Availability

DraftSight V1R1.4