GeometryWorldLine Method

Introduces a line into the vectorization context.

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public abstract bool WorldLine(
        Point3d startPoint,
        Point3d endPoint
)

Parameters

startPoint  Point3d
[in] Start point of the line.
endPoint  Point3d
[in] End point of the line.

Return Value

Boolean
true. This method also throws a corresponding exception if it fails.
Remarks
The current model transformation is not applied to the line.
See Also

©  Bricsys NV. All rights reserved.