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
This method works like the DraftSight EXTEND command to extend sketch entities.
ISketchManager Interface
ISketchManager Members
ISketchManager::CopyEntities Method
ISketchManager::GetEntities Method
ISketchManager::MirrorEntities Method
ISketchManager::MoveEntities Method
ISketchManager::RotateEntities Method
ISketchManager::ScaleEntities Method
ISketchManager::StretchEntities Method
ISketchManager::TrimEntities Method
ISketchManager::ChamferEntities Method
ISketchManager::FilletEntities Method
ISketchManager Members
ISketchManager::CopyEntities Method
ISketchManager::GetEntities Method
ISketchManager::MirrorEntities Method
ISketchManager::MoveEntities Method
ISketchManager::RotateEntities Method
ISketchManager::ScaleEntities Method
ISketchManager::StretchEntities Method
ISketchManager::TrimEntities Method
ISketchManager::ChamferEntities Method
ISketchManager::FilletEntities Method
DraftSight V1R1.4