Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / BlockReference Constructor / BlockReference Constructor(Double,Double,Double,String,Double,Double,Double,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
Scale factor along X axis
Scale factor along Y axis
Scale factor along Z axis
Rotation angle in radians

In This Topic
    BlockReference Constructor(Double,Double,Double,String,Double,Double,Double,Double)
    In This Topic
    Individual insertion point coordinates and scale constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal blockName As String, _
       ByVal sx As Double, _
       ByVal sy As Double, _
       ByVal sz As Double, _
       ByVal rotationAngleInRadians As Double _
    )
    public BlockReference( 
       double x,
       double y,
       double z,
       string blockName,
       double sx,
       double sy,
       double sz,
       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
    sx
    Scale factor along X axis
    sy
    Scale factor along Y axis
    sz
    Scale factor along Z axis
    rotationAngleInRadians
    Rotation angle in radians
    See Also