Inserts a 2D flattened representation of the current view's 3D solid objects and Regions to the specified Block in the graphics area.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FlatShotByInsertAsBlock( _
double InsertX As System.Double, _
double InsertY As System.Double, _
double InsertZ As System.Double, _
double ScaleX As System.Double, _
double ScaleY As System.Double, _
double ScaleZ As System.Double, _
double Rotation As System.Double _
) As BlockInstance |
Parameters
- InsertX
- X-coordinate of Block's insertion point
- InsertY
- Y-coordinate of Block's insertion point
- InsertZ
- Z-coordinate of Block's insertion point
- ScaleX
- Scale in x-direction
- ScaleY
- Scale in y-direction
- ScaleZ
- Scale in z-direction
- Rotation
- Angle of rotation in radians
- [out] or Return Value
- IBlockInstance
Example
Remarks
See Also
Availability
DraftSight 2020 SP0