Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Insert Method / Insert(Double,Double,Double,String,Double) Method
Insertion point's X coordinates
Insertion point's Y coordinates
Insertion point's Z coordinates
The name of the block to be inserted
Angle of insertion for the block

In This Topic
    Insert(Double,Double,Double,String,Double) Method
    In This Topic
    Insert a block into current 3D scene.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal blockName As String, _
       ByVal angleInRadians As Double _
    ) 
    public void Insert( 
       double x,
       double y,
       double z,
       string blockName,
       double angleInRadians
    )

    Parameters

    x
    Insertion point's X coordinates
    y
    Insertion point's Y coordinates
    z
    Insertion point's Z coordinates
    blockName
    The name of the block to be inserted
    angleInRadians
    Angle of insertion for the block

    Return Value

    See devDept.Eyeshot.Entities.BlockReference constructors for more options.
    See Also