Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract bool WorldLine(
Point3d startPoint,
Point3d endPoint
)
Public MustOverride Function WorldLine (
startPoint As Point3d,
endPoint As Point3d
) As Boolean
public:
virtual bool WorldLine(
Point3d startPoint,
Point3d endPoint
) abstract
abstract WorldLine :
startPoint : Point3d *
endPoint : Point3d -> bool
Parameters
- startPoint Point3d
-
- endPoint Point3d
-
Return Value
Boolean
See Also