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 |
COM native C++ | |
---|
HRESULT FlatShotByInsertAsBlock(
double InsertX,
,
double InsertY,
,
double InsertZ,
,
double ScaleX,
,
double ScaleY,
,
double ScaleZ,
,
double Rotation
,
IBlockInstance** Blk
) |
C++ | |
---|
DSRESULT FlatShotByInsertAsBlock(
DOUBLE InsertX,
,
DOUBLE InsertY,
,
DOUBLE InsertZ,
,
DOUBLE ScaleX,
,
DOUBLE ScaleY,
,
DOUBLE ScaleZ,
,
DOUBLE Rotation
,
dsBlockInstance** Blk
) |
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
Parameters
- Blk[out] or Return Value
- IBlockInstance
Example
Remarks
See Also
Availability
DraftSight 2020 SP0