InsertFace Method (ISketchManager) Send Feedback
See Also 
Face[out]
Face
CoordinateDblArray
Array of doubles of the coordinates of the Face to insert
Edge1Visible
True to show first edge, false to not
Edge2Visible
True to show second edge, false to not
Edge3Visible
True to show third edge, false to not
Edge4Visible
True to show fourth edge, false to not
Inserts a Face.

Syntax

Visual Basic 
Function InsertFace( _
   ByVal CoordinateDblArray As System.Object, _
   ByVal Edge1Visible As System.Boolean, _
   ByVal Edge2Visible As System.Boolean, _
   ByVal Edge3Visible As System.Boolean, _
   ByVal Edge4Visible As System.Boolean _
) As Face
C# 
Face InsertFace( 
   System.object CoordinateDblArray,
   System.bool Edge1Visible,
   System.bool Edge2Visible,
   System.bool Edge3Visible,
   System.bool Edge4Visible
)
JavaScript 
InsertFace( 
   CoordinateDblArray : Array,
   Edge1Visible : Boolean,
   Edge2Visible : Boolean,
   Edge3Visible : Boolean,
   Edge4Visible : Boolean
) : dsFace
COM native C++ 
HRESULT InsertFace( 
   VARIANT CoordinateDblArray,
   VARIANT_BOOL Edge1Visible,
   VARIANT_BOOL Edge2Visible,
   VARIANT_BOOL Edge3Visible,
   VARIANT_BOOL Edge4Visible,
   IFace** Face
) 
C++ 
DSRESULT InsertFace( 
   const dsDoubleArray& CoordinateDblArray,
   bool Edge1Visible,
   bool Edge2Visible,
   bool Edge3Visible,
   bool Edge4Visible,
   dsFace** Face
) 

Parameters

CoordinateDblArray
Array of doubles of the coordinates of the Face to insert
Edge1Visible
True to show first edge, false to not
Edge2Visible
True to show second edge, false to not
Edge3Visible
True to show third edge, false to not
Edge4Visible
True to show fourth edge, false to not
Face[out] or Return Value
Face
 

See Also

Availability

DraftSight V1R1.3