InsertSolid Method (ISketchManager) Send Feedback
See Also 
Solid[out]
2D Solid
CoordinateDblArray
Array of doubles of the coordinates of the four vertices of corner points of the 2D Solid
Inserts a 2D Solid, which are solid filled planes that have straight line borders, at the specified location.

Syntax

Visual Basic 
Function InsertSolid( _
   ByVal CoordinateDblArray As System.Object _
) As Solid
C# 
Solid InsertSolid( 
   System.object CoordinateDblArray
)
JavaScript 
InsertSolid( 
   CoordinateDblArray : Array
) : dsSolid
COM native C++ 
HRESULT InsertSolid( 
   VARIANT CoordinateDblArray,
   ISolid** Solid
) 
C++ 
DSRESULT InsertSolid( 
   const dsDoubleArray& CoordinateDblArray,
   dsSolid** Solid
) 

Parameters

CoordinateDblArray
Array of doubles of the coordinates of the four vertices of corner points of the 2D Solid
Solid[out] or Return Value
2D Solid
 

See Also

Availability

DraftSight V1R1.3