ViewportGeometryPolygonEye
Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract bool PolygonEye(
Point3dCollection points
)
Public MustOverride Function PolygonEye (
points As Point3dCollection
) As Boolean
public:
virtual bool PolygonEye(
Point3dCollection^ points
) abstract
abstract PolygonEye :
points : Point3dCollection -> bool
Parameters
- points Point3dCollection
-
Return Value
Boolean
See Also