Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / BlockReference Constructor / BlockReference Constructor(Point3D,String,Double,Double,Double,Double)
Insertion point
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(Point3D,String,Double,Double,Double,Double)
    In This Topic
    3D insertion point and scale constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal insPoint As Point3D, _
       ByVal blockName As String, _
       ByVal sx As Double, _
       ByVal sy As Double, _
       ByVal sz As Double, _
       ByVal rotationAngleInRadians As Double _
    )
    public BlockReference( 
       Point3D insPoint,
       string blockName,
       double sx,
       double sy,
       double sz,
       double rotationAngleInRadians
    )

    Parameters

    insPoint
    Insertion point
    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