Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / BlockReference Constructor / BlockReference Constructor(Double,Double,Double,String,Double)
Insertion point's X coordinates
Insertion point's Y coordinates
Insertion point's Z coordinates
The name of the devDept.Eyeshot.Block to be inserted
Rotation angle in radians

In This Topic
    BlockReference Constructor(Double,Double,Double,String,Double)
    In This Topic
    Individual insertion point coordinates constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal blockName As String, _
       ByVal rotationAngleInRadians As Double _
    )
    public BlockReference( 
       double x,
       double y,
       double z,
       string blockName,
       double rotationAngleInRadians
    )

    Parameters

    x
    Insertion point's X coordinates
    y
    Insertion point's Y coordinates
    z
    Insertion point's Z coordinates
    blockName
    The name of the devDept.Eyeshot.Block to be inserted
    rotationAngleInRadians
    Rotation angle in radians
    See Also