PolygonMeshVertex Constructor (Point3d)
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public PolygonMeshVertex(
Point3d point
)
Public Sub New (
point As Point3d
)
public:
PolygonMeshVertex(
Point3d point
)
new :
point : Point3d -> PolygonMeshVertex
Parameters
- point
- Type: Teigha.GeometryPoint3d
See Also