BoundBlock2dSet Method (Point2d, Vector2d, Vector2d)

Sets the base point and sides of the parallelogram bounding block.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public void Set(
        Point2d basePoint,
        Vector2d direction1,
        Vector2d direction2
)

Parameters

basePoint
Type: Teigha.GeometryPoint2d
[in] Base point of the bounding block.
direction1
Type: Teigha.GeometryVector2d
[in] First side of the parallelogram bounding block.
direction2
Type: Teigha.GeometryVector2d
[in] Second side of the parallelogram bounding block.
See Also

©  Bricsys NV. All rights reserved.